Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Side by Side Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Rebase Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "core/v8/V8MutationCallback.h", 141 "core/v8/V8MutationCallback.h",
142 "core/v8/V8NodeFilterCondition.cpp", 142 "core/v8/V8NodeFilterCondition.cpp",
143 "core/v8/V8NodeFilterCondition.h", 143 "core/v8/V8NodeFilterCondition.h",
144 "core/v8/V8ObjectBuilder.cpp", 144 "core/v8/V8ObjectBuilder.cpp",
145 "core/v8/V8ObjectBuilder.h", 145 "core/v8/V8ObjectBuilder.h",
146 "core/v8/V8PagePopupControllerBinding.cpp", 146 "core/v8/V8PagePopupControllerBinding.cpp",
147 "core/v8/V8PagePopupControllerBinding.h", 147 "core/v8/V8PagePopupControllerBinding.h",
148 "core/v8/V8PersistentValueVector.h", 148 "core/v8/V8PersistentValueVector.h",
149 "core/v8/V8ScriptRunner.cpp", 149 "core/v8/V8ScriptRunner.cpp",
150 "core/v8/V8ScriptRunner.h", 150 "core/v8/V8ScriptRunner.h",
151 "core/v8/V8ContextSnapshot.cpp",
152 "core/v8/V8ContextSnapshot.h",
151 "core/v8/V8StringResource.h", 153 "core/v8/V8StringResource.h",
152 "core/v8/V8V0CustomElementLifecycleCallbacks.cpp", 154 "core/v8/V8V0CustomElementLifecycleCallbacks.cpp",
153 "core/v8/V8V0CustomElementLifecycleCallbacks.h", 155 "core/v8/V8V0CustomElementLifecycleCallbacks.h",
154 "core/v8/V8WorkerGlobalScopeEventListener.cpp", 156 "core/v8/V8WorkerGlobalScopeEventListener.cpp",
155 "core/v8/V8WorkerGlobalScopeEventListener.h", 157 "core/v8/V8WorkerGlobalScopeEventListener.h",
156 "core/v8/WindowProxy.cpp", 158 "core/v8/WindowProxy.cpp",
157 "core/v8/WindowProxy.h", 159 "core/v8/WindowProxy.h",
158 "core/v8/WindowProxyManager.cpp", 160 "core/v8/WindowProxyManager.cpp",
159 "core/v8/WindowProxyManager.h", 161 "core/v8/WindowProxyManager.h",
160 "core/v8/WorkerOrWorkletScriptController.cpp", 162 "core/v8/WorkerOrWorkletScriptController.cpp",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "core/v8/V8BindingForTesting.h", 205 "core/v8/V8BindingForTesting.h",
204 "core/v8/V8BindingTest.cpp", 206 "core/v8/V8BindingTest.cpp",
205 "core/v8/V8ObjectBuilderTest.cpp", 207 "core/v8/V8ObjectBuilderTest.cpp",
206 "core/v8/V8ScriptRunnerTest.cpp", 208 "core/v8/V8ScriptRunnerTest.cpp",
207 "core/v8/serialization/SerializedScriptValueTest.cpp", 209 "core/v8/serialization/SerializedScriptValueTest.cpp",
208 "core/v8/serialization/SerializedScriptValueThreadedTest.cpp", 210 "core/v8/serialization/SerializedScriptValueThreadedTest.cpp",
209 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 211 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
210 ], 212 ],
211 "abspath") 213 "abspath")
212 bindings_unittest_files += bindings_modules_v8_unittest_files 214 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698