| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'gin_gen_path': '<(SHARED_INTERMEDIATE_DIR)/gin/', | 8 'gin_gen_path': '<(SHARED_INTERMEDIATE_DIR)/gin/', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'runner.cc', | 68 'runner.cc', |
| 69 'runner.h', | 69 'runner.h', |
| 70 'run_microtasks_observer.cc', | 70 'run_microtasks_observer.cc', |
| 71 'run_microtasks_observer.h', | 71 'run_microtasks_observer.h', |
| 72 'shell_runner.cc', | 72 'shell_runner.cc', |
| 73 'shell_runner.h', | 73 'shell_runner.h', |
| 74 'try_catch.cc', | 74 'try_catch.cc', |
| 75 'try_catch.h', | 75 'try_catch.h', |
| 76 'v8_initializer.h', | 76 'v8_initializer.h', |
| 77 'v8_initializer.cc', | 77 'v8_initializer.cc', |
| 78 'v8_isolate_memory_dump_provider.cc', |
| 79 'v8_isolate_memory_dump_provider.h', |
| 78 'v8_platform.cc', | 80 'v8_platform.cc', |
| 79 'wrappable.cc', | 81 'wrappable.cc', |
| 80 'wrappable.h', | 82 'wrappable.h', |
| 81 'wrapper_info.cc', | 83 'wrapper_info.cc', |
| 82 ], | 84 ], |
| 83 'conditions': [ | 85 'conditions': [ |
| 84 ['v8_use_external_startup_data==1 and OS=="win"', { | 86 ['v8_use_external_startup_data==1 and OS=="win"', { |
| 85 'dependencies': [ | 87 'dependencies': [ |
| 86 'gin_v8_snapshot_fingerprint', | 88 'gin_v8_snapshot_fingerprint', |
| 87 '../crypto/crypto.gyp:crypto', | 89 '../crypto/crypto.gyp:crypto', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'per_context_data_unittest.cc', | 166 'per_context_data_unittest.cc', |
| 165 'shell_runner_unittest.cc', | 167 'shell_runner_unittest.cc', |
| 166 'shell/gin_shell_unittest.cc', | 168 'shell/gin_shell_unittest.cc', |
| 167 'test/run_all_unittests.cc', | 169 'test/run_all_unittests.cc', |
| 168 'test/run_js_tests.cc', | 170 'test/run_js_tests.cc', |
| 169 'wrappable_unittest.cc', | 171 'wrappable_unittest.cc', |
| 170 ], | 172 ], |
| 171 }, | 173 }, |
| 172 ], | 174 ], |
| 173 } | 175 } |
| OLD | NEW |