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 17 matching lines...) Expand all Loading... | |
| 28 ['v8_enable_inspector==1', { | 28 ['v8_enable_inspector==1', { |
| 29 'dependencies': [ | 29 'dependencies': [ |
| 30 '../test/inspector/inspector.gyp:*', | 30 '../test/inspector/inspector.gyp:*', |
| 31 ], | 31 ], |
| 32 }], | 32 }], |
| 33 ['test_isolation_mode != "noop"', { | 33 ['test_isolation_mode != "noop"', { |
| 34 'dependencies': [ | 34 'dependencies': [ |
| 35 '../test/bot_default.gyp:*', | 35 '../test/bot_default.gyp:*', |
| 36 '../test/benchmarks/benchmarks.gyp:*', | 36 '../test/benchmarks/benchmarks.gyp:*', |
| 37 '../test/default.gyp:*', | 37 '../test/default.gyp:*', |
| 38 '../test/inspector/inspector.gyp:*', | |
|
kozy
2016/10/11 19:05:57
please remove it or wrap whole inspector.gyp file
Michael Achenbach
2016/10/11 20:54:01
Ah - right - rebase didn't remove this line. Maybe
| |
| 38 '../test/intl/intl.gyp:*', | 39 '../test/intl/intl.gyp:*', |
| 39 '../test/message/message.gyp:*', | 40 '../test/message/message.gyp:*', |
| 40 '../test/mjsunit/mjsunit.gyp:*', | 41 '../test/mjsunit/mjsunit.gyp:*', |
| 41 '../test/mozilla/mozilla.gyp:*', | 42 '../test/mozilla/mozilla.gyp:*', |
| 42 '../test/optimize_for_size.gyp:*', | 43 '../test/optimize_for_size.gyp:*', |
| 43 '../test/perf.gyp:*', | 44 '../test/perf.gyp:*', |
| 44 '../test/preparser/preparser.gyp:*', | 45 '../test/preparser/preparser.gyp:*', |
| 45 '../test/simdjs/simdjs.gyp:*', | 46 '../test/simdjs/simdjs.gyp:*', |
| 46 '../test/test262/test262.gyp:*', | 47 '../test/test262/test262.gyp:*', |
| 47 '../test/webkit/webkit.gyp:*', | 48 '../test/webkit/webkit.gyp:*', |
| 48 '../tools/check-static-initializers.gyp:*', | 49 '../tools/check-static-initializers.gyp:*', |
| 49 '../tools/gcmole/run_gcmole.gyp:*', | 50 '../tools/gcmole/run_gcmole.gyp:*', |
| 50 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', | 51 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', |
| 51 '../tools/run-deopt-fuzzer.gyp:*', | 52 '../tools/run-deopt-fuzzer.gyp:*', |
| 52 '../tools/run-valgrind.gyp:*', | 53 '../tools/run-valgrind.gyp:*', |
| 53 ], | 54 ], |
| 54 }], | 55 }], |
| 55 ] | 56 ] |
| 56 } | 57 } |
| 57 ] | 58 ] |
| 58 } | 59 } |
| OLD | NEW |