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

Unified Diff: chrome/chrome_browser.gypi

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 | « chrome/browser/metrics/leak_detector_controller_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 68c7de9847a333b2fe6ec756631352506afbe933..d1681f4cba8e974e49728072d91b751096dff2f0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3626,6 +3626,15 @@
'../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
],
}],
+ ['chromeos==1', {
+ 'sources': [
+ 'browser/metrics/leak_detector_controller.cc',
+ 'browser/metrics/leak_detector_controller.h',
+ ],
+ 'dependencies': [
+ '../components/components.gyp:metrics_leak_detector',
+ ],
+ }],
['use_cups==1', {
'dependencies': [
'../printing/printing.gyp:cups',
« no previous file with comments | « chrome/browser/metrics/leak_detector_controller_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698