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

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

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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_resources.grd ('k') | apps/shell/browser/api/shell/shell_api.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "+chromeos",
3 "+components/omaha_query_params",
4 "+components/pref_registry",
5 "+components/user_prefs",
6 "+third_party/cros_system_api",
7
8 # Override apps/DEPS to be more selective about content includes.
9 "-content",
10 "+content/public/browser",
11 "+content/public/common",
12 "+content/public/test",
13
14 # Pieces of content_shell reused in app_shell.
15 "+content/shell/browser/shell_browser_context.h",
16 "+content/shell/browser/shell_devtools_delegate.h",
17 "+content/shell/browser/shell_net_log.h",
18
19 # Only used in API tests that should be moved to extensions/browser/api/...
20 "+net",
21
22 "+sync/api",
23
24 # Disallow views to keep the binary size down.
25 "-ui/views",
26
27 "-webkit",
28 "+webkit/browser/quota",
29 ]
OLDNEW
« no previous file with comments | « apps/shell/app_shell_resources.grd ('k') | apps/shell/browser/api/shell/shell_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698