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

Side by Side Diff: chrome/browser/DEPS

Issue 2876693002: Emit UMAs for metrics from memory instrumentation service. (Closed)
Patch Set: undo Created 3 years, 7 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/browser/BUILD.gn ('k') | chrome/browser/metrics/chrome_metrics_service_client.cc » ('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 "+cc/paint", 4 "+cc/paint",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", 7 "+chrome/grit",
8 "+chrome/install_static", 8 "+chrome/install_static",
9 "+chrome/installer/util", 9 "+chrome/installer/util",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "+ppapi/host", 44 "+ppapi/host",
45 "+ppapi/proxy", 45 "+ppapi/proxy",
46 "+ppapi/shared_impl", 46 "+ppapi/shared_impl",
47 "+rlz", 47 "+rlz",
48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
49 "+services/data_decoder/public/cpp", 49 "+services/data_decoder/public/cpp",
50 "+services/device/public/cpp/device_features.h", 50 "+services/device/public/cpp/device_features.h",
51 "+services/identity/public/interfaces", 51 "+services/identity/public/interfaces",
52 "+services/preferences/public/cpp", 52 "+services/preferences/public/cpp",
53 "+services/preferences/public/interfaces", 53 "+services/preferences/public/interfaces",
54 "+services/resource_coordinator/public/interfaces/memory",
54 "+services/service_manager", 55 "+services/service_manager",
Primiano Tucci (use gerrit) 2017/05/11 18:10:52 Just checking: do we have some dependency that wil
Ken Rockot(use gerrit already) 2017/05/11 18:24:59 The interfaces target is a public dependency of re
55 "+services/shape_detection/public/interfaces", 56 "+services/shape_detection/public/interfaces",
56 "+services/ui/public", 57 "+services/ui/public",
57 "+skia/ext", 58 "+skia/ext",
58 "+third_party/boringssl/src/include", 59 "+third_party/boringssl/src/include",
59 "+third_party/crashpad", 60 "+third_party/crashpad",
60 "+third_party/cros_system_api", 61 "+third_party/cros_system_api",
61 62
62 # chrome only needs switches from cc. All usage of the compositor is from 63 # chrome only needs switches from cc. All usage of the compositor is from
63 # content. Definitely don't include generic stuff from cc/base here, if this 64 # content. Definitely don't include generic stuff from cc/base here, if this
64 # is needed these files need to move to base/ 65 # is needed these files need to move to base/
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 126 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
126 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 127 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
127 "+third_party/WebKit/public/public_features.h", 128 "+third_party/WebKit/public/public_features.h",
128 "+third_party/WebKit/public/web/WebContextMenuData.h", 129 "+third_party/WebKit/public/web/WebContextMenuData.h",
129 "+third_party/WebKit/public/web/WebFindOptions.h", 130 "+third_party/WebKit/public/web/WebFindOptions.h",
130 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 131 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
131 "+third_party/WebKit/public/web/WebPluginAction.h", 132 "+third_party/WebKit/public/web/WebPluginAction.h",
132 "+third_party/WebKit/public/web/WebTextDirection.h", 133 "+third_party/WebKit/public/web/WebTextDirection.h",
133 "+third_party/WebKit/public/web/window_features.mojom.h", 134 "+third_party/WebKit/public/web/window_features.mojom.h",
134 ] 135 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698