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

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: Address sky@'s comment. 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
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc ('k') | chrome/test/BUILD.gn » ('j') | 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 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', 1331 'browser/chromeos/system/automatic_reboot_manager_unittest.cc',
1332 'browser/chromeos/system/device_disabling_manager_unittest.cc', 1332 'browser/chromeos/system/device_disabling_manager_unittest.cc',
1333 'browser/chromeos/ui/accessibility_focus_ring_controller_unittest.cc', 1333 'browser/chromeos/ui/accessibility_focus_ring_controller_unittest.cc',
1334 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc', 1334 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc',
1335 'browser/download/notification/download_item_notification_unittest.cc', 1335 'browser/download/notification/download_item_notification_unittest.cc',
1336 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api_unittest.cc', 1336 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api_unittest.cc',
1337 'browser/extensions/api/log_private/syslog_parser_unittest.cc', 1337 'browser/extensions/api/log_private/syslog_parser_unittest.cc',
1338 'browser/extensions/updater/local_extension_cache_unittest.cc', 1338 'browser/extensions/updater/local_extension_cache_unittest.cc',
1339 'browser/metrics/chromeos_metrics_provider_unittest.cc', 1339 'browser/metrics/chromeos_metrics_provider_unittest.cc',
1340 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc', 1340 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc',
1341 'browser/ui/browser_finder_chromeos_unittest.cc',
1341 # TODO(zturner): Enable this on Windows. See 1342 # TODO(zturner): Enable this on Windows. See
1342 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1343 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1343 # broken. 1344 # broken.
1344 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', 1345 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc',
1345 'browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc', 1346 'browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc',
1346 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1347 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1347 'browser/ui/webui/chromeos/login/l10n_util_test_util.cc', 1348 'browser/ui/webui/chromeos/login/l10n_util_test_util.cc',
1348 'browser/ui/webui/chromeos/login/l10n_util_test_util.h', 1349 'browser/ui/webui/chromeos/login/l10n_util_test_util.h',
1349 'browser/ui/webui/chromeos/login/l10n_util_unittest.cc', 1350 'browser/ui/webui/chromeos/login/l10n_util_unittest.cc',
1350 'browser/ui/webui/chromeos/login/signin_userlist_unittest.cc', 1351 'browser/ui/webui/chromeos/login/signin_userlist_unittest.cc',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 'browser/chromeos/policy/fake_device_cloud_policy_manager.cc', 1957 'browser/chromeos/policy/fake_device_cloud_policy_manager.cc',
1957 'browser/chromeos/policy/fake_device_cloud_policy_manager.h', 1958 'browser/chromeos/policy/fake_device_cloud_policy_manager.h',
1958 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', 1959 'browser/chromeos/policy/stub_enterprise_install_attributes.cc',
1959 'browser/chromeos/policy/stub_enterprise_install_attributes.h', 1960 'browser/chromeos/policy/stub_enterprise_install_attributes.h',
1960 'browser/chromeos/settings/device_settings_test_helper.cc', 1961 'browser/chromeos/settings/device_settings_test_helper.cc',
1961 'browser/chromeos/settings/device_settings_test_helper.h', 1962 'browser/chromeos/settings/device_settings_test_helper.h',
1962 'browser/chromeos/system/fake_input_device_settings.cc', 1963 'browser/chromeos/system/fake_input_device_settings.cc',
1963 'browser/chromeos/system/fake_input_device_settings.h', 1964 'browser/chromeos/system/fake_input_device_settings.h',
1964 ], 1965 ],
1965 }], 1966 }],
1967 ['use_aura==1', {
1968 'sources': [
1969 'test/base/test_browser_window_aura.cc',
1970 'test/base/test_browser_window_aura.h',
1971 ],
1972 }],
1966 ['configuration_policy==1', { 1973 ['configuration_policy==1', {
1967 'dependencies': [ 1974 'dependencies': [
1968 '../components/components.gyp:policy_component_test_support', 1975 '../components/components.gyp:policy_component_test_support',
1969 '../components/components.gyp:policy_test_support', 1976 '../components/components.gyp:policy_test_support',
1970 ], 1977 ],
1971 'export_dependent_settings': [ 1978 'export_dependent_settings': [
1972 '../components/components.gyp:policy_component_test_support', 1979 '../components/components.gyp:policy_component_test_support',
1973 '../components/components.gyp:policy_test_support', 1980 '../components/components.gyp:policy_test_support',
1974 ], 1981 ],
1975 'sources': [ 1982 'sources': [
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
2891 'dependencies': [ 2898 'dependencies': [
2892 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2899 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2893 ], 2900 ],
2894 }], 2901 }],
2895 ], 2902 ],
2896 }, 2903 },
2897 ], 2904 ],
2898 }], 2905 }],
2899 ], # 'conditions' 2906 ], # 'conditions'
2900 } 2907 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698