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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1321313002: Revert of Add tests for Chrome Stability Metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/browser/metrics/chrome_stability_metrics_provider_unittest.cc ('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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', 1039 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc',
1040 'browser/ui/autofill/country_combobox_model_unittest.cc', 1040 'browser/ui/autofill/country_combobox_model_unittest.cc',
1041 'browser/ui/autofill/data_model_wrapper_unittest.cc', 1041 'browser/ui/autofill/data_model_wrapper_unittest.cc',
1042 'browser/ui/autofill/mock_address_validator.cc', 1042 'browser/ui/autofill/mock_address_validator.cc',
1043 'browser/ui/autofill/mock_address_validator.h', 1043 'browser/ui/autofill/mock_address_validator.h',
1044 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', 1044 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc',
1045 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', 1045 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
1046 ], 1046 ],
1047 'chrome_unit_tests_plugins_sources': [ 1047 'chrome_unit_tests_plugins_sources': [
1048 'browser/component_updater/component_installers_unittest.cc', 1048 'browser/component_updater/component_installers_unittest.cc',
1049 'browser/metrics/chrome_stability_metrics_provider_unittest.cc',
1050 'browser/metrics/plugin_metrics_provider_unittest.cc', 1049 'browser/metrics/plugin_metrics_provider_unittest.cc',
1051 'browser/plugins/plugin_finder_unittest.cc', 1050 'browser/plugins/plugin_finder_unittest.cc',
1052 'browser/plugins/plugin_info_message_filter_unittest.cc', 1051 'browser/plugins/plugin_info_message_filter_unittest.cc',
1053 'browser/plugins/plugin_installer_unittest.cc', 1052 'browser/plugins/plugin_installer_unittest.cc',
1054 'browser/plugins/plugin_metadata_unittest.cc', 1053 'browser/plugins/plugin_metadata_unittest.cc',
1055 'browser/plugins/plugin_prefs_unittest.cc', 1054 'browser/plugins/plugin_prefs_unittest.cc',
1056 'common/pepper_permission_util_unittest.cc', 1055 'common/pepper_permission_util_unittest.cc',
1057 ], 1056 ],
1058 'chrome_unit_tests_print_preview_sources': [ 1057 'chrome_unit_tests_print_preview_sources': [
1059 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 1058 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
(...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2934 'dependencies': [ 2933 'dependencies': [
2935 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2936 ], 2935 ],
2937 }], 2936 }],
2938 ], 2937 ],
2939 }, 2938 },
2940 ], 2939 ],
2941 }], 2940 }],
2942 ], # 'conditions' 2941 ], # 'conditions'
2943 } 2942 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/chrome_stability_metrics_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698