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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/v8.gypi

Issue 1915833002: Introduce Platform::cacheMetadataInCacheStorage() to store V8 code cache in CacheStorage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments in render_process_messages.h Created 4 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/core/v8/v8.gypi
diff --git a/third_party/WebKit/Source/bindings/core/v8/v8.gypi b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
index d0cb92422e3d8b198c7ad06fdb3a6c0f1e51f2c4..61851f72e716012b27431693909059a2a7ac0e69 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -111,6 +111,7 @@
'V8Binding.h',
'V8BindingMacros.h',
'V8CacheOptions.h',
+ 'V8CacheStrategiesForCacheStorage.h',
'V8V0CustomElementLifecycleCallbacks.cpp',
'V8V0CustomElementLifecycleCallbacks.h',
'V8DOMActivityLogger.cpp',

Powered by Google App Engine
This is Rietveld 408576698