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

Unified Diff: chrome/plugin/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: chrome/plugin/DEPS
diff --git a/chrome/plugin/DEPS b/chrome/plugin/DEPS
index eca72a4e9cc0a7cba558d1b38a9efa7c46b45f78..8c270f43b40ae4678f0a82fe442bd24f2221da5d 100644
--- a/chrome/plugin/DEPS
+++ b/chrome/plugin/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+content/public/plugin",
"+gin/public/isolate_holder.h",
+ "+gin/v8_initializer.h",
rmcilroy 2015/03/31 16:59:02 maybe just +gin here too
"+media/base",
]

Powered by Google App Engine
This is Rietveld 408576698