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 'gin_gen_path': '<(SHARED_INTERMEDIATE_DIR)/gin/', | 8 'gin_gen_path': '<(SHARED_INTERMEDIATE_DIR)/gin/', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 20 matching lines...) Expand all Loading... |
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 'function_template.cc', | 38 'function_template.cc', |
39 'function_template.h', | 39 'function_template.h', |
40 'gin_export.h', | 40 'gin_export.h', |
| 41 'gin_features.cc', |
41 'handle.h', | 42 'handle.h', |
42 'interceptor.cc', | 43 'interceptor.cc', |
43 'interceptor.h', | 44 'interceptor.h', |
44 'isolate_holder.cc', | 45 'isolate_holder.cc', |
45 'modules/console.cc', | 46 'modules/console.cc', |
46 'modules/console.h', | 47 'modules/console.h', |
47 'modules/file_module_provider.cc', | 48 'modules/file_module_provider.cc', |
48 'modules/file_module_provider.h', | 49 'modules/file_module_provider.h', |
49 'modules/module_registry.cc', | 50 'modules/module_registry.cc', |
50 'modules/module_registry.h', | 51 'modules/module_registry.h', |
51 'modules/module_registry_observer.h', | 52 'modules/module_registry_observer.h', |
52 'modules/module_runner_delegate.cc', | 53 'modules/module_runner_delegate.cc', |
53 'modules/module_runner_delegate.h', | 54 'modules/module_runner_delegate.h', |
54 'modules/timer.cc', | 55 'modules/timer.cc', |
55 'modules/timer.h', | 56 'modules/timer.h', |
56 'object_template_builder.cc', | 57 'object_template_builder.cc', |
57 'object_template_builder.h', | 58 'object_template_builder.h', |
58 'per_context_data.cc', | 59 'per_context_data.cc', |
59 'per_context_data.h', | 60 'per_context_data.h', |
60 'per_isolate_data.cc', | 61 'per_isolate_data.cc', |
61 'per_isolate_data.h', | 62 'per_isolate_data.h', |
62 'public/context_holder.h', | 63 'public/context_holder.h', |
63 'public/debug.h', | 64 'public/debug.h', |
64 'public/gin_embedders.h', | 65 'public/gin_embedders.h', |
| 66 'public/gin_features.h', |
65 'public/isolate_holder.h', | 67 'public/isolate_holder.h', |
66 'public/v8_platform.h', | 68 'public/v8_platform.h', |
67 'public/wrapper_info.h', | 69 'public/wrapper_info.h', |
68 'runner.cc', | 70 'runner.cc', |
69 'runner.h', | 71 'runner.h', |
70 'run_microtasks_observer.cc', | 72 'run_microtasks_observer.cc', |
71 'run_microtasks_observer.h', | 73 'run_microtasks_observer.h', |
72 'shell_runner.cc', | 74 'shell_runner.cc', |
73 'shell_runner.h', | 75 'shell_runner.h', |
74 'try_catch.cc', | 76 'try_catch.cc', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 '../build/isolate.gypi', | 189 '../build/isolate.gypi', |
188 ], | 190 ], |
189 'sources': [ | 191 'sources': [ |
190 'gin_unittests.isolate', | 192 'gin_unittests.isolate', |
191 ], | 193 ], |
192 }, | 194 }, |
193 ], | 195 ], |
194 }], | 196 }], |
195 ], | 197 ], |
196 } | 198 } |
OLD | NEW |