OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # All paths in this file should be absolute so it can be imported into | 5 # All paths in this file should be absolute so it can be imported into |
6 # different contexts. | 6 # different contexts. |
7 | 7 |
8 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
9 | 9 |
10 bindings_core_v8_files = | 10 bindings_core_v8_files = |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 "core/v8/DictionaryIterator.cpp", | 57 "core/v8/DictionaryIterator.cpp", |
58 "core/v8/DictionaryIterator.h", | 58 "core/v8/DictionaryIterator.h", |
59 "core/v8/ExceptionMessages.cpp", | 59 "core/v8/ExceptionMessages.cpp", |
60 "core/v8/ExceptionMessages.h", | 60 "core/v8/ExceptionMessages.h", |
61 "core/v8/ExceptionState.cpp", | 61 "core/v8/ExceptionState.cpp", |
62 "core/v8/ExceptionState.h", | 62 "core/v8/ExceptionState.h", |
63 "core/v8/GeneratedCodeHelper.cpp", | 63 "core/v8/GeneratedCodeHelper.cpp", |
64 "core/v8/GeneratedCodeHelper.h", | 64 "core/v8/GeneratedCodeHelper.h", |
65 "core/v8/IDLDictionaryBase.cpp", | 65 "core/v8/IDLDictionaryBase.cpp", |
66 "core/v8/IDLDictionaryBase.h", | 66 "core/v8/IDLDictionaryBase.h", |
| 67 "core/v8/IDLTypes.h", |
| 68 "core/v8/IDLTypesBase.h", |
67 "core/v8/Iterable.h", | 69 "core/v8/Iterable.h", |
68 "core/v8/LocalWindowProxy.cpp", | 70 "core/v8/LocalWindowProxy.cpp", |
69 "core/v8/LocalWindowProxy.h", | 71 "core/v8/LocalWindowProxy.h", |
70 "core/v8/Maplike.h", | 72 "core/v8/Maplike.h", |
71 "core/v8/Microtask.cpp", | 73 "core/v8/Microtask.cpp", |
72 "core/v8/Microtask.h", | 74 "core/v8/Microtask.h", |
73 "core/v8/NativeValueTraits.h", | 75 "core/v8/NativeValueTraits.h", |
74 "core/v8/Nullable.h", | 76 "core/v8/Nullable.h", |
75 "core/v8/RejectedPromises.cpp", | 77 "core/v8/RejectedPromises.cpp", |
76 "core/v8/RejectedPromises.h", | 78 "core/v8/RejectedPromises.h", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "core/v8/TraceWrapperV8Reference.h", | 135 "core/v8/TraceWrapperV8Reference.h", |
134 "core/v8/Transferables.h", | 136 "core/v8/Transferables.h", |
135 "core/v8/ToV8.cpp", | 137 "core/v8/ToV8.cpp", |
136 "core/v8/ToV8.h", | 138 "core/v8/ToV8.h", |
137 "core/v8/UseCounterCallback.cpp", | 139 "core/v8/UseCounterCallback.cpp", |
138 "core/v8/UseCounterCallback.h", | 140 "core/v8/UseCounterCallback.h", |
139 "core/v8/V8AbstractEventListener.cpp", | 141 "core/v8/V8AbstractEventListener.cpp", |
140 "core/v8/V8AbstractEventListener.h", | 142 "core/v8/V8AbstractEventListener.h", |
141 "core/v8/V8Binding.cpp", | 143 "core/v8/V8Binding.cpp", |
142 "core/v8/V8Binding.h", | 144 "core/v8/V8Binding.h", |
| 145 "core/v8/V8BindingForIDLTypes.h", |
143 "core/v8/V8BindingMacros.h", | 146 "core/v8/V8BindingMacros.h", |
144 "core/v8/V8CacheOptions.h", | 147 "core/v8/V8CacheOptions.h", |
145 "core/v8/V8CacheStrategiesForCacheStorage.h", | 148 "core/v8/V8CacheStrategiesForCacheStorage.h", |
146 "core/v8/V8CrossOriginSetterInfo.h", | 149 "core/v8/V8CrossOriginSetterInfo.h", |
147 "core/v8/V8DOMActivityLogger.cpp", | 150 "core/v8/V8DOMActivityLogger.cpp", |
148 "core/v8/V8DOMActivityLogger.h", | 151 "core/v8/V8DOMActivityLogger.h", |
149 "core/v8/V8DOMConfiguration.cpp", | 152 "core/v8/V8DOMConfiguration.cpp", |
150 "core/v8/V8DOMConfiguration.h", | 153 "core/v8/V8DOMConfiguration.h", |
151 "core/v8/V8DOMWrapper.cpp", | 154 "core/v8/V8DOMWrapper.cpp", |
152 "core/v8/V8DOMWrapper.h", | 155 "core/v8/V8DOMWrapper.h", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 "abspath") | 225 "abspath") |
223 | 226 |
224 bindings_dir = get_path_info(".", "abspath") | 227 bindings_dir = get_path_info(".", "abspath") |
225 blink_output_dir = "$root_gen_dir/blink" | 228 blink_output_dir = "$root_gen_dir/blink" |
226 bindings_output_dir = "$root_gen_dir/blink/bindings" | 229 bindings_output_dir = "$root_gen_dir/blink/bindings" |
227 bindings_core_v8_output_dir = "$bindings_output_dir/core/v8" | 230 bindings_core_v8_output_dir = "$bindings_output_dir/core/v8" |
228 | 231 |
229 bindings_unittest_files = | 232 bindings_unittest_files = |
230 get_path_info([ | 233 get_path_info([ |
231 "core/v8/DocumentWriteEvaluatorTest.cpp", | 234 "core/v8/DocumentWriteEvaluatorTest.cpp", |
| 235 "core/v8/IDLTypesTest.cpp", |
| 236 "core/v8/NativeValueTraitsTest.cpp", |
232 "core/v8/ScriptPromisePropertyTest.cpp", | 237 "core/v8/ScriptPromisePropertyTest.cpp", |
233 "core/v8/ScriptPromiseResolverTest.cpp", | 238 "core/v8/ScriptPromiseResolverTest.cpp", |
234 "core/v8/ScriptPromiseTest.cpp", | 239 "core/v8/ScriptPromiseTest.cpp", |
235 "core/v8/ScriptStreamerTest.cpp", | 240 "core/v8/ScriptStreamerTest.cpp", |
236 "core/v8/ScriptWrappableVisitorTest.cpp", | 241 "core/v8/ScriptWrappableVisitorTest.cpp", |
237 "core/v8/SerializedScriptValueTest.cpp", | 242 "core/v8/SerializedScriptValueTest.cpp", |
238 "core/v8/ToV8Test.cpp", | 243 "core/v8/ToV8Test.cpp", |
239 "core/v8/TraceWrapperMemberTest.cpp", | 244 "core/v8/TraceWrapperMemberTest.cpp", |
240 "core/v8/V8BindingForTesting.cpp", | 245 "core/v8/V8BindingForTesting.cpp", |
241 "core/v8/V8BindingForTesting.h", | 246 "core/v8/V8BindingForTesting.h", |
242 "core/v8/V8BindingTest.cpp", | 247 "core/v8/V8BindingTest.cpp", |
243 "core/v8/V8ObjectBuilderTest.cpp", | 248 "core/v8/V8ObjectBuilderTest.cpp", |
244 "core/v8/V8ScriptRunnerTest.cpp", | 249 "core/v8/V8ScriptRunnerTest.cpp", |
245 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", | 250 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", |
246 ], | 251 ], |
247 "abspath") | 252 "abspath") |
248 bindings_unittest_files += bindings_modules_v8_unittest_files | 253 bindings_unittest_files += bindings_modules_v8_unittest_files |
OLD | NEW |