2012-03-06 11:31:51 +00:00
|
|
|
# Copyright 2012 the V8 project authors. All rights reserved.
|
2010-12-14 08:16:39 +00:00
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
#
|
|
|
|
# * Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following
|
|
|
|
# disclaimer in the documentation and/or other materials provided
|
|
|
|
# with the distribution.
|
|
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived
|
|
|
|
# from this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
{
|
2011-07-15 08:09:20 +00:00
|
|
|
'variables': {
|
2013-06-28 15:22:46 +00:00
|
|
|
'v8_code': 1,
|
2011-07-15 08:09:20 +00:00
|
|
|
'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc',
|
|
|
|
},
|
2013-07-10 11:15:16 +00:00
|
|
|
'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'],
|
2010-12-14 08:16:39 +00:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'cctest',
|
|
|
|
'type': 'executable',
|
|
|
|
'dependencies': [
|
2011-07-15 08:09:20 +00:00
|
|
|
'resources',
|
2014-07-03 07:37:27 +00:00
|
|
|
'../../tools/gyp/v8.gyp:v8_libplatform',
|
2010-12-14 08:16:39 +00:00
|
|
|
],
|
|
|
|
'include_dirs': [
|
2014-06-03 08:12:43 +00:00
|
|
|
'../..',
|
2010-12-14 08:16:39 +00:00
|
|
|
],
|
2014-04-17 11:57:08 +00:00
|
|
|
'sources': [ ### gcmole(all) ###
|
2011-07-15 08:09:20 +00:00
|
|
|
'<(generated_file)',
|
2014-08-28 13:17:38 +00:00
|
|
|
'compiler/c-signature.h',
|
2014-07-30 13:54:45 +00:00
|
|
|
'compiler/codegen-tester.cc',
|
|
|
|
'compiler/codegen-tester.h',
|
|
|
|
'compiler/function-tester.h',
|
|
|
|
'compiler/graph-builder-tester.cc',
|
|
|
|
'compiler/graph-builder-tester.h',
|
|
|
|
'compiler/graph-tester.h',
|
|
|
|
'compiler/simplified-graph-builder.cc',
|
|
|
|
'compiler/simplified-graph-builder.h',
|
|
|
|
'compiler/test-branch-combine.cc',
|
2014-08-01 08:16:19 +00:00
|
|
|
'compiler/test-changes-lowering.cc',
|
2014-07-30 13:54:45 +00:00
|
|
|
'compiler/test-codegen-deopt.cc',
|
|
|
|
'compiler/test-gap-resolver.cc',
|
|
|
|
'compiler/test-graph-reducer.cc',
|
|
|
|
'compiler/test-instruction.cc',
|
|
|
|
'compiler/test-js-context-specialization.cc',
|
|
|
|
'compiler/test-js-constant-cache.cc',
|
|
|
|
'compiler/test-js-typed-lowering.cc',
|
|
|
|
'compiler/test-linkage.cc',
|
|
|
|
'compiler/test-machine-operator-reducer.cc',
|
|
|
|
'compiler/test-node-algorithm.cc',
|
2014-08-12 12:53:14 +00:00
|
|
|
'compiler/test-node-cache.cc',
|
2014-07-30 13:54:45 +00:00
|
|
|
'compiler/test-node.cc',
|
|
|
|
'compiler/test-operator.cc',
|
|
|
|
'compiler/test-phi-reducer.cc',
|
|
|
|
'compiler/test-pipeline.cc',
|
|
|
|
'compiler/test-representation-change.cc',
|
|
|
|
'compiler/test-run-deopt.cc',
|
2014-08-20 13:05:03 +00:00
|
|
|
'compiler/test-run-inlining.cc',
|
2014-07-30 13:54:45 +00:00
|
|
|
'compiler/test-run-intrinsics.cc',
|
|
|
|
'compiler/test-run-jsbranches.cc',
|
|
|
|
'compiler/test-run-jscalls.cc',
|
|
|
|
'compiler/test-run-jsexceptions.cc',
|
|
|
|
'compiler/test-run-jsops.cc',
|
|
|
|
'compiler/test-run-machops.cc',
|
2014-08-28 14:35:11 +00:00
|
|
|
'compiler/test-run-properties.cc',
|
2014-07-30 13:54:45 +00:00
|
|
|
'compiler/test-run-variables.cc',
|
|
|
|
'compiler/test-schedule.cc',
|
|
|
|
'compiler/test-scheduler.cc',
|
|
|
|
'compiler/test-simplified-lowering.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'cctest.cc',
|
|
|
|
'gay-fixed.cc',
|
|
|
|
'gay-precision.cc',
|
|
|
|
'gay-shortest.cc',
|
2014-01-17 10:52:00 +00:00
|
|
|
'print-extension.cc',
|
2013-12-18 08:59:09 +00:00
|
|
|
'profiler-extension.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-accessors.cc',
|
|
|
|
'test-alloc.cc',
|
|
|
|
'test-api.cc',
|
|
|
|
'test-ast.cc',
|
2014-03-10 06:43:21 +00:00
|
|
|
'test-atomicops.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-bignum.cc',
|
|
|
|
'test-bignum-dtoa.cc',
|
2014-07-30 13:54:45 +00:00
|
|
|
'test-checks.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-circular-queue.cc',
|
|
|
|
'test-compiler.cc',
|
2013-10-14 13:35:06 +00:00
|
|
|
'test-constantpool.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-conversions.cc',
|
|
|
|
'test-cpu-profiler.cc',
|
|
|
|
'test-dataflow.cc',
|
2012-03-09 12:07:29 +00:00
|
|
|
'test-date.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-debug.cc',
|
2013-03-07 11:42:58 +00:00
|
|
|
'test-declarative-accessors.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-decls.cc',
|
|
|
|
'test-deoptimization.cc',
|
2011-07-28 17:21:22 +00:00
|
|
|
'test-dictionary.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-diy-fp.cc',
|
|
|
|
'test-double.cc',
|
|
|
|
'test-dtoa.cc',
|
|
|
|
'test-fast-dtoa.cc',
|
|
|
|
'test-fixed-dtoa.cc',
|
|
|
|
'test-flags.cc',
|
|
|
|
'test-func-name-inference.cc',
|
2014-07-24 11:16:01 +00:00
|
|
|
'test-gc-tracer.cc',
|
2013-04-12 09:54:51 +00:00
|
|
|
'test-global-handles.cc',
|
2013-01-23 16:04:19 +00:00
|
|
|
'test-global-object.cc',
|
2011-11-10 14:26:57 +00:00
|
|
|
'test-hashing.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-hashmap.cc',
|
|
|
|
'test-heap.cc',
|
|
|
|
'test-heap-profiler.cc',
|
2014-05-29 04:13:50 +00:00
|
|
|
'test-hydrogen-types.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-list.cc',
|
|
|
|
'test-liveedit.cc',
|
2011-05-05 18:55:31 +00:00
|
|
|
'test-lockers.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-log.cc',
|
2014-02-12 22:04:19 +00:00
|
|
|
'test-microtask-delivery.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-mark-compact.cc',
|
2014-02-04 12:10:30 +00:00
|
|
|
'test-mementos.cc',
|
2012-11-06 16:47:15 +00:00
|
|
|
'test-object-observe.cc',
|
2014-04-04 20:41:57 +00:00
|
|
|
'test-ordered-hash-table.cc',
|
2014-06-27 08:42:17 +00:00
|
|
|
'test-ostreams.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-parsing.cc',
|
2013-02-15 12:38:59 +00:00
|
|
|
'test-platform.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-profile-generator.cc',
|
2013-09-10 11:13:55 +00:00
|
|
|
'test-random-number-generator.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-regexp.cc',
|
|
|
|
'test-reloc-info.cc',
|
2013-11-08 17:35:58 +00:00
|
|
|
'test-representation.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-serialize.cc',
|
|
|
|
'test-spaces.cc',
|
|
|
|
'test-strings.cc',
|
2013-03-01 10:34:31 +00:00
|
|
|
'test-symbols.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-strtod.cc',
|
|
|
|
'test-thread-termination.cc',
|
|
|
|
'test-threads.cc',
|
2013-06-05 15:43:53 +00:00
|
|
|
'test-types.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-unbound-queue.cc',
|
2013-09-12 12:08:54 +00:00
|
|
|
'test-unique.cc',
|
2014-08-06 15:50:40 +00:00
|
|
|
'test-unscopables-hidden-prototype.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-utils.cc',
|
2011-10-04 16:32:34 +00:00
|
|
|
'test-version.cc',
|
2013-06-07 10:52:11 +00:00
|
|
|
'test-weakmaps.cc',
|
2013-07-22 08:32:24 +00:00
|
|
|
'test-weaksets.cc',
|
2014-01-17 10:52:00 +00:00
|
|
|
'test-weaktypedarrays.cc',
|
|
|
|
'trace-extension.cc'
|
2010-12-14 08:16:39 +00:00
|
|
|
],
|
|
|
|
'conditions': [
|
|
|
|
['v8_target_arch=="ia32"', {
|
2014-04-17 11:57:08 +00:00
|
|
|
'sources': [ ### gcmole(arch:ia32) ###
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-assembler-ia32.cc',
|
2013-07-19 08:21:41 +00:00
|
|
|
'test-code-stubs.cc',
|
2013-07-12 12:28:32 +00:00
|
|
|
'test-code-stubs-ia32.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-disasm-ia32.cc',
|
2013-11-08 17:35:58 +00:00
|
|
|
'test-macro-assembler-ia32.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-log-stack-tracer.cc'
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
['v8_target_arch=="x64"', {
|
2014-04-17 11:57:08 +00:00
|
|
|
'sources': [ ### gcmole(arch:x64) ###
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-assembler-x64.cc',
|
2013-07-19 08:21:41 +00:00
|
|
|
'test-code-stubs.cc',
|
|
|
|
'test-code-stubs-x64.cc',
|
2014-03-05 09:28:26 +00:00
|
|
|
'test-disasm-x64.cc',
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-macro-assembler-x64.cc',
|
|
|
|
'test-log-stack-tracer.cc'
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
['v8_target_arch=="arm"', {
|
2014-04-17 11:57:08 +00:00
|
|
|
'sources': [ ### gcmole(arch:arm) ###
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-assembler-arm.cc',
|
2013-08-26 12:24:03 +00:00
|
|
|
'test-code-stubs.cc',
|
|
|
|
'test-code-stubs-arm.cc',
|
2013-09-23 08:06:58 +00:00
|
|
|
'test-disasm-arm.cc',
|
|
|
|
'test-macro-assembler-arm.cc'
|
2010-12-14 08:16:39 +00:00
|
|
|
],
|
|
|
|
}],
|
2014-03-21 09:28:26 +00:00
|
|
|
['v8_target_arch=="arm64"', {
|
2014-04-17 11:57:08 +00:00
|
|
|
'sources': [ ### gcmole(arch:arm64) ###
|
2014-03-21 09:28:26 +00:00
|
|
|
'test-utils-arm64.cc',
|
|
|
|
'test-assembler-arm64.cc',
|
2014-02-17 15:09:46 +00:00
|
|
|
'test-code-stubs.cc',
|
2014-03-21 09:28:26 +00:00
|
|
|
'test-code-stubs-arm64.cc',
|
|
|
|
'test-disasm-arm64.cc',
|
|
|
|
'test-fuzz-arm64.cc',
|
|
|
|
'test-javascript-arm64.cc',
|
|
|
|
'test-js-arm64-variables.cc'
|
2014-02-12 09:19:30 +00:00
|
|
|
],
|
|
|
|
}],
|
2012-07-11 15:15:04 +00:00
|
|
|
['v8_target_arch=="mipsel"', {
|
2014-04-17 11:57:08 +00:00
|
|
|
'sources': [ ### gcmole(arch:mipsel) ###
|
2010-12-14 08:16:39 +00:00
|
|
|
'test-assembler-mips.cc',
|
2014-01-22 13:44:00 +00:00
|
|
|
'test-code-stubs.cc',
|
|
|
|
'test-code-stubs-mips.cc',
|
2011-05-09 14:28:09 +00:00
|
|
|
'test-disasm-mips.cc',
|
2013-09-23 19:38:54 +00:00
|
|
|
'test-macro-assembler-mips.cc'
|
2010-12-14 08:16:39 +00:00
|
|
|
],
|
|
|
|
}],
|
2014-07-09 11:08:26 +00:00
|
|
|
['v8_target_arch=="mips64el"', {
|
|
|
|
'sources': [
|
|
|
|
'test-assembler-mips64.cc',
|
|
|
|
'test-code-stubs.cc',
|
|
|
|
'test-code-stubs-mips64.cc',
|
|
|
|
'test-disasm-mips64.cc',
|
|
|
|
'test-macro-assembler-mips64.cc'
|
|
|
|
],
|
|
|
|
}],
|
2014-05-23 16:37:27 +00:00
|
|
|
['v8_target_arch=="x87"', {
|
|
|
|
'sources': [ ### gcmole(arch:x87) ###
|
|
|
|
'test-assembler-x87.cc',
|
|
|
|
'test-code-stubs.cc',
|
|
|
|
'test-code-stubs-x87.cc',
|
|
|
|
'test-disasm-x87.cc',
|
|
|
|
'test-macro-assembler-x87.cc',
|
|
|
|
'test-log-stack-tracer.cc'
|
|
|
|
],
|
|
|
|
}],
|
2014-01-02 07:04:05 +00:00
|
|
|
[ 'OS=="linux" or OS=="qnx"', {
|
2010-12-14 08:16:39 +00:00
|
|
|
'sources': [
|
|
|
|
'test-platform-linux.cc',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
[ 'OS=="win"', {
|
|
|
|
'sources': [
|
|
|
|
'test-platform-win32.cc',
|
|
|
|
],
|
2011-09-28 09:13:30 +00:00
|
|
|
'msvs_settings': {
|
|
|
|
'VCCLCompilerTool': {
|
|
|
|
# MSVS wants this for gay-{precision,shortest}.cc.
|
|
|
|
'AdditionalOptions': ['/bigobj'],
|
|
|
|
},
|
|
|
|
},
|
2010-12-14 08:16:39 +00:00
|
|
|
}],
|
2011-08-31 14:15:42 +00:00
|
|
|
['component=="shared_library"', {
|
|
|
|
# cctest can't be built against a shared library, so we need to
|
|
|
|
# depend on the underlying static target in that case.
|
|
|
|
'conditions': [
|
|
|
|
['v8_use_snapshot=="true"', {
|
|
|
|
'dependencies': ['../../tools/gyp/v8.gyp:v8_snapshot'],
|
|
|
|
},
|
|
|
|
{
|
2013-04-17 17:02:35 +00:00
|
|
|
'dependencies': [
|
2014-05-22 09:04:24 +00:00
|
|
|
'../../tools/gyp/v8.gyp:v8_nosnapshot',
|
2013-04-17 17:02:35 +00:00
|
|
|
],
|
2011-08-31 14:15:42 +00:00
|
|
|
}],
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'dependencies': ['../../tools/gyp/v8.gyp:v8'],
|
|
|
|
}],
|
2010-12-14 08:16:39 +00:00
|
|
|
],
|
|
|
|
},
|
2011-07-15 08:09:20 +00:00
|
|
|
{
|
|
|
|
'target_name': 'resources',
|
|
|
|
'type': 'none',
|
|
|
|
'variables': {
|
|
|
|
'file_list': [
|
|
|
|
'../../tools/splaytree.js',
|
|
|
|
'../../tools/codemap.js',
|
|
|
|
'../../tools/csvparser.js',
|
|
|
|
'../../tools/consarray.js',
|
|
|
|
'../../tools/profile.js',
|
|
|
|
'../../tools/profile_view.js',
|
|
|
|
'../../tools/logreader.js',
|
|
|
|
'log-eq-of-logging-and-traversal.js',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'actions': [
|
|
|
|
{
|
|
|
|
'action_name': 'js2c',
|
|
|
|
'inputs': [
|
|
|
|
'../../tools/js2c.py',
|
|
|
|
'<@(file_list)',
|
|
|
|
],
|
|
|
|
'outputs': [
|
|
|
|
'<(generated_file)',
|
|
|
|
],
|
|
|
|
'action': [
|
|
|
|
'python',
|
|
|
|
'../../tools/js2c.py',
|
|
|
|
'<@(_outputs)',
|
|
|
|
'TEST', # type
|
|
|
|
'off', # compression
|
|
|
|
'<@(file_list)',
|
|
|
|
],
|
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
2010-12-14 08:16:39 +00:00
|
|
|
],
|
|
|
|
}
|