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 11 matching lines...) Expand all Loading... |
22 'arguments.cc', | 22 'arguments.cc', |
23 'arguments.h', | 23 'arguments.h', |
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', |
| 33 'function_template.h', |
32 'isolate_holder.cc', | 34 'isolate_holder.cc', |
33 'modules/console.cc', | 35 'modules/console.cc', |
34 'modules/console.h', | 36 'modules/console.h', |
35 'modules/file_module_provider.cc', | 37 'modules/file_module_provider.cc', |
36 'modules/file_module_provider.h', | 38 'modules/file_module_provider.h', |
37 'modules/module_registry.cc', | 39 'modules/module_registry.cc', |
38 'modules/module_registry.h', | 40 'modules/module_registry.h', |
39 'modules/module_runner_delegate.cc', | 41 'modules/module_runner_delegate.cc', |
40 'modules/module_runner_delegate.h', | 42 'modules/module_runner_delegate.h', |
41 'per_context_data.cc', | 43 'per_context_data.cc', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'sources': [ | 102 'sources': [ |
101 'converter_unittest.cc', | 103 'converter_unittest.cc', |
102 'test/run_all_unittests.cc', | 104 'test/run_all_unittests.cc', |
103 'test/run_js_tests.cc', | 105 'test/run_js_tests.cc', |
104 'runner_unittest.cc', | 106 'runner_unittest.cc', |
105 'wrappable_unittest.cc', | 107 'wrappable_unittest.cc', |
106 ], | 108 ], |
107 }, | 109 }, |
108 ], | 110 ], |
109 } | 111 } |
OLD | NEW |