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 13 matching lines...) Expand all Loading... |
24 'array_buffer.cc', | 24 'array_buffer.cc', |
25 'array_buffer.h', | 25 'array_buffer.h', |
26 'context_holder.cc', | 26 'context_holder.cc', |
27 'context_holder.h', | 27 'context_holder.h', |
28 'converter.cc', | 28 'converter.cc', |
29 'converter.h', | 29 'converter.h', |
30 'dictionary.cc', | 30 'dictionary.cc', |
31 'dictionary.h', | 31 'dictionary.h', |
32 'function_template.cc', | 32 'function_template.cc', |
33 'function_template.h', | 33 'function_template.h', |
| 34 'handle.h', |
34 'isolate_holder.cc', | 35 'isolate_holder.cc', |
35 'modules/console.cc', | 36 'modules/console.cc', |
36 'modules/console.h', | 37 'modules/console.h', |
37 'modules/file_module_provider.cc', | 38 'modules/file_module_provider.cc', |
38 'modules/file_module_provider.h', | 39 'modules/file_module_provider.h', |
39 'modules/module_registry.cc', | 40 'modules/module_registry.cc', |
40 'modules/module_registry.h', | 41 'modules/module_registry.h', |
41 'modules/module_runner_delegate.cc', | 42 'modules/module_runner_delegate.cc', |
42 'modules/module_runner_delegate.h', | 43 'modules/module_runner_delegate.h', |
43 'object_template_builder.cc', | 44 'object_template_builder.cc', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'sources': [ | 105 'sources': [ |
105 'converter_unittest.cc', | 106 'converter_unittest.cc', |
106 'test/run_all_unittests.cc', | 107 'test/run_all_unittests.cc', |
107 'test/run_js_tests.cc', | 108 'test/run_js_tests.cc', |
108 'runner_unittest.cc', | 109 'runner_unittest.cc', |
109 'wrappable_unittest.cc', | 110 'wrappable_unittest.cc', |
110 ], | 111 ], |
111 }, | 112 }, |
112 ], | 113 ], |
113 } | 114 } |
OLD | NEW |