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

Unified Diff: extensions/renderer/DEPS

Issue 234413005: Move most of ChromeV8Context to a base ScriptContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: extensions/renderer/DEPS
diff --git a/extensions/renderer/DEPS b/extensions/renderer/DEPS
index 3f29de943072761717858c210c06a1bab1f73b08..3f939379a5cdfd49f956f5190a862993f69cb227 100644
--- a/extensions/renderer/DEPS
+++ b/extensions/renderer/DEPS
@@ -1,5 +1,11 @@
include_rules = [
+ "-content",
+ "+content/public/common",
+ "+content/public/renderer",
+
+ "+third_party/WebKit/public/web",
+
"-v8",
- "+v8/include"
+ "+v8/include",
]

Powered by Google App Engine
This is Rietveld 408576698