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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1198313003: Fix the browser match rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
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 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc', 1341 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc',
1342 'browser/download/notification/download_item_notification_unittest.cc', 1342 'browser/download/notification/download_item_notification_unittest.cc',
1343 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api_unittest.cc', 1343 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api_unittest.cc',
1344 'browser/extensions/api/log_private/syslog_parser_unittest.cc', 1344 'browser/extensions/api/log_private/syslog_parser_unittest.cc',
1345 'browser/extensions/updater/local_extension_cache_unittest.cc', 1345 'browser/extensions/updater/local_extension_cache_unittest.cc',
1346 'browser/metrics/chromeos_metrics_provider_unittest.cc', 1346 'browser/metrics/chromeos_metrics_provider_unittest.cc',
1347 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc', 1347 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc',
1348 # TODO(zturner): Enable this on Windows. See 1348 # TODO(zturner): Enable this on Windows. See
1349 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1349 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1350 # broken. 1350 # broken.
1351 'browser/ui/browser_finder_chromeos_unittest.cc',
msw 2015/06/30 18:42:34 nit: zturner's comment likely applies to immersive
xdai1 2015/07/01 01:06:21 Sorry didn't notice that. Done.
1351 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', 1352 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc',
1352 'browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc', 1353 'browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc',
1353 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1354 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1354 'browser/ui/webui/chromeos/login/l10n_util_test_util.cc', 1355 'browser/ui/webui/chromeos/login/l10n_util_test_util.cc',
1355 'browser/ui/webui/chromeos/login/l10n_util_test_util.h', 1356 'browser/ui/webui/chromeos/login/l10n_util_test_util.h',
1356 'browser/ui/webui/chromeos/login/l10n_util_unittest.cc', 1357 'browser/ui/webui/chromeos/login/l10n_util_unittest.cc',
1357 'browser/ui/webui/chromeos/login/signin_userlist_unittest.cc', 1358 'browser/ui/webui/chromeos/login/signin_userlist_unittest.cc',
1358 'browser/ui/webui/options/chromeos/cros_language_options_handler_unittest. cc', 1359 'browser/ui/webui/options/chromeos/cros_language_options_handler_unittest. cc',
1359 'common/extensions/api/file_browser_handlers/file_browser_handler_manifest _unittest.cc', 1360 'common/extensions/api/file_browser_handlers/file_browser_handler_manifest _unittest.cc',
1360 'common/extensions/api/file_system_provider/file_system_provider_handler_u nittest.cc', 1361 'common/extensions/api/file_system_provider/file_system_provider_handler_u nittest.cc',
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 'dependencies': [ 2881 'dependencies': [
2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2882 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2882 ], 2883 ],
2883 }], 2884 }],
2884 ], 2885 ],
2885 }, 2886 },
2886 ], 2887 ],
2887 }], 2888 }],
2888 ], # 'conditions' 2889 ], # 'conditions'
2889 } 2890 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698