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

Side by Side Diff: chrome/browser/DEPS

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor manager and delegate Created 4 years, 10 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/policy", 78 "+components/policy",
79 "+components/power", 79 "+components/power",
80 "+components/precache", 80 "+components/precache",
81 "+components/pref_registry", 81 "+components/pref_registry",
82 "+components/printing/browser", 82 "+components/printing/browser",
83 "+components/printing/common", 83 "+components/printing/common",
84 "+components/profile_metrics", 84 "+components/profile_metrics",
85 "+components/proximity_auth", 85 "+components/proximity_auth",
86 "+components/proxy_config", 86 "+components/proxy_config",
87 "+components/query_parser", 87 "+components/query_parser",
88 "+components/quirks_client",
88 "+components/rappor", 89 "+components/rappor",
89 "+components/renderer_context_menu", 90 "+components/renderer_context_menu",
90 "+components/rlz", 91 "+components/rlz",
91 "+components/safe_browsing_db", 92 "+components/safe_browsing_db",
92 "+components/safe_json", 93 "+components/safe_json",
93 "+components/search", 94 "+components/search",
94 "+components/search_engines", 95 "+components/search_engines",
95 "+components/search_provider_logos", 96 "+components/search_provider_logos",
96 "+components/security_interstitials", 97 "+components/security_interstitials",
97 "+components/security_state", 98 "+components/security_state",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 221 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
221 "+third_party/WebKit/public/web/WebCache.h", 222 "+third_party/WebKit/public/web/WebCache.h",
222 "+third_party/WebKit/public/web/WebContextMenuData.h", 223 "+third_party/WebKit/public/web/WebContextMenuData.h",
223 "+third_party/WebKit/public/web/WebFindOptions.h", 224 "+third_party/WebKit/public/web/WebFindOptions.h",
224 "+third_party/WebKit/public/web/WebInputEvent.h", 225 "+third_party/WebKit/public/web/WebInputEvent.h",
225 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 226 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
226 "+third_party/WebKit/public/web/WebPluginAction.h", 227 "+third_party/WebKit/public/web/WebPluginAction.h",
227 "+third_party/WebKit/public/web/WebTextDirection.h", 228 "+third_party/WebKit/public/web/WebTextDirection.h",
228 "+third_party/WebKit/public/web/WebWindowFeatures.h", 229 "+third_party/WebKit/public/web/WebWindowFeatures.h",
229 ] 230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698