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

Side by Side Diff: google_apis/google_apis.gyp

Issue 336253002: Add IdentityProvider-based AccountTracker to google_apis (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add pointer ownership comment 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 | « google_apis/gaia/fake_oauth2_token_service.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'drive/gdata_wapi_url_generator.cc', 88 'drive/gdata_wapi_url_generator.cc',
89 'drive/gdata_wapi_url_generator.h', 89 'drive/gdata_wapi_url_generator.h',
90 'drive/request_sender.cc', 90 'drive/request_sender.cc',
91 'drive/request_sender.h', 91 'drive/request_sender.h',
92 'drive/request_util.cc', 92 'drive/request_util.cc',
93 'drive/request_util.h', 93 'drive/request_util.h',
94 'drive/task_util.cc', 94 'drive/task_util.cc',
95 'drive/task_util.h', 95 'drive/task_util.h',
96 'drive/time_util.cc', 96 'drive/time_util.cc',
97 'drive/time_util.h', 97 'drive/time_util.h',
98 'gaia/account_tracker.cc',
99 'gaia/account_tracker.h',
98 'gaia/gaia_auth_consumer.cc', 100 'gaia/gaia_auth_consumer.cc',
99 'gaia/gaia_auth_consumer.h', 101 'gaia/gaia_auth_consumer.h',
100 'gaia/gaia_auth_fetcher.cc', 102 'gaia/gaia_auth_fetcher.cc',
101 'gaia/gaia_auth_fetcher.h', 103 'gaia/gaia_auth_fetcher.h',
102 'gaia/gaia_auth_util.cc', 104 'gaia/gaia_auth_util.cc',
103 'gaia/gaia_auth_util.h', 105 'gaia/gaia_auth_util.h',
104 'gaia/gaia_constants.cc', 106 'gaia/gaia_constants.cc',
105 'gaia/gaia_constants.h', 107 'gaia/gaia_constants.h',
106 'gaia/gaia_oauth_client.cc', 108 'gaia/gaia_oauth_client.cc',
107 'gaia/gaia_oauth_client.h', 109 'gaia/gaia_oauth_client.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'drive/base_requests_server_unittest.cc', 163 'drive/base_requests_server_unittest.cc',
162 'drive/drive_api_requests_unittest.cc', 164 'drive/drive_api_requests_unittest.cc',
163 'drive/drive_api_parser_unittest.cc', 165 'drive/drive_api_parser_unittest.cc',
164 'drive/drive_api_url_generator_unittest.cc', 166 'drive/drive_api_url_generator_unittest.cc',
165 'drive/gdata_wapi_parser_unittest.cc', 167 'drive/gdata_wapi_parser_unittest.cc',
166 'drive/gdata_wapi_requests_unittest.cc', 168 'drive/gdata_wapi_requests_unittest.cc',
167 'drive/gdata_wapi_url_generator_unittest.cc', 169 'drive/gdata_wapi_url_generator_unittest.cc',
168 'drive/request_sender_unittest.cc', 170 'drive/request_sender_unittest.cc',
169 'drive/request_util_unittest.cc', 171 'drive/request_util_unittest.cc',
170 'drive/time_util_unittest.cc', 172 'drive/time_util_unittest.cc',
173 'gaia/account_tracker_unittest.cc',
171 'gaia/gaia_auth_fetcher_unittest.cc', 174 'gaia/gaia_auth_fetcher_unittest.cc',
172 'gaia/gaia_auth_util_unittest.cc', 175 'gaia/gaia_auth_util_unittest.cc',
173 'gaia/gaia_oauth_client_unittest.cc', 176 'gaia/gaia_oauth_client_unittest.cc',
174 'gaia/google_service_auth_error_unittest.cc', 177 'gaia/google_service_auth_error_unittest.cc',
175 'gaia/merge_session_helper_unittest.cc', 178 'gaia/merge_session_helper_unittest.cc',
176 'gaia/oauth_request_signer_unittest.cc', 179 'gaia/oauth_request_signer_unittest.cc',
177 'gaia/oauth2_access_token_fetcher_impl_unittest.cc', 180 'gaia/oauth2_access_token_fetcher_impl_unittest.cc',
178 'gaia/oauth2_api_call_flow_unittest.cc', 181 'gaia/oauth2_api_call_flow_unittest.cc',
179 'gaia/oauth2_mint_token_flow_unittest.cc', 182 'gaia/oauth2_mint_token_flow_unittest.cc',
180 'gaia/oauth2_token_service_request_unittest.cc', 183 'gaia/oauth2_token_service_request_unittest.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'gaia/fake_identity_provider.h', 222 'gaia/fake_identity_provider.h',
220 'gaia/fake_oauth2_token_service.cc', 223 'gaia/fake_oauth2_token_service.cc',
221 'gaia/fake_oauth2_token_service.h', 224 'gaia/fake_oauth2_token_service.h',
222 'gaia/mock_url_fetcher_factory.h', 225 'gaia/mock_url_fetcher_factory.h',
223 'gaia/oauth2_token_service_test_util.cc', 226 'gaia/oauth2_token_service_test_util.cc',
224 'gaia/oauth2_token_service_test_util.h', 227 'gaia/oauth2_token_service_test_util.h',
225 ], 228 ],
226 }, 229 },
227 ], 230 ],
228 } 231 }
OLDNEW
« no previous file with comments | « google_apis/gaia/fake_oauth2_token_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698