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

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

Issue 224723022: Add the first app_shell_browsertest test. (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
Yoyo Zhou 2014/04/08 01:23:13 Note that we don't have to list ourself here.
2 # The apps module has dependencies on chrome.
3 "-apps",
4 "+apps/shell/browser",
5 "+apps/shell/common",
6
7 "+chromeos", 2 "+chromeos",
8 "+components/user_prefs", 3 "+components/user_prefs",
9 4
10 # Override apps/DEPS to be more selective about content includes. 5 # Override apps/DEPS to be more selective about content includes.
11 "-content", 6 "-content",
12 "+content/public/browser", 7 "+content/public/browser",
13 "+content/public/common", 8 "+content/public/common",
14 "+content/public/test", 9 "+content/public/test",
15 10
16 # Pieces of content_shell reused in app_shell. 11 # Pieces of content_shell reused in app_shell.
17 "+content/shell/browser/shell_browser_context.h", 12 "+content/shell/browser/shell_browser_context.h",
18 "+content/shell/browser/shell_devtools_delegate.h", 13 "+content/shell/browser/shell_devtools_delegate.h",
19 "+content/shell/browser/shell_net_log.h", 14 "+content/shell/browser/shell_net_log.h",
20 15
21 "+sync/api", 16 "+sync/api",
22 17
23 # Disallow views to keep the binary size down. 18 # Disallow views to keep the binary size down.
24 "-ui/views", 19 "-ui/views",
25 ] 20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698