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

Side by Side Diff: chrome/browser/DEPS

Issue 1417903006: Componentize ProfileMetrics::Counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add owners and fix Windows compile 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/profiles/profile_metrics.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 "+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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "+components/os_crypt", 69 "+components/os_crypt",
70 "+components/password_manager", 70 "+components/password_manager",
71 "+components/pdf/browser", 71 "+components/pdf/browser",
72 "+components/plugins/common", 72 "+components/plugins/common",
73 "+components/policy", 73 "+components/policy",
74 "+components/power", 74 "+components/power",
75 "+components/precache", 75 "+components/precache",
76 "+components/pref_registry", 76 "+components/pref_registry",
77 "+components/printing/browser", 77 "+components/printing/browser",
78 "+components/printing/common", 78 "+components/printing/common",
79 "+components/profile_metrics",
79 "+components/proximity_auth", 80 "+components/proximity_auth",
80 "+components/proxy_config", 81 "+components/proxy_config",
81 "+components/query_parser", 82 "+components/query_parser",
82 "+components/rappor", 83 "+components/rappor",
83 "+components/renderer_context_menu", 84 "+components/renderer_context_menu",
84 "+components/rlz", 85 "+components/rlz",
85 "+components/safe_browsing_db", 86 "+components/safe_browsing_db",
86 "+components/safe_json", 87 "+components/safe_json",
87 "+components/search", 88 "+components/search",
88 "+components/search_engines", 89 "+components/search_engines",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 207 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
207 "+third_party/WebKit/public/web/WebCache.h", 208 "+third_party/WebKit/public/web/WebCache.h",
208 "+third_party/WebKit/public/web/WebContextMenuData.h", 209 "+third_party/WebKit/public/web/WebContextMenuData.h",
209 "+third_party/WebKit/public/web/WebFindOptions.h", 210 "+third_party/WebKit/public/web/WebFindOptions.h",
210 "+third_party/WebKit/public/web/WebInputEvent.h", 211 "+third_party/WebKit/public/web/WebInputEvent.h",
211 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 212 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
212 "+third_party/WebKit/public/web/WebPluginAction.h", 213 "+third_party/WebKit/public/web/WebPluginAction.h",
213 "+third_party/WebKit/public/web/WebTextDirection.h", 214 "+third_party/WebKit/public/web/WebTextDirection.h",
214 "+third_party/WebKit/public/web/WebWindowFeatures.h", 215 "+third_party/WebKit/public/web/WebWindowFeatures.h",
215 ] 216 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/profiles/profile_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698