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

Side by Side Diff: chrome/browser/DEPS

Issue 1305213009: Componentize PrefSyncableService and support classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_service_syncable
Patch Set: Add missing dependency on //sync:test_support_sync_api for unit tests with gn Created 5 years, 3 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/apps/drive/drive_app_mapping_unittest.cc » ('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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "+components/search_provider_logos", 84 "+components/search_provider_logos",
85 "+components/security_interstitials", 85 "+components/security_interstitials",
86 "+components/service_tab_launcher", 86 "+components/service_tab_launcher",
87 "+components/session_manager", 87 "+components/session_manager",
88 "+components/sessions", 88 "+components/sessions",
89 "+components/signin", 89 "+components/signin",
90 "+components/startup_metric_utils", 90 "+components/startup_metric_utils",
91 "+components/storage_monitor", 91 "+components/storage_monitor",
92 "+components/suggestions", 92 "+components/suggestions",
93 "+components/sync_driver", 93 "+components/sync_driver",
94 "+components/syncable_prefs",
94 "+components/tracing", 95 "+components/tracing",
95 "+components/translate/content/browser", 96 "+components/translate/content/browser",
96 "+components/translate/content/common", 97 "+components/translate/content/common",
97 "+components/translate/core/browser", 98 "+components/translate/core/browser",
98 "+components/translate/core/common", 99 "+components/translate/core/common",
99 "+components/ui", 100 "+components/ui",
100 "+components/undo", 101 "+components/undo",
101 "+components/update_client", 102 "+components/update_client",
102 "+components/upload_list", 103 "+components/upload_list",
103 "+components/url_formatter", 104 "+components/url_formatter",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 196 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
196 "+third_party/WebKit/public/web/WebCache.h", 197 "+third_party/WebKit/public/web/WebCache.h",
197 "+third_party/WebKit/public/web/WebContextMenuData.h", 198 "+third_party/WebKit/public/web/WebContextMenuData.h",
198 "+third_party/WebKit/public/web/WebFindOptions.h", 199 "+third_party/WebKit/public/web/WebFindOptions.h",
199 "+third_party/WebKit/public/web/WebInputEvent.h", 200 "+third_party/WebKit/public/web/WebInputEvent.h",
200 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 201 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
201 "+third_party/WebKit/public/web/WebPluginAction.h", 202 "+third_party/WebKit/public/web/WebPluginAction.h",
202 "+third_party/WebKit/public/web/WebTextDirection.h", 203 "+third_party/WebKit/public/web/WebTextDirection.h",
203 "+third_party/WebKit/public/web/WebWindowFeatures.h", 204 "+third_party/WebKit/public/web/WebWindowFeatures.h",
204 ] 205 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/apps/drive/drive_app_mapping_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698