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

Unified Diff: chrome/browser/BUILD.gn

Issue 2166553003: Revert of Mojo interface/service for Leak Detector on remote process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « chrome/app/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 2a6d85635be06db81051728824f2adc7fd60adce..7a8e0879ea2976c0775c341142280f88b1610753 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -585,13 +585,8 @@
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/leak_detector:interfaces",
- "//components/metrics/leak_detector:leak_detector",
- ]
+ ]
+ public_deps += [ "//components/metrics:leak_detector" ]
}
if (use_cups) {
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698