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

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..30e61adeabea4a3ecbe7d5e246f2501f3ad69bf9
--- /dev/null
+++ b/apps/shell/renderer/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
Jói 2014/02/03 10:42:21 Just noticed: You need to add -content/public/brow
+ "+content/public/renderer",
+
+ # 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