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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 284763004: Create AccountServiceFlagFetcher which downloads an account's Gaia service flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/signin/fake_profile_oauth2_token_service.cc ('k') | components/signin.gypi » ('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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 'browser/services/gcm/fake_signin_manager.h', 1287 'browser/services/gcm/fake_signin_manager.h',
1288 'browser/services/gcm/gcm_profile_service_unittest.cc', 1288 'browser/services/gcm/gcm_profile_service_unittest.cc',
1289 'browser/sessions/persistent_tab_restore_service_unittest.cc', 1289 'browser/sessions/persistent_tab_restore_service_unittest.cc',
1290 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', 1290 'browser/sessions/restore_on_startup_policy_handler_unittest.cc',
1291 'browser/sessions/session_backend_unittest.cc', 1291 'browser/sessions/session_backend_unittest.cc',
1292 'browser/sessions/session_service_unittest.cc', 1292 'browser/sessions/session_service_unittest.cc',
1293 'browser/sessions/session_types_unittest.cc', 1293 'browser/sessions/session_types_unittest.cc',
1294 'browser/shell_integration_linux_unittest.cc', 1294 'browser/shell_integration_linux_unittest.cc',
1295 'browser/shell_integration_win_unittest.cc', 1295 'browser/shell_integration_win_unittest.cc',
1296 'browser/signin/account_reconcilor_unittest.cc', 1296 'browser/signin/account_reconcilor_unittest.cc',
1297 'browser/signin/account_service_flag_fetcher_unittest.cc',
1297 'browser/signin/local_auth_unittest.cc', 1298 'browser/signin/local_auth_unittest.cc',
1298 'browser/signin/signin_error_notifier_ash_unittest.cc', 1299 'browser/signin/signin_error_notifier_ash_unittest.cc',
1299 'browser/signin/signin_global_error_unittest.cc', 1300 'browser/signin/signin_global_error_unittest.cc',
1300 'browser/signin/signin_manager_unittest.cc', 1301 'browser/signin/signin_manager_unittest.cc',
1301 'browser/signin/signin_names_io_thread_unittest.cc', 1302 'browser/signin/signin_names_io_thread_unittest.cc',
1302 'browser/signin/signin_promo_unittest.cc', 1303 'browser/signin/signin_promo_unittest.cc',
1303 'browser/signin/signin_tracker_unittest.cc', 1304 'browser/signin/signin_tracker_unittest.cc',
1304 'browser/signin/test_signin_client_builder.cc', 1305 'browser/signin/test_signin_client_builder.cc',
1305 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', 1306 'browser/speech/extension_api/extension_manifests_tts_unittest.cc',
1306 'browser/speech/tts_controller_unittest.cc', 1307 'browser/speech/tts_controller_unittest.cc',
(...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
2841 'unit_tests.isolate', 2842 'unit_tests.isolate',
2842 ], 2843 ],
2843 'sources': [ 2844 'sources': [
2844 'unit_tests.isolate', 2845 'unit_tests.isolate',
2845 ], 2846 ],
2846 }, 2847 },
2847 ], 2848 ],
2848 }], 2849 }],
2849 ], # 'conditions' 2850 ], # 'conditions'
2850 } 2851 }
OLDNEW
« no previous file with comments | « chrome/browser/signin/fake_profile_oauth2_token_service.cc ('k') | components/signin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698