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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 344883002: Collect UMA statistics on which chrome://flags lead to chrome restart on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 4 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/chromeos/login/login_utils.cc ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index a1e4dd2723c260d1245f53b3cc925b051c84768e..ae3f5d89ddb1331bdf89488a6ae75538e492737d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -560,6 +560,10 @@
'../extensions/common/url_pattern_unittest.cc',
'../extensions/renderer/activity_log_converter_strategy_unittest.cc',
'../extensions/renderer/script_context_set_unittest.cc',
+ # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
+ # dependency is needed to make commit bots run unit_tests on
+ # histograms.xml changes.
+ '../tools/metrics/histograms/histograms.xml',
'app/chrome_dll.rc',
# All unittests in browser, common, renderer and service.
'browser/about_flags_unittest.cc',
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698