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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Fix tests and introduce RuntimeEnabled flag Created 3 years, 7 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "core/v8/V8ObjectConstructor.h", 179 "core/v8/V8ObjectConstructor.h",
180 "core/v8/V8PagePopupControllerBinding.cpp", 180 "core/v8/V8PagePopupControllerBinding.cpp",
181 "core/v8/V8PagePopupControllerBinding.h", 181 "core/v8/V8PagePopupControllerBinding.h",
182 "core/v8/V8PerContextData.h", 182 "core/v8/V8PerContextData.h",
183 "core/v8/V8PerIsolateData.h", 183 "core/v8/V8PerIsolateData.h",
184 "core/v8/V8PersistentValueVector.h", 184 "core/v8/V8PersistentValueVector.h",
185 "core/v8/V8PrivateProperty.h", 185 "core/v8/V8PrivateProperty.h",
186 "core/v8/V8ResizeObserverCallbackCustom.cpp", 186 "core/v8/V8ResizeObserverCallbackCustom.cpp",
187 "core/v8/V8ScriptRunner.cpp", 187 "core/v8/V8ScriptRunner.cpp",
188 "core/v8/V8ScriptRunner.h", 188 "core/v8/V8ScriptRunner.h",
189 "core/v8/V8SnapshotCreator.cpp",
190 "core/v8/V8SnapshotCreator.h",
189 "core/v8/V8StringResource.h", 191 "core/v8/V8StringResource.h",
190 "core/v8/V8ThrowException.h", 192 "core/v8/V8ThrowException.h",
191 "core/v8/V8V0CustomElementLifecycleCallbacks.cpp", 193 "core/v8/V8V0CustomElementLifecycleCallbacks.cpp",
192 "core/v8/V8V0CustomElementLifecycleCallbacks.h", 194 "core/v8/V8V0CustomElementLifecycleCallbacks.h",
193 "core/v8/V8ValueCache.h", 195 "core/v8/V8ValueCache.h",
194 "core/v8/V8WorkerGlobalScopeEventListener.cpp", 196 "core/v8/V8WorkerGlobalScopeEventListener.cpp",
195 "core/v8/V8WorkerGlobalScopeEventListener.h", 197 "core/v8/V8WorkerGlobalScopeEventListener.h",
196 "core/v8/WindowProxy.cpp", 198 "core/v8/WindowProxy.cpp",
197 "core/v8/WindowProxy.h", 199 "core/v8/WindowProxy.h",
198 "core/v8/WindowProxyManager.cpp", 200 "core/v8/WindowProxyManager.cpp",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "core/v8/TraceWrapperMemberTest.cpp", 234 "core/v8/TraceWrapperMemberTest.cpp",
233 "core/v8/V8BindingForTesting.cpp", 235 "core/v8/V8BindingForTesting.cpp",
234 "core/v8/V8BindingForTesting.h", 236 "core/v8/V8BindingForTesting.h",
235 "core/v8/V8BindingTest.cpp", 237 "core/v8/V8BindingTest.cpp",
236 "core/v8/V8ObjectBuilderTest.cpp", 238 "core/v8/V8ObjectBuilderTest.cpp",
237 "core/v8/V8ScriptRunnerTest.cpp", 239 "core/v8/V8ScriptRunnerTest.cpp",
238 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 240 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
239 ], 241 ],
240 "abspath") 242 "abspath")
241 bindings_unittest_files += bindings_modules_v8_unittest_files 243 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698