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

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for most comments 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index f74196ac3100cfbec9ce6accc868c0b361a432a9..0e2c61d13a1d5eea4e14c7d341967f519cbe7934 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -154,6 +154,8 @@ bindings_core_v8_files =
"core/v8/V8PersistentValueVector.h",
"core/v8/V8ScriptRunner.cpp",
"core/v8/V8ScriptRunner.h",
+ "core/v8/V8SnapshotCreator.cpp",
+ "core/v8/V8SnapshotCreator.h",
"core/v8/V8StringResource.h",
"core/v8/V8V0CustomElementLifecycleCallbacks.cpp",
"core/v8/V8V0CustomElementLifecycleCallbacks.h",

Powered by Google App Engine
This is Rietveld 408576698