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

Side by Side Diff: chrome/browser/DEPS

Issue 1408643002: [Sync] Componentize synced_tab_delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test broken by 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
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/session_manager", 91 "+components/session_manager",
92 "+components/sessions", 92 "+components/sessions",
93 "+components/signin", 93 "+components/signin",
94 "+components/ssl_config", 94 "+components/ssl_config",
95 "+components/ssl_errors", 95 "+components/ssl_errors",
96 "+components/startup_metric_utils", 96 "+components/startup_metric_utils",
97 "+components/storage_monitor", 97 "+components/storage_monitor",
98 "+components/suggestions", 98 "+components/suggestions",
99 "+components/sync_bookmarks", 99 "+components/sync_bookmarks",
100 "+components/sync_driver", 100 "+components/sync_driver",
101 "+components/sync_sessions",
101 "+components/syncable_prefs", 102 "+components/syncable_prefs",
102 "+components/tracing", 103 "+components/tracing",
103 "+components/translate/content/browser", 104 "+components/translate/content/browser",
104 "+components/translate/content/common", 105 "+components/translate/content/common",
105 "+components/translate/core/browser", 106 "+components/translate/core/browser",
106 "+components/translate/core/common", 107 "+components/translate/core/common",
107 "+components/ui", 108 "+components/ui",
108 "+components/undo", 109 "+components/undo",
109 "+components/update_client", 110 "+components/update_client",
110 "+components/upload_list", 111 "+components/upload_list",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 205 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
205 "+third_party/WebKit/public/web/WebCache.h", 206 "+third_party/WebKit/public/web/WebCache.h",
206 "+third_party/WebKit/public/web/WebContextMenuData.h", 207 "+third_party/WebKit/public/web/WebContextMenuData.h",
207 "+third_party/WebKit/public/web/WebFindOptions.h", 208 "+third_party/WebKit/public/web/WebFindOptions.h",
208 "+third_party/WebKit/public/web/WebInputEvent.h", 209 "+third_party/WebKit/public/web/WebInputEvent.h",
209 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 210 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
210 "+third_party/WebKit/public/web/WebPluginAction.h", 211 "+third_party/WebKit/public/web/WebPluginAction.h",
211 "+third_party/WebKit/public/web/WebTextDirection.h", 212 "+third_party/WebKit/public/web/WebTextDirection.h",
212 "+third_party/WebKit/public/web/WebWindowFeatures.h", 213 "+third_party/WebKit/public/web/WebWindowFeatures.h",
213 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698