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

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: move unittest to components/ssl_config Created 5 years, 2 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "+components/rlz", 82 "+components/rlz",
83 "+components/safe_json", 83 "+components/safe_json",
84 "+components/search", 84 "+components/search",
85 "+components/search_engines", 85 "+components/search_engines",
86 "+components/search_provider_logos", 86 "+components/search_provider_logos",
87 "+components/security_interstitials", 87 "+components/security_interstitials",
88 "+components/service_tab_launcher", 88 "+components/service_tab_launcher",
89 "+components/session_manager", 89 "+components/session_manager",
90 "+components/sessions", 90 "+components/sessions",
91 "+components/signin", 91 "+components/signin",
92 "+components/ssl_config",
92 "+components/ssl_errors", 93 "+components/ssl_errors",
93 "+components/startup_metric_utils", 94 "+components/startup_metric_utils",
94 "+components/storage_monitor", 95 "+components/storage_monitor",
95 "+components/suggestions", 96 "+components/suggestions",
96 "+components/sync_driver", 97 "+components/sync_driver",
97 "+components/syncable_prefs", 98 "+components/syncable_prefs",
98 "+components/tracing", 99 "+components/tracing",
99 "+components/translate/content/browser", 100 "+components/translate/content/browser",
100 "+components/translate/content/common", 101 "+components/translate/content/common",
101 "+components/translate/core/browser", 102 "+components/translate/core/browser",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 201 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
201 "+third_party/WebKit/public/web/WebCache.h", 202 "+third_party/WebKit/public/web/WebCache.h",
202 "+third_party/WebKit/public/web/WebContextMenuData.h", 203 "+third_party/WebKit/public/web/WebContextMenuData.h",
203 "+third_party/WebKit/public/web/WebFindOptions.h", 204 "+third_party/WebKit/public/web/WebFindOptions.h",
204 "+third_party/WebKit/public/web/WebInputEvent.h", 205 "+third_party/WebKit/public/web/WebInputEvent.h",
205 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 206 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
206 "+third_party/WebKit/public/web/WebPluginAction.h", 207 "+third_party/WebKit/public/web/WebPluginAction.h",
207 "+third_party/WebKit/public/web/WebTextDirection.h", 208 "+third_party/WebKit/public/web/WebTextDirection.h",
208 "+third_party/WebKit/public/web/WebWindowFeatures.h", 209 "+third_party/WebKit/public/web/WebWindowFeatures.h",
209 ] 210 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698