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 22 matching lines...) Expand all Loading... |
33 'function_template.h', | 33 'function_template.h', |
34 'isolate_holder.cc', | 34 'isolate_holder.cc', |
35 'modules/console.cc', | 35 'modules/console.cc', |
36 'modules/console.h', | 36 'modules/console.h', |
37 'modules/file_module_provider.cc', | 37 'modules/file_module_provider.cc', |
38 'modules/file_module_provider.h', | 38 'modules/file_module_provider.h', |
39 'modules/module_registry.cc', | 39 'modules/module_registry.cc', |
40 'modules/module_registry.h', | 40 'modules/module_registry.h', |
41 'modules/module_runner_delegate.cc', | 41 'modules/module_runner_delegate.cc', |
42 'modules/module_runner_delegate.h', | 42 'modules/module_runner_delegate.h', |
| 43 'object_template_builder.cc', |
| 44 'object_template_builder.h', |
43 'per_context_data.cc', | 45 'per_context_data.cc', |
44 'per_context_data.h', | 46 'per_context_data.h', |
45 'per_isolate_data.cc', | 47 'per_isolate_data.cc', |
46 'per_isolate_data.h', | 48 'per_isolate_data.h', |
47 'public/gin_embedders.h', | 49 'public/gin_embedders.h', |
48 'public/isolate_holder.h', | 50 'public/isolate_holder.h', |
49 'public/wrapper_info.h', | 51 'public/wrapper_info.h', |
50 'runner.cc', | 52 'runner.cc', |
51 'runner.h', | 53 'runner.h', |
52 'try_catch.cc', | 54 'try_catch.cc', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 'sources': [ | 104 'sources': [ |
103 'converter_unittest.cc', | 105 'converter_unittest.cc', |
104 'test/run_all_unittests.cc', | 106 'test/run_all_unittests.cc', |
105 'test/run_js_tests.cc', | 107 'test/run_js_tests.cc', |
106 'runner_unittest.cc', | 108 'runner_unittest.cc', |
107 'wrappable_unittest.cc', | 109 'wrappable_unittest.cc', |
108 ], | 110 ], |
109 }, | 111 }, |
110 ], | 112 ], |
111 } | 113 } |
OLD | NEW |