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

Side by Side Diff: chrome/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: rebase 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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome_elf/blacklist", 6 "+chrome_elf/blacklist",
7 "+chrome_elf/chrome_elf_constants.h", 7 "+chrome_elf/chrome_elf_constants.h",
8 "+chrome_elf/create_file", 8 "+chrome_elf/create_file",
9 "+chrome_elf/dll_hash", 9 "+chrome_elf/dll_hash",
10 "+chromeos", 10 "+chromeos",
(...skipping 18 matching lines...) Expand all
29 "+components/keyed_service", 29 "+components/keyed_service",
30 "+components/language_usage_metrics", 30 "+components/language_usage_metrics",
31 "+components/nacl/browser", 31 "+components/nacl/browser",
32 "+components/nacl/common", 32 "+components/nacl/common",
33 "+components/navigation_interception", 33 "+components/navigation_interception",
34 "+components/navigation_metrics", 34 "+components/navigation_metrics",
35 "+components/os_crypt", 35 "+components/os_crypt",
36 "+components/password_manager", 36 "+components/password_manager",
37 "+components/policy", 37 "+components/policy",
38 "+components/precache", 38 "+components/precache",
39 "+components/pref_registry",
39 "+components/query_parser", 40 "+components/query_parser",
40 "+components/rappor", 41 "+components/rappor",
41 "+components/search_provider_logos", 42 "+components/search_provider_logos",
42 "+components/sessions", 43 "+components/sessions",
43 "+components/signin", 44 "+components/signin",
44 "+components/startup_metric_utils", 45 "+components/startup_metric_utils",
45 "+components/storage_monitor", 46 "+components/storage_monitor",
46 "+components/sync_driver", 47 "+components/sync_driver",
47 "+components/translate/content/browser", 48 "+components/translate/content/browser",
48 "+components/translate/content/common", 49 "+components/translate/content/common",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "+third_party/WebKit/public/web/WebContextMenuData.h", 127 "+third_party/WebKit/public/web/WebContextMenuData.h",
127 "+third_party/WebKit/public/web/WebFindOptions.h", 128 "+third_party/WebKit/public/web/WebFindOptions.h",
128 "+third_party/WebKit/public/web/WebInputEvent.h", 129 "+third_party/WebKit/public/web/WebInputEvent.h",
129 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 130 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
130 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 131 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
131 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 132 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
132 "+third_party/WebKit/public/web/WebPluginAction.h", 133 "+third_party/WebKit/public/web/WebPluginAction.h",
133 "+third_party/WebKit/public/web/WebTextDirection.h", 134 "+third_party/WebKit/public/web/WebTextDirection.h",
134 "+third_party/WebKit/public/web/WebWindowFeatures.h", 135 "+third_party/WebKit/public/web/WebWindowFeatures.h",
135 ] 136 ]
OLDNEW
« no previous file with comments | « apps/shell/browser/shell_extensions_browser_client.cc ('k') | chrome/browser/accessibility/invert_bubble_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698