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

Unified Diff: components/metrics/DEPS

Issue 1681263003: metrics: Add leak detector controller in Chrome OS metrics system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make LeakDetector thread-safe 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 side-by-side diff with in-line comments
Download patch
Index: components/metrics/DEPS
diff --git a/components/metrics/DEPS b/components/metrics/DEPS
index 2898844b5507e758abe05dbe9c876a60a64273e4..8960a59060bfc7ae5ac715e7032e6ad52a7cfaaa 100644
--- a/components/metrics/DEPS
+++ b/components/metrics/DEPS
@@ -7,6 +7,8 @@ include_rules = [
"+components/prefs",
"+components/variations",
"+components/version_info",
+ "+content/public/browser",
+ "+content/public/test",
"+third_party/zlib/google",
"-net",
]

Powered by Google App Engine
This is Rietveld 408576698