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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 19511002: Change google_api::RequestSender to take an AuthService instead of a Profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/google_apis/request_sender.cc ('k') | no next file » | 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'browser/extensions/test_extension_environment.cc', 123 'browser/extensions/test_extension_environment.cc',
124 'browser/extensions/test_extension_environment.h', 124 'browser/extensions/test_extension_environment.h',
125 'browser/extensions/test_extension_prefs.cc', 125 'browser/extensions/test_extension_prefs.cc',
126 'browser/extensions/test_extension_prefs.h', 126 'browser/extensions/test_extension_prefs.h',
127 'browser/extensions/test_extension_service.cc', 127 'browser/extensions/test_extension_service.cc',
128 'browser/extensions/test_extension_service.h', 128 'browser/extensions/test_extension_service.h',
129 'browser/extensions/test_extension_system.cc', 129 'browser/extensions/test_extension_system.cc',
130 'browser/extensions/test_extension_system.h', 130 'browser/extensions/test_extension_system.h',
131 'browser/extensions/test_management_policy.cc', 131 'browser/extensions/test_management_policy.cc',
132 'browser/extensions/test_management_policy.h', 132 'browser/extensions/test_management_policy.h',
133 'browser/google_apis/dummy_auth_service.cc',
134 'browser/google_apis/dummy_auth_service.h',
133 'browser/google_apis/test_util.cc', 135 'browser/google_apis/test_util.cc',
134 'browser/google_apis/test_util.h', 136 'browser/google_apis/test_util.h',
135 'browser/media_galleries/media_galleries_test_util.cc', 137 'browser/media_galleries/media_galleries_test_util.cc',
136 'browser/media_galleries/media_galleries_test_util.h', 138 'browser/media_galleries/media_galleries_test_util.h',
137 'browser/net/url_request_mock_util.cc', 139 'browser/net/url_request_mock_util.cc',
138 'browser/net/url_request_mock_util.h', 140 'browser/net/url_request_mock_util.h',
139 'browser/notifications/notification_test_util.cc', 141 'browser/notifications/notification_test_util.cc',
140 'browser/notifications/notification_test_util.h', 142 'browser/notifications/notification_test_util.h',
141 'browser/password_manager/mock_password_store.cc', 143 'browser/password_manager/mock_password_store.cc',
142 'browser/password_manager/mock_password_store.h', 144 'browser/password_manager/mock_password_store.h',
(...skipping 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after
2654 # more details. 2656 # more details.
2655 'DebugInformationFormat': '3', 2657 'DebugInformationFormat': '3',
2656 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2658 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2657 }, 2659 },
2658 }, 2660 },
2659 }, 2661 },
2660 ], 2662 ],
2661 }], 2663 }],
2662 ], # 'conditions' 2664 ], # 'conditions'
2663 } 2665 }
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/request_sender.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698