| 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-lexer.cc', |
| 35 'asmjs/test-asm-typer.cc', | 36 'asmjs/test-asm-typer.cc', |
| 36 'ast-types-fuzz.h', | 37 'ast-types-fuzz.h', |
| 37 'compiler/c-signature.h', | 38 'compiler/c-signature.h', |
| 38 'compiler/call-tester.h', | 39 'compiler/call-tester.h', |
| 39 'compiler/codegen-tester.cc', | 40 'compiler/codegen-tester.cc', |
| 40 'compiler/codegen-tester.h', | 41 'compiler/codegen-tester.h', |
| 41 'compiler/code-assembler-tester.h', | 42 'compiler/code-assembler-tester.h', |
| 42 'compiler/function-tester.cc', | 43 'compiler/function-tester.cc', |
| 43 'compiler/function-tester.h', | 44 'compiler/function-tester.h', |
| 44 'compiler/graph-builder-tester.h', | 45 'compiler/graph-builder-tester.h', |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 '../../gypfiles/isolate.gypi', | 526 '../../gypfiles/isolate.gypi', |
| 526 ], | 527 ], |
| 527 'sources': [ | 528 'sources': [ |
| 528 'cctest.isolate', | 529 'cctest.isolate', |
| 529 ], | 530 ], |
| 530 }, | 531 }, |
| 531 ], | 532 ], |
| 532 }], | 533 }], |
| 533 ], | 534 ], |
| 534 } | 535 } |
| OLD | NEW |