| 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 18 matching lines...) Expand all Loading... |
| 29 "core/v8/custom/V8PromiseRejectionEventCustom.cpp", | 29 "core/v8/custom/V8PromiseRejectionEventCustom.cpp", |
| 30 "core/v8/custom/V8WindowCustom.cpp", | 30 "core/v8/custom/V8WindowCustom.cpp", |
| 31 "core/v8/custom/V8XMLHttpRequestCustom.cpp", | 31 "core/v8/custom/V8XMLHttpRequestCustom.cpp", |
| 32 "core/v8/ActiveScriptWrappable.cpp", | 32 "core/v8/ActiveScriptWrappable.cpp", |
| 33 "core/v8/ActiveScriptWrappable.h", | 33 "core/v8/ActiveScriptWrappable.h", |
| 34 "core/v8/ArrayValue.cpp", | 34 "core/v8/ArrayValue.cpp", |
| 35 "core/v8/ArrayValue.h", | 35 "core/v8/ArrayValue.h", |
| 36 "core/v8/BindingSecurity.cpp", | 36 "core/v8/BindingSecurity.cpp", |
| 37 "core/v8/BindingSecurity.h", | 37 "core/v8/BindingSecurity.h", |
| 38 "core/v8/CallbackPromiseAdapter.h", | 38 "core/v8/CallbackPromiseAdapter.h", |
| 39 "core/v8/CompiledScript.cpp", |
| 40 "core/v8/CompiledScript.h", |
| 39 "core/v8/ConditionalFeatures.cpp", | 41 "core/v8/ConditionalFeatures.cpp", |
| 40 "core/v8/ConditionalFeatures.h", | 42 "core/v8/ConditionalFeatures.h", |
| 41 "core/v8/ConditionalFeaturesForCore.cpp", | 43 "core/v8/ConditionalFeaturesForCore.cpp", |
| 42 "core/v8/ConditionalFeaturesForCore.h", | 44 "core/v8/ConditionalFeaturesForCore.h", |
| 43 "core/v8/V0CustomElementBinding.cpp", | 45 "core/v8/V0CustomElementBinding.cpp", |
| 44 "core/v8/V0CustomElementBinding.h", | 46 "core/v8/V0CustomElementBinding.h", |
| 45 "core/v8/V0CustomElementConstructorBuilder.cpp", | 47 "core/v8/V0CustomElementConstructorBuilder.cpp", |
| 46 "core/v8/V0CustomElementConstructorBuilder.h", | 48 "core/v8/V0CustomElementConstructorBuilder.h", |
| 47 "core/v8/DocumentWriteEvaluator.cpp", | 49 "core/v8/DocumentWriteEvaluator.cpp", |
| 48 "core/v8/DocumentWriteEvaluator.h", | 50 "core/v8/DocumentWriteEvaluator.h", |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 bindings_dir = get_path_info(".", "abspath") | 229 bindings_dir = get_path_info(".", "abspath") |
| 228 blink_output_dir = "$root_gen_dir/blink" | 230 blink_output_dir = "$root_gen_dir/blink" |
| 229 bindings_output_dir = "$root_gen_dir/blink/bindings" | 231 bindings_output_dir = "$root_gen_dir/blink/bindings" |
| 230 bindings_core_v8_output_dir = "$bindings_output_dir/core/v8" | 232 bindings_core_v8_output_dir = "$bindings_output_dir/core/v8" |
| 231 | 233 |
| 232 bindings_unittest_files = | 234 bindings_unittest_files = |
| 233 get_path_info([ | 235 get_path_info([ |
| 234 "core/v8/DocumentWriteEvaluatorTest.cpp", | 236 "core/v8/DocumentWriteEvaluatorTest.cpp", |
| 235 "core/v8/IDLTypesTest.cpp", | 237 "core/v8/IDLTypesTest.cpp", |
| 236 "core/v8/NativeValueTraitsTest.cpp", | 238 "core/v8/NativeValueTraitsTest.cpp", |
| 239 "core/v8/ScriptControllerTest.cpp", |
| 237 "core/v8/ScriptPromisePropertyTest.cpp", | 240 "core/v8/ScriptPromisePropertyTest.cpp", |
| 238 "core/v8/ScriptPromiseResolverTest.cpp", | 241 "core/v8/ScriptPromiseResolverTest.cpp", |
| 239 "core/v8/ScriptPromiseTest.cpp", | 242 "core/v8/ScriptPromiseTest.cpp", |
| 240 "core/v8/ScriptStreamerTest.cpp", | 243 "core/v8/ScriptStreamerTest.cpp", |
| 241 "core/v8/ScriptWrappableVisitorTest.cpp", | 244 "core/v8/ScriptWrappableVisitorTest.cpp", |
| 242 "core/v8/SerializedScriptValueTest.cpp", | 245 "core/v8/SerializedScriptValueTest.cpp", |
| 243 "core/v8/ToV8Test.cpp", | 246 "core/v8/ToV8Test.cpp", |
| 244 "core/v8/TraceWrapperMemberTest.cpp", | 247 "core/v8/TraceWrapperMemberTest.cpp", |
| 245 "core/v8/V8BindingForTesting.cpp", | 248 "core/v8/V8BindingForTesting.cpp", |
| 246 "core/v8/V8BindingForTesting.h", | 249 "core/v8/V8BindingForTesting.h", |
| 247 "core/v8/V8BindingTest.cpp", | 250 "core/v8/V8BindingTest.cpp", |
| 248 "core/v8/V8ObjectBuilderTest.cpp", | 251 "core/v8/V8ObjectBuilderTest.cpp", |
| 249 "core/v8/V8ScriptRunnerTest.cpp", | 252 "core/v8/V8ScriptRunnerTest.cpp", |
| 250 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", | 253 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", |
| 251 ], | 254 ], |
| 252 "abspath") | 255 "abspath") |
| 253 bindings_unittest_files += bindings_modules_v8_unittest_files | 256 bindings_unittest_files += bindings_modules_v8_unittest_files |
| OLD | NEW |