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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 27283002: Identity API: Add chrome.identity.onSignInChanged routing and IDL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 7 years, 2 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/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 'browser/extensions/api/dial/dial_device_data_unittest.cc', 802 'browser/extensions/api/dial/dial_device_data_unittest.cc',
803 'browser/extensions/api/dial/dial_registry_unittest.cc', 803 'browser/extensions/api/dial/dial_registry_unittest.cc',
804 'browser/extensions/api/dial/dial_service_unittest.cc', 804 'browser/extensions/api/dial/dial_service_unittest.cc',
805 'browser/extensions/api/discovery/discovery_api_unittest.cc', 805 'browser/extensions/api/discovery/discovery_api_unittest.cc',
806 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat form_keys_private_api_unittest.cc', 806 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat form_keys_private_api_unittest.cc',
807 'browser/extensions/api/extension_action/extension_action_prefs_unittest .cc', 807 'browser/extensions/api/extension_action/extension_action_prefs_unittest .cc',
808 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc', 808 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc',
809 'browser/extensions/api/file_system/file_system_api_unittest.cc', 809 'browser/extensions/api/file_system/file_system_api_unittest.cc',
810 'browser/extensions/api/identity/experimental_web_auth_flow_unittest.cc' , 810 'browser/extensions/api/identity/experimental_web_auth_flow_unittest.cc' ,
811 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc', 811 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc',
812 'browser/extensions/api/identity/identity_event_router_unittest.cc',
812 'browser/extensions/api/identity/identity_mint_queue_unittest.cc', 813 'browser/extensions/api/identity/identity_mint_queue_unittest.cc',
813 'browser/extensions/api/idle/idle_api_unittest.cc', 814 'browser/extensions/api/idle/idle_api_unittest.cc',
814 'browser/extensions/api/log_private/syslog_parser_unittest.cc', 815 'browser/extensions/api/log_private/syslog_parser_unittest.cc',
815 'browser/extensions/api/messaging/native_message_process_host_unittest.c c', 816 'browser/extensions/api/messaging/native_message_process_host_unittest.c c',
816 'browser/extensions/api/messaging/native_messaging_host_manifest_unittes t.cc', 817 'browser/extensions/api/messaging/native_messaging_host_manifest_unittes t.cc',
817 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc', 818 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc',
818 'browser/extensions/api/networking_private/networking_private_crypto_uni ttest.cc', 819 'browser/extensions/api/networking_private/networking_private_crypto_uni ttest.cc',
819 'browser/extensions/api/omnibox/omnibox_unittest.cc', 820 'browser/extensions/api/omnibox/omnibox_unittest.cc',
820 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' , 821 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' ,
821 'browser/extensions/api/power/power_api_unittest.cc', 822 'browser/extensions/api/power/power_api_unittest.cc',
(...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after
2841 'browser/ui/app_list/test/fake_profile.h', 2842 'browser/ui/app_list/test/fake_profile.h',
2842 'browser/ui/app_list/test/fake_profile_store.cc', 2843 'browser/ui/app_list/test/fake_profile_store.cc',
2843 'browser/ui/app_list/test/fake_profile_store.h', 2844 'browser/ui/app_list/test/fake_profile_store.h',
2844 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2845 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2845 ], 2846 ],
2846 }, 2847 },
2847 ], 2848 ],
2848 }], 2849 }],
2849 ], # 'conditions' 2850 ], # 'conditions'
2850 } 2851 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698