| 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'per_isolate_data.cc', | 60 'per_isolate_data.cc', |
| 61 'per_isolate_data.h', | 61 'per_isolate_data.h', |
| 62 'public/context_holder.h', | 62 'public/context_holder.h', |
| 63 'public/debug.h', | 63 'public/debug.h', |
| 64 'public/gin_embedders.h', | 64 'public/gin_embedders.h', |
| 65 'public/isolate_holder.h', | 65 'public/isolate_holder.h', |
| 66 'public/v8_platform.h', | 66 'public/v8_platform.h', |
| 67 'public/wrapper_info.h', | 67 'public/wrapper_info.h', |
| 68 'runner.cc', | 68 'runner.cc', |
| 69 'runner.h', | 69 'runner.h', |
| 70 'run_microtasks_observer.cc', |
| 71 'run_microtasks_observer.h', |
| 70 'shell_runner.cc', | 72 'shell_runner.cc', |
| 71 'shell_runner.h', | 73 'shell_runner.h', |
| 72 'try_catch.cc', | 74 'try_catch.cc', |
| 73 'try_catch.h', | 75 'try_catch.h', |
| 74 'v8_platform.cc', | 76 'v8_platform.cc', |
| 75 'wrappable.cc', | 77 'wrappable.cc', |
| 76 'wrappable.h', | 78 'wrappable.h', |
| 77 'wrapper_info.cc', | 79 'wrapper_info.cc', |
| 78 ], | 80 ], |
| 79 }, | 81 }, |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'per_context_data_unittest.cc', | 138 'per_context_data_unittest.cc', |
| 137 'shell_runner_unittest.cc', | 139 'shell_runner_unittest.cc', |
| 138 'shell/gin_shell_unittest.cc', | 140 'shell/gin_shell_unittest.cc', |
| 139 'test/run_all_unittests.cc', | 141 'test/run_all_unittests.cc', |
| 140 'test/run_js_tests.cc', | 142 'test/run_js_tests.cc', |
| 141 'wrappable_unittest.cc', | 143 'wrappable_unittest.cc', |
| 142 ], | 144 ], |
| 143 }, | 145 }, |
| 144 ], | 146 ], |
| 145 } | 147 } |
| OLD | NEW |