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

Unified Diff: chrome/browser/BUILD.gn

Issue 2030883004: Add LeakDetectorRemoteController as a Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Responded to isherman's comments Created 4 years, 6 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 90ace2a7068a1c6d7b67ea00cc6b7d1c66c19e31..73b1c10ecc137b9fc8d5358038918275fcfa8065 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -574,8 +574,13 @@ source_set("browser") {
sources += [
"metrics/leak_detector_controller.cc",
"metrics/leak_detector_controller.h",
+ "metrics/leak_detector_remote_controller.cc",
+ "metrics/leak_detector_remote_controller.h",
+ ]
+ public_deps += [
+ "//components/metrics:interfaces",
+ "//components/metrics:leak_detector",
]
- public_deps += [ "//components/metrics:leak_detector" ]
}
if (use_cups) {
« no previous file with comments | « no previous file | chrome/browser/metrics/leak_detector_controller.h » ('j') | chrome/browser/metrics/leak_detector_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698