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

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

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits Created 6 years, 7 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 "+chromeos", 2 "+chromeos",
3 "+components/pref_registry",
3 "+components/user_prefs", 4 "+components/user_prefs",
4 "+third_party/cros_system_api", 5 "+third_party/cros_system_api",
5 6
6 # Override apps/DEPS to be more selective about content includes. 7 # Override apps/DEPS to be more selective about content includes.
7 "-content", 8 "-content",
8 "+content/public/browser", 9 "+content/public/browser",
9 "+content/public/common", 10 "+content/public/common",
10 "+content/public/test", 11 "+content/public/test",
11 12
12 # Pieces of content_shell reused in app_shell. 13 # Pieces of content_shell reused in app_shell.
13 "+content/shell/browser/shell_browser_context.h", 14 "+content/shell/browser/shell_browser_context.h",
14 "+content/shell/browser/shell_devtools_delegate.h", 15 "+content/shell/browser/shell_devtools_delegate.h",
15 "+content/shell/browser/shell_net_log.h", 16 "+content/shell/browser/shell_net_log.h",
16 17
17 "+sync/api", 18 "+sync/api",
18 19
19 # Disallow views to keep the binary size down. 20 # Disallow views to keep the binary size down.
20 "-ui/views", 21 "-ui/views",
21 ] 22 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698