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

Unified Diff: extensions/renderer/DEPS

Issue 235943018: Move extensions bindings code out of //chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit 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
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/api_definitions_natives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/DEPS
diff --git a/extensions/renderer/DEPS b/extensions/renderer/DEPS
index 3f939379a5cdfd49f956f5190a862993f69cb227..c1b356a44d6fe57f15fb5ed728cd6ac01d1a6c3e 100644
--- a/extensions/renderer/DEPS
+++ b/extensions/renderer/DEPS
@@ -3,9 +3,14 @@ include_rules = [
"+content/public/common",
"+content/public/renderer",
+ "+third_party/skia/include/core",
+
+ "+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
"-v8",
"+v8/include",
+
+ "+webkit/common/fileapi",
]
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/api_definitions_natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698