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

Side by Side Diff: chrome/browser/DEPS

Issue 1320533007: Componentize ssl_config_service_manager_pref.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "+components/rlz", 78 "+components/rlz",
79 "+components/safe_json", 79 "+components/safe_json",
80 "+components/search", 80 "+components/search",
81 "+components/search_engines", 81 "+components/search_engines",
82 "+components/search_provider_logos", 82 "+components/search_provider_logos",
83 "+components/security_interstitials", 83 "+components/security_interstitials",
84 "+components/service_tab_launcher", 84 "+components/service_tab_launcher",
85 "+components/session_manager", 85 "+components/session_manager",
86 "+components/sessions", 86 "+components/sessions",
87 "+components/signin", 87 "+components/signin",
88 "+components/ssl_config",
88 "+components/startup_metric_utils", 89 "+components/startup_metric_utils",
89 "+components/storage_monitor", 90 "+components/storage_monitor",
90 "+components/suggestions", 91 "+components/suggestions",
91 "+components/sync_driver", 92 "+components/sync_driver",
92 "+components/tracing", 93 "+components/tracing",
93 "+components/translate/content/browser", 94 "+components/translate/content/browser",
94 "+components/translate/content/common", 95 "+components/translate/content/common",
95 "+components/translate/core/browser", 96 "+components/translate/core/browser",
96 "+components/translate/core/common", 97 "+components/translate/core/common",
97 "+components/ui", 98 "+components/ui",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 194 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
194 "+third_party/WebKit/public/web/WebCache.h", 195 "+third_party/WebKit/public/web/WebCache.h",
195 "+third_party/WebKit/public/web/WebContextMenuData.h", 196 "+third_party/WebKit/public/web/WebContextMenuData.h",
196 "+third_party/WebKit/public/web/WebFindOptions.h", 197 "+third_party/WebKit/public/web/WebFindOptions.h",
197 "+third_party/WebKit/public/web/WebInputEvent.h", 198 "+third_party/WebKit/public/web/WebInputEvent.h",
198 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 199 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
199 "+third_party/WebKit/public/web/WebPluginAction.h", 200 "+third_party/WebKit/public/web/WebPluginAction.h",
200 "+third_party/WebKit/public/web/WebTextDirection.h", 201 "+third_party/WebKit/public/web/WebTextDirection.h",
201 "+third_party/WebKit/public/web/WebWindowFeatures.h", 202 "+third_party/WebKit/public/web/WebWindowFeatures.h",
202 ] 203 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698