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

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

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/app_shell.gyp ('k') | apps/shell/browser/shell_browser_main_parts.h » ('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 "+chromeos", 2 "+chromeos",
3 "+components/omaha_query_params",
3 "+components/pref_registry", 4 "+components/pref_registry",
4 "+components/user_prefs", 5 "+components/user_prefs",
5 "+third_party/cros_system_api", 6 "+third_party/cros_system_api",
6 7
7 # Override apps/DEPS to be more selective about content includes. 8 # Override apps/DEPS to be more selective about content includes.
8 "-content", 9 "-content",
9 "+content/public/browser", 10 "+content/public/browser",
10 "+content/public/common", 11 "+content/public/common",
11 "+content/public/test", 12 "+content/public/test",
12 13
13 # Pieces of content_shell reused in app_shell. 14 # Pieces of content_shell reused in app_shell.
14 "+content/shell/browser/shell_browser_context.h", 15 "+content/shell/browser/shell_browser_context.h",
15 "+content/shell/browser/shell_devtools_delegate.h", 16 "+content/shell/browser/shell_devtools_delegate.h",
16 "+content/shell/browser/shell_net_log.h", 17 "+content/shell/browser/shell_net_log.h",
17 18
18 "+sync/api", 19 "+sync/api",
19 20
20 # Disallow views to keep the binary size down. 21 # Disallow views to keep the binary size down.
21 "-ui/views", 22 "-ui/views",
22 ] 23 ]
OLDNEW
« no previous file with comments | « apps/shell/app_shell.gyp ('k') | apps/shell/browser/shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698