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

Unified Diff: components/metrics/BUILD.gn

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: Add content/public/browser to GN deps 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
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index a83183961f1cd273810becd16394ec9fc2e8730f..59797ecb736360ea5f608c249e8cefe99d8954c8 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -122,6 +122,8 @@ if (is_chromeos) {
"leak_detector/custom_allocator.h",
"leak_detector/leak_analyzer.cc",
"leak_detector/leak_analyzer.h",
+ "leak_detector/leak_detector.cc",
+ "leak_detector/leak_detector.h",
"leak_detector/leak_detector_impl.cc",
"leak_detector/leak_detector_impl.h",
"leak_detector/leak_detector_value_type.cc",
@@ -132,6 +134,7 @@ if (is_chromeos) {
deps = [
"//base",
+ "//content/public/browser",
]
}
}
@@ -284,12 +287,14 @@ if (is_chromeos) {
"leak_detector/call_stack_table_unittest.cc",
"leak_detector/leak_analyzer_unittest.cc",
"leak_detector/leak_detector_impl_unittest.cc",
+ "leak_detector/leak_detector_unittest.cc",
"leak_detector/ranked_list_unittest.cc",
]
deps = [
":leak_detector",
"//base",
+ "//content/test:test_support",
"//testing/gtest",
]
}
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698