OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 14 matching lines...) Expand all Loading... |
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | 27 |
28 # The sources are kept automatically in sync with BUILD.gn. | 28 # The sources are kept automatically in sync with BUILD.gn. |
29 | 29 |
30 { | 30 { |
31 'variables': { | 31 'variables': { |
32 'v8_code': 1, | 32 'v8_code': 1, |
33 'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc', | 33 'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc', |
34 'cctest_sources': [ ### gcmole(all) ### | 34 'cctest_sources': [ ### gcmole(all) ### |
| 35 'asmjs/test-asm-typer.cc', |
| 36 'asmjs/test-typing-asm.cc', |
35 'compiler/c-signature.h', | 37 'compiler/c-signature.h', |
36 'compiler/codegen-tester.cc', | 38 'compiler/codegen-tester.cc', |
37 'compiler/codegen-tester.h', | 39 'compiler/codegen-tester.h', |
38 'compiler/code-assembler-tester.h', | 40 'compiler/code-assembler-tester.h', |
39 'compiler/function-tester.h', | 41 'compiler/function-tester.h', |
40 'compiler/graph-builder-tester.h', | 42 'compiler/graph-builder-tester.h', |
41 'compiler/test-basic-block-profiler.cc', | 43 'compiler/test-basic-block-profiler.cc', |
42 'compiler/test-branch-combine.cc', | 44 'compiler/test-branch-combine.cc', |
43 'compiler/test-gap-resolver.cc', | 45 'compiler/test-gap-resolver.cc', |
44 'compiler/test-graph-visualizer.cc', | 46 'compiler/test-graph-visualizer.cc', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'test-access-checks.cc', | 110 'test-access-checks.cc', |
109 'test-accessors.cc', | 111 'test-accessors.cc', |
110 'test-api.cc', | 112 'test-api.cc', |
111 'test-api.h', | 113 'test-api.h', |
112 'test-api-accessors.cc', | 114 'test-api-accessors.cc', |
113 'test-api-interceptors.cc', | 115 'test-api-interceptors.cc', |
114 'test-api-fast-accessor-builder.cc', | 116 'test-api-fast-accessor-builder.cc', |
115 'test-array-list.cc', | 117 'test-array-list.cc', |
116 'test-ast.cc', | 118 'test-ast.cc', |
117 'test-ast-expression-visitor.cc', | 119 'test-ast-expression-visitor.cc', |
118 'test-asm-validator.cc', | |
119 'test-atomicops.cc', | 120 'test-atomicops.cc', |
120 'test-bignum.cc', | 121 'test-bignum.cc', |
121 'test-bignum-dtoa.cc', | 122 'test-bignum-dtoa.cc', |
122 'test-bit-vector.cc', | 123 'test-bit-vector.cc', |
123 'test-circular-queue.cc', | 124 'test-circular-queue.cc', |
124 'test-code-cache.cc', | 125 'test-code-cache.cc', |
125 'test-code-layout.cc', | 126 'test-code-layout.cc', |
126 'test-code-stub-assembler.cc', | 127 'test-code-stub-assembler.cc', |
127 'test-compiler.cc', | 128 'test-compiler.cc', |
128 'test-constantpool.cc', | 129 'test-constantpool.cc', |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 '../../gypfiles/isolate.gypi', | 487 '../../gypfiles/isolate.gypi', |
487 ], | 488 ], |
488 'sources': [ | 489 'sources': [ |
489 'cctest.isolate', | 490 'cctest.isolate', |
490 ], | 491 ], |
491 }, | 492 }, |
492 ], | 493 ], |
493 }], | 494 }], |
494 ], | 495 ], |
495 } | 496 } |
OLD | NEW |