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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1355413003: Move error classification into the ssl_errors component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove size_t / int mixing Created 5 years, 1 month 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') | components/components_tests.gyp » ('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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'browser/shell_integration_win_unittest.cc', 205 'browser/shell_integration_win_unittest.cc',
206 'browser/signin/account_reconcilor_unittest.cc', 206 'browser/signin/account_reconcilor_unittest.cc',
207 'browser/signin/chrome_signin_client_unittest.cc', 207 'browser/signin/chrome_signin_client_unittest.cc',
208 'browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc ', 208 'browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc ',
209 'browser/signin/local_auth_unittest.cc', 209 'browser/signin/local_auth_unittest.cc',
210 'browser/signin/signin_manager_unittest.cc', 210 'browser/signin/signin_manager_unittest.cc',
211 'browser/signin/signin_status_metrics_provider_chromeos_unittest.cc', 211 'browser/signin/signin_status_metrics_provider_chromeos_unittest.cc',
212 'browser/signin/signin_tracker_unittest.cc', 212 'browser/signin/signin_tracker_unittest.cc',
213 'browser/signin/test_signin_client_builder.cc', 213 'browser/signin/test_signin_client_builder.cc',
214 'browser/ssl/security_state_model_unittest.cc', 214 'browser/ssl/security_state_model_unittest.cc',
215 'browser/ssl/ssl_error_classification_unittest.cc',
216 'browser/ssl/ssl_error_handler_unittest.cc', 215 'browser/ssl/ssl_error_handler_unittest.cc',
217 'browser/status_icons/status_icon_menu_model_unittest.cc', 216 'browser/status_icons/status_icon_menu_model_unittest.cc',
218 'browser/status_icons/status_icon_unittest.cc', 217 'browser/status_icons/status_icon_unittest.cc',
219 'browser/status_icons/status_tray_unittest.cc', 218 'browser/status_icons/status_tray_unittest.cc',
220 'browser/storage/durable_storage_permission_context_unittest.cc', 219 'browser/storage/durable_storage_permission_context_unittest.cc',
221 'browser/sync/abstract_profile_sync_service_test.cc', 220 'browser/sync/abstract_profile_sync_service_test.cc',
222 'browser/sync/abstract_profile_sync_service_test.h', 221 'browser/sync/abstract_profile_sync_service_test.h',
223 'browser/sync/backend_migrator_unittest.cc', 222 'browser/sync/backend_migrator_unittest.cc',
224 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 223 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
225 'browser/sync/glue/sync_backend_host_impl_unittest.cc', 224 'browser/sync/glue/sync_backend_host_impl_unittest.cc',
(...skipping 2753 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 'dependencies': [ 2978 'dependencies': [
2980 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2979 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2981 ], 2980 ],
2982 }], 2981 }],
2983 ], 2982 ],
2984 }, 2983 },
2985 ], 2984 ],
2986 }], 2985 }],
2987 ], # 'conditions' 2986 ], # 'conditions'
2988 } 2987 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698