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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23068005: Convert UserPolicySigninService to use OAuth2TokenService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 7 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 | 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'browser/policy/test/local_policy_test_server.cc', 156 'browser/policy/test/local_policy_test_server.cc',
157 'browser/policy/test/local_policy_test_server.h', 157 'browser/policy/test/local_policy_test_server.h',
158 'browser/prefs/pref_service_mock_builder.cc', 158 'browser/prefs/pref_service_mock_builder.cc',
159 'browser/prefs/pref_service_mock_builder.h', 159 'browser/prefs/pref_service_mock_builder.h',
160 'browser/profile_resetter/profile_resetter_test_base.cc', 160 'browser/profile_resetter/profile_resetter_test_base.cc',
161 'browser/profile_resetter/profile_resetter_test_base.h', 161 'browser/profile_resetter/profile_resetter_test_base.h',
162 'browser/search_engines/template_url_service_test_util.cc', 162 'browser/search_engines/template_url_service_test_util.cc',
163 'browser/search_engines/template_url_service_test_util.h', 163 'browser/search_engines/template_url_service_test_util.h',
164 'browser/sessions/session_service_test_helper.cc', 164 'browser/sessions/session_service_test_helper.cc',
165 'browser/sessions/session_service_test_helper.h', 165 'browser/sessions/session_service_test_helper.h',
166 'browser/signin/fake_profile_oauth2_token_service.cc',
167 'browser/signin/fake_profile_oauth2_token_service.h',
166 'browser/signin/fake_signin_manager.cc', 168 'browser/signin/fake_signin_manager.cc',
167 'browser/signin/fake_signin_manager.h', 169 'browser/signin/fake_signin_manager.h',
168 'browser/ssl/ssl_client_auth_requestor_mock.cc', 170 'browser/ssl/ssl_client_auth_requestor_mock.cc',
169 'browser/ssl/ssl_client_auth_requestor_mock.h', 171 'browser/ssl/ssl_client_auth_requestor_mock.h',
170 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc', 172 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc',
171 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h', 173 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h',
172 'browser/storage_monitor/test_storage_monitor.cc', 174 'browser/storage_monitor/test_storage_monitor.cc',
173 'browser/storage_monitor/test_storage_monitor.h', 175 'browser/storage_monitor/test_storage_monitor.h',
174 'browser/ui/browser.h', 176 'browser/ui/browser.h',
175 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', 177 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm',
(...skipping 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after
2745 # more details. 2747 # more details.
2746 'DebugInformationFormat': '3', 2748 'DebugInformationFormat': '3',
2747 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2749 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2748 }, 2750 },
2749 }, 2751 },
2750 }, 2752 },
2751 ], 2753 ],
2752 }], 2754 }],
2753 ], # 'conditions' 2755 ], # 'conditions'
2754 } 2756 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view_unittest.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698