| 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 17 matching lines...) Expand all Loading... |
| 28 'arguments.h', | 28 'arguments.h', |
| 29 'array_buffer.cc', | 29 'array_buffer.cc', |
| 30 'array_buffer.h', | 30 'array_buffer.h', |
| 31 'context_holder.cc', | 31 'context_holder.cc', |
| 32 'converter.cc', | 32 'converter.cc', |
| 33 'converter.h', | 33 'converter.h', |
| 34 'debug_impl.cc', | 34 'debug_impl.cc', |
| 35 'debug_impl.h', | 35 'debug_impl.h', |
| 36 'dictionary.cc', | 36 'dictionary.cc', |
| 37 'dictionary.h', | 37 'dictionary.h', |
| 38 'event_tracer_impl.cc', |
| 39 'event_tracer_impl.h', |
| 38 'function_template.cc', | 40 'function_template.cc', |
| 39 'function_template.h', | 41 'function_template.h', |
| 40 'gin_export.h', | 42 'gin_export.h', |
| 41 'handle.h', | 43 'handle.h', |
| 42 'interceptor.cc', | 44 'interceptor.cc', |
| 43 'interceptor.h', | 45 'interceptor.h', |
| 44 'isolate_holder.cc', | 46 'isolate_holder.cc', |
| 45 'modules/console.cc', | 47 'modules/console.cc', |
| 46 'modules/console.h', | 48 'modules/console.h', |
| 47 'modules/file_module_provider.cc', | 49 'modules/file_module_provider.cc', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'per_context_data_unittest.cc', | 140 'per_context_data_unittest.cc', |
| 139 'shell_runner_unittest.cc', | 141 'shell_runner_unittest.cc', |
| 140 'shell/gin_shell_unittest.cc', | 142 'shell/gin_shell_unittest.cc', |
| 141 'test/run_all_unittests.cc', | 143 'test/run_all_unittests.cc', |
| 142 'test/run_js_tests.cc', | 144 'test/run_js_tests.cc', |
| 143 'wrappable_unittest.cc', | 145 'wrappable_unittest.cc', |
| 144 ], | 146 ], |
| 145 }, | 147 }, |
| 146 ], | 148 ], |
| 147 } | 149 } |
| OLD | NEW |