| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "core/v8/ScriptModule.h", | 86 "core/v8/ScriptModule.h", |
| 87 "core/v8/ScriptPromise.cpp", | 87 "core/v8/ScriptPromise.cpp", |
| 88 "core/v8/ScriptPromise.h", | 88 "core/v8/ScriptPromise.h", |
| 89 "core/v8/ScriptPromiseProperty.h", | 89 "core/v8/ScriptPromiseProperty.h", |
| 90 "core/v8/ScriptPromisePropertyBase.cpp", | 90 "core/v8/ScriptPromisePropertyBase.cpp", |
| 91 "core/v8/ScriptPromisePropertyBase.h", | 91 "core/v8/ScriptPromisePropertyBase.h", |
| 92 "core/v8/ScriptPromiseResolver.cpp", | 92 "core/v8/ScriptPromiseResolver.cpp", |
| 93 "core/v8/ScriptPromiseResolver.h", | 93 "core/v8/ScriptPromiseResolver.h", |
| 94 "core/v8/ScriptRegexp.cpp", | 94 "core/v8/ScriptRegexp.cpp", |
| 95 "core/v8/ScriptRegexp.h", | 95 "core/v8/ScriptRegexp.h", |
| 96 "core/v8/StringResource.h", | |
| 97 "core/v8/ScriptSourceCode.cpp", | 96 "core/v8/ScriptSourceCode.cpp", |
| 98 "core/v8/ScriptSourceCode.h", | 97 "core/v8/ScriptSourceCode.h", |
| 99 "core/v8/ScriptStreamer.cpp", | 98 "core/v8/ScriptStreamer.cpp", |
| 100 "core/v8/ScriptStreamer.h", | 99 "core/v8/ScriptStreamer.h", |
| 101 "core/v8/ScriptStreamerThread.cpp", | 100 "core/v8/ScriptStreamerThread.cpp", |
| 102 "core/v8/ScriptStreamerThread.h", | 101 "core/v8/ScriptStreamerThread.h", |
| 103 "core/v8/ScriptString.cpp", | 102 "core/v8/ScriptString.cpp", |
| 104 "core/v8/ScriptString.h", | 103 "core/v8/ScriptString.h", |
| 105 "core/v8/ScriptValue.cpp", | 104 "core/v8/ScriptValue.cpp", |
| 106 "core/v8/ScriptValue.h", | 105 "core/v8/ScriptValue.h", |
| 107 "core/v8/ScriptWrappableVisitor.h", | |
| 108 "core/v8/ScriptWrappableVisitorVerifier.h", | |
| 109 "core/v8/SerializationTag.h", | 106 "core/v8/SerializationTag.h", |
| 110 "core/v8/SerializedScriptValue.cpp", | 107 "core/v8/SerializedScriptValue.cpp", |
| 111 "core/v8/SerializedScriptValue.h", | 108 "core/v8/SerializedScriptValue.h", |
| 112 "core/v8/SerializedScriptValueFactory.cpp", | 109 "core/v8/SerializedScriptValueFactory.cpp", |
| 113 "core/v8/SerializedScriptValueFactory.h", | 110 "core/v8/SerializedScriptValueFactory.h", |
| 114 "core/v8/SharedPersistent.h", | |
| 115 "core/v8/SourceLocation.cpp", | 111 "core/v8/SourceLocation.cpp", |
| 116 "core/v8/SourceLocation.h", | 112 "core/v8/SourceLocation.h", |
| 117 "core/v8/ToV8.h", | |
| 118 "core/v8/ToV8ForCore.cpp", | 113 "core/v8/ToV8ForCore.cpp", |
| 119 "core/v8/ToV8ForCore.h", | 114 "core/v8/ToV8ForCore.h", |
| 120 "core/v8/TraceWrapperMember.h", | |
| 121 "core/v8/TraceWrapperV8Reference.h", | |
| 122 "core/v8/Transferables.h", | 115 "core/v8/Transferables.h", |
| 123 "core/v8/UseCounterCallback.cpp", | 116 "core/v8/UseCounterCallback.cpp", |
| 124 "core/v8/UseCounterCallback.h", | 117 "core/v8/UseCounterCallback.h", |
| 125 "core/v8/V8AbstractEventListener.cpp", | 118 "core/v8/V8AbstractEventListener.cpp", |
| 126 "core/v8/V8AbstractEventListener.h", | 119 "core/v8/V8AbstractEventListener.h", |
| 127 "core/v8/V8BindingForCore.cpp", | 120 "core/v8/V8BindingForCore.cpp", |
| 128 "core/v8/V8BindingForCore.h", | 121 "core/v8/V8BindingForCore.h", |
| 129 "core/v8/V8BindingMacros.h", | 122 "core/v8/V8BindingMacros.h", |
| 130 "core/v8/V8CacheOptions.h", | 123 "core/v8/V8CacheOptions.h", |
| 131 "core/v8/V8CacheStrategiesForCacheStorage.h", | 124 "core/v8/V8CacheStrategiesForCacheStorage.h", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "core/v8/TraceWrapperMemberTest.cpp", | 215 "core/v8/TraceWrapperMemberTest.cpp", |
| 223 "core/v8/V8BindingForTesting.cpp", | 216 "core/v8/V8BindingForTesting.cpp", |
| 224 "core/v8/V8BindingForTesting.h", | 217 "core/v8/V8BindingForTesting.h", |
| 225 "core/v8/V8BindingTest.cpp", | 218 "core/v8/V8BindingTest.cpp", |
| 226 "core/v8/V8ObjectBuilderTest.cpp", | 219 "core/v8/V8ObjectBuilderTest.cpp", |
| 227 "core/v8/V8ScriptRunnerTest.cpp", | 220 "core/v8/V8ScriptRunnerTest.cpp", |
| 228 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", | 221 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", |
| 229 ], | 222 ], |
| 230 "abspath") | 223 "abspath") |
| 231 bindings_unittest_files += bindings_modules_v8_unittest_files | 224 bindings_unittest_files += bindings_modules_v8_unittest_files |
| OLD | NEW |