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

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

Issue 224723022: Add the first app_shell_browsertest test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temp dep 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
« no previous file with comments | « apps/shell/browser/shell_browsertest.cc ('k') | apps/shell/test/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Override apps/DEPS to be more selective about content includes. 2 # Override apps/DEPS to be more selective about content includes.
3 "-content", 3 "-content",
4 "+content/public/common", 4 "+content/public/common",
5 "+content/public/test", 5 "+content/public/test",
6 6
7 "+webkit/common/user_agent/user_agent_util.h", 7 "+webkit/common/user_agent/user_agent_util.h",
8 ] 8 ]
9
10 # Temporary deps; these should be removed.
11 specific_include_rules = {
12 "^shell_extensions_client\.cc$": [
13 "+apps/shell/browser/shell_app_runtime_api.h"
14 ]
15 }
OLDNEW
« no previous file with comments | « apps/shell/browser/shell_browsertest.cc ('k') | apps/shell/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698