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

Side by Side Diff: chrome/browser/DEPS

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OWNERS change: cbentzel --> ttuttle Created 6 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 | « no previous file | chrome/browser/net/predictor.h » ('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 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "+components/navigation_metrics", 47 "+components/navigation_metrics",
48 "+components/network_time", 48 "+components/network_time",
49 "+components/omaha_query_params", 49 "+components/omaha_query_params",
50 "+components/omnibox", 50 "+components/omnibox",
51 "+components/os_crypt", 51 "+components/os_crypt",
52 "+components/password_manager", 52 "+components/password_manager",
53 "+components/pdf/browser", 53 "+components/pdf/browser",
54 "+components/policy", 54 "+components/policy",
55 "+components/power", 55 "+components/power",
56 "+components/precache", 56 "+components/precache",
57 "+components/dns_prefetch",
wzhong 2014/11/06 00:08:07 Why is it not in alphabetical?
57 "+components/pref_registry", 58 "+components/pref_registry",
58 "+components/proximity_auth", 59 "+components/proximity_auth",
59 "+components/query_parser", 60 "+components/query_parser",
60 "+components/rappor", 61 "+components/rappor",
61 "+components/renderer_context_menu", 62 "+components/renderer_context_menu",
62 "+components/search", 63 "+components/search",
63 "+components/search_engines", 64 "+components/search_engines",
64 "+components/search_provider_logos", 65 "+components/search_provider_logos",
65 "+components/session_manager", 66 "+components/session_manager",
66 "+components/sessions", 67 "+components/sessions",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "+third_party/WebKit/public/web/WebCache.h", 161 "+third_party/WebKit/public/web/WebCache.h",
161 "+third_party/WebKit/public/web/WebContextMenuData.h", 162 "+third_party/WebKit/public/web/WebContextMenuData.h",
162 "+third_party/WebKit/public/web/WebFindOptions.h", 163 "+third_party/WebKit/public/web/WebFindOptions.h",
163 "+third_party/WebKit/public/web/WebInputEvent.h", 164 "+third_party/WebKit/public/web/WebInputEvent.h",
164 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 165 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
165 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 166 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
166 "+third_party/WebKit/public/web/WebPluginAction.h", 167 "+third_party/WebKit/public/web/WebPluginAction.h",
167 "+third_party/WebKit/public/web/WebTextDirection.h", 168 "+third_party/WebKit/public/web/WebTextDirection.h",
168 "+third_party/WebKit/public/web/WebWindowFeatures.h", 169 "+third_party/WebKit/public/web/WebWindowFeatures.h",
169 ] 170 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/predictor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698