Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'All', | 8 'target_name': 'All', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 23 '../test/cctest/cctest.gyp:*', | 23 '../test/cctest/cctest.gyp:*', |
| 24 '../test/fuzzer/fuzzer.gyp:*', | 24 '../test/fuzzer/fuzzer.gyp:*', |
| 25 '../test/unittests/unittests.gyp:*', | 25 '../test/unittests/unittests.gyp:*', |
| 26 ], | 26 ], |
| 27 }], | 27 }], |
| 28 ['test_isolation_mode != "noop"', { | 28 ['test_isolation_mode != "noop"', { |
| 29 'dependencies': [ | 29 'dependencies': [ |
| 30 '../test/bot_default.gyp:*', | 30 '../test/bot_default.gyp:*', |
| 31 '../test/benchmarks/benchmarks.gyp:*', | 31 '../test/benchmarks/benchmarks.gyp:*', |
| 32 '../test/default.gyp:*', | 32 '../test/default.gyp:*', |
| 33 '../test/inspector/inspector.gyp:*', | |
|
kozy
2016/10/11 14:46:48
I think that problem is here. It looks like we inc
| |
| 33 '../test/intl/intl.gyp:*', | 34 '../test/intl/intl.gyp:*', |
| 34 '../test/message/message.gyp:*', | 35 '../test/message/message.gyp:*', |
| 35 '../test/mjsunit/mjsunit.gyp:*', | 36 '../test/mjsunit/mjsunit.gyp:*', |
| 36 '../test/mozilla/mozilla.gyp:*', | 37 '../test/mozilla/mozilla.gyp:*', |
| 37 '../test/optimize_for_size.gyp:*', | 38 '../test/optimize_for_size.gyp:*', |
| 38 '../test/perf.gyp:*', | 39 '../test/perf.gyp:*', |
| 39 '../test/preparser/preparser.gyp:*', | 40 '../test/preparser/preparser.gyp:*', |
| 40 '../test/simdjs/simdjs.gyp:*', | 41 '../test/simdjs/simdjs.gyp:*', |
| 41 '../test/test262/test262.gyp:*', | 42 '../test/test262/test262.gyp:*', |
| 42 '../test/webkit/webkit.gyp:*', | 43 '../test/webkit/webkit.gyp:*', |
| 43 '../tools/check-static-initializers.gyp:*', | 44 '../tools/check-static-initializers.gyp:*', |
| 44 '../tools/gcmole/run_gcmole.gyp:*', | 45 '../tools/gcmole/run_gcmole.gyp:*', |
| 45 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', | 46 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', |
| 46 '../tools/run-deopt-fuzzer.gyp:*', | 47 '../tools/run-deopt-fuzzer.gyp:*', |
| 47 '../tools/run-valgrind.gyp:*', | 48 '../tools/run-valgrind.gyp:*', |
| 48 ], | 49 ], |
| 49 }], | 50 }], |
| 50 ] | 51 ] |
| 51 } | 52 } |
| 52 ] | 53 ] |
| 53 } | 54 } |
| OLD | NEW |