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

Unified Diff: chrome/chrome_tests_unit.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: Use new build flag generation system; Define var 'enable_leak_detector' locally 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index ec1344f12852d26342249e4c32ce31c3c666bcf5..0b9fb22f9f8822f1d14cd92a272fa49ba1407994 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2555,6 +2555,11 @@
'browser/signin/signin_names_io_thread_unittest.cc',
],
}],
+ ['chromeos==1 and enable_leak_detector==1', {
+ 'sources': [
+ 'browser/metrics/leak_detector_controller_unittest.cc',
+ ],
+ }],
['use_x11==1', {
'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',

Powered by Google App Engine
This is Rietveld 408576698