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

Side by Side Diff: chrome/browser/DEPS

Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/browser_process.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/installer", 5 "+chrome/installer",
6 "+chrome_elf/blacklist", 6 "+chrome_elf/blacklist",
7 "+chromeos", 7 "+chromeos",
8 "+components/autofill/content/browser", 8 "+components/autofill/content/browser",
9 "+components/autofill/content/common", 9 "+components/autofill/content/common",
10 "+components/autofill/core/browser", 10 "+components/autofill/core/browser",
11 "+components/autofill/core/common", 11 "+components/autofill/core/common",
12 "+components/breakpad", 12 "+components/breakpad",
13 "+components/browser_context_keyed_service", 13 "+components/browser_context_keyed_service",
14 "+components/dom_distiller", 14 "+components/dom_distiller",
15 "+components/language_usage_metrics", 15 "+components/language_usage_metrics",
16 "+components/nacl/browser", 16 "+components/nacl/browser",
17 "+components/nacl/common", 17 "+components/nacl/common",
18 "+components/navigation_interception", 18 "+components/navigation_interception",
19 "+components/navigation_metrics", 19 "+components/navigation_metrics",
20 "+components/password_manager", 20 "+components/password_manager",
21 "+components/policy", 21 "+components/policy",
22 "+components/precache", 22 "+components/precache",
23 "+components/rappor",
23 "+components/sessions", 24 "+components/sessions",
24 "+components/signin", 25 "+components/signin",
25 "+components/startup_metric_utils", 26 "+components/startup_metric_utils",
26 "+components/translate/content/browser", 27 "+components/translate/content/browser",
27 "+components/translate/core/browser", 28 "+components/translate/core/browser",
28 "+components/translate/core/common", 29 "+components/translate/core/common",
29 "+components/url_matcher", 30 "+components/url_matcher",
30 "+components/user_prefs", 31 "+components/user_prefs",
31 "+components/webdata", 32 "+components/webdata",
32 "+components/web_modal", 33 "+components/web_modal",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "+third_party/WebKit/public/web/WebContextMenuData.h", 104 "+third_party/WebKit/public/web/WebContextMenuData.h",
104 "+third_party/WebKit/public/web/WebFindOptions.h", 105 "+third_party/WebKit/public/web/WebFindOptions.h",
105 "+third_party/WebKit/public/web/WebInputEvent.h", 106 "+third_party/WebKit/public/web/WebInputEvent.h",
106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
107 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 108 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
108 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 109 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
109 "+third_party/WebKit/public/web/WebPluginAction.h", 110 "+third_party/WebKit/public/web/WebPluginAction.h",
110 "+third_party/WebKit/public/web/WebTextDirection.h", 111 "+third_party/WebKit/public/web/WebTextDirection.h",
111 "+third_party/WebKit/public/web/WebWindowFeatures.h", 112 "+third_party/WebKit/public/web/WebWindowFeatures.h",
112 ] 113 ]
OLDNEW
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698