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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 99173004: Identity API: add multi-account support to token cache and request queues (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'browser/extensions/api/dial/dial_device_data_unittest.cc', 827 'browser/extensions/api/dial/dial_device_data_unittest.cc',
828 'browser/extensions/api/dial/dial_registry_unittest.cc', 828 'browser/extensions/api/dial/dial_registry_unittest.cc',
829 'browser/extensions/api/dial/dial_service_unittest.cc', 829 'browser/extensions/api/dial/dial_service_unittest.cc',
830 'browser/extensions/api/discovery/discovery_api_unittest.cc', 830 'browser/extensions/api/discovery/discovery_api_unittest.cc',
831 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat form_keys_private_api_unittest.cc', 831 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat form_keys_private_api_unittest.cc',
832 'browser/extensions/api/extension_action/extension_action_prefs_unittest .cc', 832 'browser/extensions/api/extension_action/extension_action_prefs_unittest .cc',
833 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc', 833 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc',
834 'browser/extensions/api/file_system/file_system_api_unittest.cc', 834 'browser/extensions/api/file_system/file_system_api_unittest.cc',
835 'browser/extensions/api/identity/account_tracker_unittest.cc', 835 'browser/extensions/api/identity/account_tracker_unittest.cc',
836 'browser/extensions/api/identity/experimental_web_auth_flow_unittest.cc' , 836 'browser/extensions/api/identity/experimental_web_auth_flow_unittest.cc' ,
837 'browser/extensions/api/identity/extension_token_key_unittest.cc',
837 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc', 838 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc',
838 'browser/extensions/api/identity/identity_mint_queue_unittest.cc', 839 'browser/extensions/api/identity/identity_mint_queue_unittest.cc',
839 'browser/extensions/api/idle/idle_api_unittest.cc', 840 'browser/extensions/api/idle/idle_api_unittest.cc',
840 'browser/extensions/api/log_private/syslog_parser_unittest.cc', 841 'browser/extensions/api/log_private/syslog_parser_unittest.cc',
841 'browser/extensions/api/messaging/native_message_process_host_unittest.c c', 842 'browser/extensions/api/messaging/native_message_process_host_unittest.c c',
842 'browser/extensions/api/messaging/native_messaging_host_manifest_unittes t.cc', 843 'browser/extensions/api/messaging/native_messaging_host_manifest_unittes t.cc',
843 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc', 844 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc',
844 'browser/extensions/api/omnibox/omnibox_unittest.cc', 845 'browser/extensions/api/omnibox/omnibox_unittest.cc',
845 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' , 846 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' ,
846 'browser/extensions/api/power/power_api_unittest.cc', 847 'browser/extensions/api/power/power_api_unittest.cc',
(...skipping 2079 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 'browser/ui/app_list/test/fake_profile_store.cc', 2927 'browser/ui/app_list/test/fake_profile_store.cc',
2927 'browser/ui/app_list/test/fake_profile_store.h', 2928 'browser/ui/app_list/test/fake_profile_store.h',
2928 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2929 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2929 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2930 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2930 ], 2931 ],
2931 }, 2932 },
2932 ], 2933 ],
2933 }], 2934 }],
2934 ], # 'conditions' 2935 ], # 'conditions'
2935 } 2936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698