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

Side by Side Diff: apps/shell/renderer/DEPS

Issue 151893002: Reorganize apps/shell into app, browser and common directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (subdirs) Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Only allow includes the renderer can use. 2 # Only allow includes the renderer can use.
3 "-content/public/browser", 3 "-content",
4 "+content/public/common", 4 "+content/public/common",
5 "+content/public/renderer", 5 "+content/public/renderer",
6 "+content/public/test", 6 "+content/public/test",
7 7
8 # TODO(jamescook): Remove these. http://crbug.com/305404 8 # TODO(jamescook): Remove these. http://crbug.com/305404
9 # Chrome pieces for bring-up. 9 # Chrome pieces for bring-up.
10 "+chrome/renderer/extensions/dispatcher.h", 10 "+chrome/renderer/extensions/dispatcher.h",
11 "+chrome/renderer/extensions/extension_helper.h", 11 "+chrome/renderer/extensions/extension_helper.h",
12 ] 12 ]
OLDNEW
« no previous file with comments | « apps/shell/common/shell_extensions_client.cc ('k') | apps/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698