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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1304393002: Revert "Reland c91b178b07b0d - Delete dead signin code (SigninGlobalError)" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'browser/search_engines/search_provider_install_data_unittest.cc', 214 'browser/search_engines/search_provider_install_data_unittest.cc',
215 'browser/service_process/service_process_control_mac_unittest.mm', 215 'browser/service_process/service_process_control_mac_unittest.mm',
216 'browser/services/gcm/fake_gcm_profile_service.cc', 216 'browser/services/gcm/fake_gcm_profile_service.cc',
217 'browser/services/gcm/fake_gcm_profile_service.h', 217 'browser/services/gcm/fake_gcm_profile_service.h',
218 'browser/services/gcm/fake_signin_manager.cc', 218 'browser/services/gcm/fake_signin_manager.cc',
219 'browser/services/gcm/fake_signin_manager.h', 219 'browser/services/gcm/fake_signin_manager.h',
220 'browser/shell_integration_win_unittest.cc', 220 'browser/shell_integration_win_unittest.cc',
221 'browser/signin/account_reconcilor_unittest.cc', 221 'browser/signin/account_reconcilor_unittest.cc',
222 'browser/signin/chrome_signin_client_unittest.cc', 222 'browser/signin/chrome_signin_client_unittest.cc',
223 'browser/signin/local_auth_unittest.cc', 223 'browser/signin/local_auth_unittest.cc',
224 'browser/signin/signin_global_error_unittest.cc',
224 'browser/signin/signin_manager_unittest.cc', 225 'browser/signin/signin_manager_unittest.cc',
225 'browser/signin/signin_tracker_unittest.cc', 226 'browser/signin/signin_tracker_unittest.cc',
226 'browser/signin/test_signin_client_builder.cc', 227 'browser/signin/test_signin_client_builder.cc',
227 'browser/ssl/certificate_error_report_unittest.cc', 228 'browser/ssl/certificate_error_report_unittest.cc',
228 'browser/ssl/ssl_error_classification_unittest.cc', 229 'browser/ssl/ssl_error_classification_unittest.cc',
229 'browser/ssl/ssl_error_handler_unittest.cc', 230 'browser/ssl/ssl_error_handler_unittest.cc',
230 'browser/status_icons/status_icon_menu_model_unittest.cc', 231 'browser/status_icons/status_icon_menu_model_unittest.cc',
231 'browser/status_icons/status_icon_unittest.cc', 232 'browser/status_icons/status_icon_unittest.cc',
232 'browser/status_icons/status_tray_unittest.cc', 233 'browser/status_icons/status_tray_unittest.cc',
233 'browser/sync/about_sync_util_unittest.cc', 234 'browser/sync/about_sync_util_unittest.cc',
(...skipping 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 '<@(chrome_unit_tests_chromeos_sources)', 2440 '<@(chrome_unit_tests_chromeos_sources)',
2440 '<@(chrome_unit_tests_chromeos_gtestjs_sources)', 2441 '<@(chrome_unit_tests_chromeos_gtestjs_sources)',
2441 '<@(chrome_unit_tests_chromeos_js_sources)', 2442 '<@(chrome_unit_tests_chromeos_js_sources)',
2442 ], 2443 ],
2443 'dependencies': [ 2444 'dependencies': [
2444 '../ash/ash_resources.gyp:ash_resources', 2445 '../ash/ash_resources.gyp:ash_resources',
2445 '../components/components.gyp:drive_test_support', 2446 '../components/components.gyp:drive_test_support',
2446 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 2447 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
2447 ], 2448 ],
2448 'sources!': [ 2449 'sources!': [
2450 'browser/signin/signin_global_error_unittest.cc',
2449 'browser/signin/signin_manager_unittest.cc', 2451 'browser/signin/signin_manager_unittest.cc',
2450 'browser/signin/signin_names_io_thread_unittest.cc', 2452 'browser/signin/signin_names_io_thread_unittest.cc',
2451 ], 2453 ],
2452 }], 2454 }],
2453 ['use_x11==1', { 2455 ['use_x11==1', {
2454 'dependencies': [ 2456 'dependencies': [
2455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2457 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2456 '../ui/events/devices/events_devices.gyp:events_devices', 2458 '../ui/events/devices/events_devices.gyp:events_devices',
2457 ], 2459 ],
2458 }], 2460 }],
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
2928 'dependencies': [ 2930 'dependencies': [
2929 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2931 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2930 ], 2932 ],
2931 }], 2933 }],
2932 ], 2934 ],
2933 }, 2935 },
2934 ], 2936 ],
2935 }], 2937 }],
2936 ], # 'conditions' 2938 ], # 'conditions'
2937 } 2939 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698