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

Unified Diff: apps/shell/renderer/DEPS

Issue 149163002: app_shell: Add ShellContentRendererClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (content_renderer_client) Created 6 years, 11 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 | « apps/shell/DEPS ('k') | apps/shell/renderer/shell_content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/renderer/DEPS
diff --git a/apps/shell/renderer/DEPS b/apps/shell/renderer/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..b201ed57ff58d2b40fb09f7c0f1ad50b8e61877c
--- /dev/null
+++ b/apps/shell/renderer/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ # Only allow includes the renderer can use.
+ "-content/public/browser",
+ "+content/public/common",
+ "+content/public/renderer",
+ "+content/public/test",
+
+ # TODO(jamescook): Remove these. http://crbug.com/305404
+ # Chrome pieces for bring-up.
+ "+chrome/renderer/extensions/dispatcher.h",
+ "+chrome/renderer/extensions/extension_helper.h",
+]
« no previous file with comments | « apps/shell/DEPS ('k') | apps/shell/renderer/shell_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698