| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "core/v8/ScriptState.cpp", | 107 "core/v8/ScriptState.cpp", |
| 108 "core/v8/ScriptState.h", | 108 "core/v8/ScriptState.h", |
| 109 "core/v8/ScriptStreamer.cpp", | 109 "core/v8/ScriptStreamer.cpp", |
| 110 "core/v8/ScriptStreamer.h", | 110 "core/v8/ScriptStreamer.h", |
| 111 "core/v8/ScriptStreamerThread.cpp", | 111 "core/v8/ScriptStreamerThread.cpp", |
| 112 "core/v8/ScriptStreamerThread.h", | 112 "core/v8/ScriptStreamerThread.h", |
| 113 "core/v8/ScriptString.cpp", | 113 "core/v8/ScriptString.cpp", |
| 114 "core/v8/ScriptString.h", | 114 "core/v8/ScriptString.h", |
| 115 "core/v8/ScriptValue.cpp", | 115 "core/v8/ScriptValue.cpp", |
| 116 "core/v8/ScriptValue.h", | 116 "core/v8/ScriptValue.h", |
| 117 "core/v8/ScriptValueSerializer.cpp", | |
| 118 "core/v8/ScriptValueSerializer.h", | |
| 119 "core/v8/ScriptWrappable.cpp", | 117 "core/v8/ScriptWrappable.cpp", |
| 120 "core/v8/ScriptWrappable.h", | 118 "core/v8/ScriptWrappable.h", |
| 121 "core/v8/ScriptWrappableVisitor.cpp", | 119 "core/v8/ScriptWrappableVisitor.cpp", |
| 122 "core/v8/ScriptWrappableVisitor.h", | 120 "core/v8/ScriptWrappableVisitor.h", |
| 123 "core/v8/ScriptWrappableVisitorVerifier.h", | 121 "core/v8/ScriptWrappableVisitorVerifier.h", |
| 124 "core/v8/SerializationTag.h", | 122 "core/v8/SerializationTag.h", |
| 125 "core/v8/SerializedScriptValue.cpp", | 123 "core/v8/SerializedScriptValue.cpp", |
| 126 "core/v8/SerializedScriptValue.h", | 124 "core/v8/SerializedScriptValue.h", |
| 127 "core/v8/SerializedScriptValueFactory.cpp", | 125 "core/v8/SerializedScriptValueFactory.cpp", |
| 128 "core/v8/SerializedScriptValueFactory.h", | 126 "core/v8/SerializedScriptValueFactory.h", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 bindings_output_dir = "$root_gen_dir/blink/bindings" | 222 bindings_output_dir = "$root_gen_dir/blink/bindings" |
| 225 bindings_core_v8_output_dir = "$bindings_output_dir/core/v8" | 223 bindings_core_v8_output_dir = "$bindings_output_dir/core/v8" |
| 226 | 224 |
| 227 bindings_unittest_files = | 225 bindings_unittest_files = |
| 228 get_path_info([ | 226 get_path_info([ |
| 229 "core/v8/DocumentWriteEvaluatorTest.cpp", | 227 "core/v8/DocumentWriteEvaluatorTest.cpp", |
| 230 "core/v8/ScriptPromisePropertyTest.cpp", | 228 "core/v8/ScriptPromisePropertyTest.cpp", |
| 231 "core/v8/ScriptPromiseResolverTest.cpp", | 229 "core/v8/ScriptPromiseResolverTest.cpp", |
| 232 "core/v8/ScriptPromiseTest.cpp", | 230 "core/v8/ScriptPromiseTest.cpp", |
| 233 "core/v8/ScriptStreamerTest.cpp", | 231 "core/v8/ScriptStreamerTest.cpp", |
| 234 "core/v8/ScriptValueSerializerTest.cpp", | |
| 235 "core/v8/ScriptWrappableVisitorTest.cpp", | 232 "core/v8/ScriptWrappableVisitorTest.cpp", |
| 236 "core/v8/SerializedScriptValueTest.cpp", | 233 "core/v8/SerializedScriptValueTest.cpp", |
| 237 "core/v8/ToV8Test.cpp", | 234 "core/v8/ToV8Test.cpp", |
| 238 "core/v8/TraceWrapperMemberTest.cpp", | 235 "core/v8/TraceWrapperMemberTest.cpp", |
| 239 "core/v8/V8BindingForTesting.cpp", | 236 "core/v8/V8BindingForTesting.cpp", |
| 240 "core/v8/V8BindingForTesting.h", | 237 "core/v8/V8BindingForTesting.h", |
| 241 "core/v8/V8BindingTest.cpp", | 238 "core/v8/V8BindingTest.cpp", |
| 242 "core/v8/V8ObjectBuilderTest.cpp", | 239 "core/v8/V8ObjectBuilderTest.cpp", |
| 243 "core/v8/V8ScriptRunnerTest.cpp", | 240 "core/v8/V8ScriptRunnerTest.cpp", |
| 244 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", | 241 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", |
| 245 ], | 242 ], |
| 246 "abspath") | 243 "abspath") |
| 247 bindings_unittest_files += bindings_modules_v8_unittest_files | 244 bindings_unittest_files += bindings_modules_v8_unittest_files |
| OLD | NEW |