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

Unified Diff: content/app/DEPS

Issue 1011133006: Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS tweak suggested by jochen. Created 5 years, 9 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: content/app/DEPS
diff --git a/content/app/DEPS b/content/app/DEPS
index 61f7537051501e025ba8c3f6e47817b47cf270f2..b6d8307a72c139bd155bb81aff7da757b9a158ab 100644
--- a/content/app/DEPS
+++ b/content/app/DEPS
@@ -5,5 +5,6 @@ include_rules = [
# For loading V8's initial snapshot from external files.
"+gin/public/isolate_holder.h",
"+gin/public/snapshot_fd_data.h",
+ "+gin/v8_initializer.h",
rmcilroy 2015/03/31 16:59:02 ditto
"+media/base", # For initializing media library.
]

Powered by Google App Engine
This is Rietveld 408576698