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

Unified Diff: chrome/browser/BUILD.gn

Issue 2064463002: Mojo interface/service for Leak Detector on remote process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete shutdown function in mojo interface 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 388532475c91952f7f5beda1a2527b648d08679e..b3473b8aef32c0b88a048309271517d33adccb72 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -575,8 +575,13 @@ source_set("browser") {
sources += [
"metrics/leak_detector/leak_detector_controller.cc",
"metrics/leak_detector/leak_detector_controller.h",
+ "metrics/leak_detector/leak_detector_remote_controller.cc",
+ "metrics/leak_detector/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/chrome_content_browser_client.cc » ('j') | components/metrics/leak_detector/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698