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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1334943003: metrics: Add RandomSelector, a class that randomly selects items with odds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix dumb error Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'browser/chromeos/status/data_promo_notification_unittest.cc', 1304 'browser/chromeos/status/data_promo_notification_unittest.cc',
1305 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', 1305 'browser/chromeos/system/automatic_reboot_manager_unittest.cc',
1306 'browser/chromeos/system/device_disabling_manager_unittest.cc', 1306 'browser/chromeos/system/device_disabling_manager_unittest.cc',
1307 'browser/chromeos/ui/accessibility_focus_ring_controller_unittest.cc', 1307 'browser/chromeos/ui/accessibility_focus_ring_controller_unittest.cc',
1308 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc', 1308 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc',
1309 'browser/download/notification/download_item_notification_unittest.cc', 1309 'browser/download/notification/download_item_notification_unittest.cc',
1310 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api_unittest.cc', 1310 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api_unittest.cc',
1311 'browser/extensions/api/log_private/syslog_parser_unittest.cc', 1311 'browser/extensions/api/log_private/syslog_parser_unittest.cc',
1312 'browser/extensions/updater/local_extension_cache_unittest.cc', 1312 'browser/extensions/updater/local_extension_cache_unittest.cc',
1313 'browser/metrics/chromeos_metrics_provider_unittest.cc', 1313 'browser/metrics/chromeos_metrics_provider_unittest.cc',
1314 'browser/metrics/perf/random_selector_unittest.cc',
1314 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc', 1315 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc',
1315 'browser/ui/browser_finder_chromeos_unittest.cc', 1316 'browser/ui/browser_finder_chromeos_unittest.cc',
1316 # TODO(zturner): Enable this on Windows. See 1317 # TODO(zturner): Enable this on Windows. See
1317 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1318 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1318 # broken. 1319 # broken.
1319 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', 1320 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc',
1320 'browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc', 1321 'browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc',
1321 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1322 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1322 'browser/ui/webui/chromeos/login/l10n_util_test_util.cc', 1323 'browser/ui/webui/chromeos/login/l10n_util_test_util.cc',
1323 'browser/ui/webui/chromeos/login/l10n_util_test_util.h', 1324 'browser/ui/webui/chromeos/login/l10n_util_test_util.h',
(...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 'dependencies': [ 2927 'dependencies': [
2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2928 ], 2929 ],
2929 }], 2930 }],
2930 ], 2931 ],
2931 }, 2932 },
2932 ], 2933 ],
2933 }], 2934 }],
2934 ], # 'conditions' 2935 ], # 'conditions'
2935 } 2936 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698