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

Unified Diff: content/shell/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: Fix missing #ifdef in V8Initializer::Initialize. Created 5 years, 8 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/shell/DEPS
diff --git a/content/shell/DEPS b/content/shell/DEPS
index a46f5cf5d804bfe9937d7ed64c66c48227542d43..3dfeb6bed63e344f7ef06e0c39a1f4459ecc18f6 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+gin/public",
+ "+gin/v8_initializer.h",
"+v8/include",
# For chromeos build config
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698