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

Side by Side Diff: apps/shell/app/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 = [
2 "+apps/shell",
2 "+chromeos", 3 "+chromeos",
3 4
4 # Override apps/DEPS to be more selective about content includes. 5 # Override apps/DEPS to be more selective about content includes.
5 "-content", 6 "-content",
6 "+content/public/app", 7 "+content/public/app",
7 "+content/public/browser", 8 "+content/public/browser",
8 "+content/public/common", 9 "+content/public/common",
9 10
10 "+sandbox", 11 "+sandbox",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698