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

Side by Side Diff: chrome/browser/DEPS

Issue 1405383006: [sync] Componentize strings used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pss_switches_strings
Patch Set: Rebase Created 5 years, 1 month 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/app/generated_resources.grd ('k') | chrome/browser/sync/profile_sync_service.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "+components/search_provider_logos", 91 "+components/search_provider_logos",
92 "+components/security_interstitials", 92 "+components/security_interstitials",
93 "+components/service_tab_launcher", 93 "+components/service_tab_launcher",
94 "+components/session_manager", 94 "+components/session_manager",
95 "+components/sessions", 95 "+components/sessions",
96 "+components/signin", 96 "+components/signin",
97 "+components/ssl_config", 97 "+components/ssl_config",
98 "+components/ssl_errors", 98 "+components/ssl_errors",
99 "+components/startup_metric_utils/browser", 99 "+components/startup_metric_utils/browser",
100 "+components/storage_monitor", 100 "+components/storage_monitor",
101 "+components/strings",
101 "+components/suggestions", 102 "+components/suggestions",
102 "+components/sync_bookmarks", 103 "+components/sync_bookmarks",
103 "+components/sync_driver", 104 "+components/sync_driver",
104 "+components/sync_sessions", 105 "+components/sync_sessions",
105 "+components/syncable_prefs", 106 "+components/syncable_prefs",
106 "+components/tracing", 107 "+components/tracing",
107 "+components/translate/content/browser", 108 "+components/translate/content/browser",
108 "+components/translate/content/common", 109 "+components/translate/content/common",
109 "+components/translate/core/browser", 110 "+components/translate/core/browser",
110 "+components/translate/core/common", 111 "+components/translate/core/common",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 209 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
209 "+third_party/WebKit/public/web/WebCache.h", 210 "+third_party/WebKit/public/web/WebCache.h",
210 "+third_party/WebKit/public/web/WebContextMenuData.h", 211 "+third_party/WebKit/public/web/WebContextMenuData.h",
211 "+third_party/WebKit/public/web/WebFindOptions.h", 212 "+third_party/WebKit/public/web/WebFindOptions.h",
212 "+third_party/WebKit/public/web/WebInputEvent.h", 213 "+third_party/WebKit/public/web/WebInputEvent.h",
213 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 214 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
214 "+third_party/WebKit/public/web/WebPluginAction.h", 215 "+third_party/WebKit/public/web/WebPluginAction.h",
215 "+third_party/WebKit/public/web/WebTextDirection.h", 216 "+third_party/WebKit/public/web/WebTextDirection.h",
216 "+third_party/WebKit/public/web/WebWindowFeatures.h", 217 "+third_party/WebKit/public/web/WebWindowFeatures.h",
217 ] 218 ]
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698