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

Side by Side Diff: google_apis/google_apis.gyp

Issue 1143323005: Refactor AO2TS to make it easier to componentize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor AO2TS to make it easier to componentize. Created 5 years, 7 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
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'gaia/oauth2_access_token_fetcher_impl.cc', 96 'gaia/oauth2_access_token_fetcher_impl.cc',
97 'gaia/oauth2_access_token_fetcher_impl.h', 97 'gaia/oauth2_access_token_fetcher_impl.h',
98 'gaia/oauth2_access_token_fetcher_immediate_error.cc', 98 'gaia/oauth2_access_token_fetcher_immediate_error.cc',
99 'gaia/oauth2_access_token_fetcher_immediate_error.h', 99 'gaia/oauth2_access_token_fetcher_immediate_error.h',
100 'gaia/oauth2_api_call_flow.cc', 100 'gaia/oauth2_api_call_flow.cc',
101 'gaia/oauth2_api_call_flow.h', 101 'gaia/oauth2_api_call_flow.h',
102 'gaia/oauth2_mint_token_flow.cc', 102 'gaia/oauth2_mint_token_flow.cc',
103 'gaia/oauth2_mint_token_flow.h', 103 'gaia/oauth2_mint_token_flow.h',
104 'gaia/oauth2_token_service.cc', 104 'gaia/oauth2_token_service.cc',
105 'gaia/oauth2_token_service.h', 105 'gaia/oauth2_token_service.h',
106 'gaia/oauth2_token_service_delegate.cc',
107 'gaia/oauth2_token_service_delegate.h',
106 'gaia/oauth2_token_service_request.cc', 108 'gaia/oauth2_token_service_request.cc',
107 'gaia/oauth2_token_service_request.h', 109 'gaia/oauth2_token_service_request.h',
108 'gaia/oauth_request_signer.cc', 110 'gaia/oauth_request_signer.cc',
109 'gaia/oauth_request_signer.h', 111 'gaia/oauth_request_signer.h',
110 'gaia/ubertoken_fetcher.cc', 112 'gaia/ubertoken_fetcher.cc',
111 'gaia/ubertoken_fetcher.h', 113 'gaia/ubertoken_fetcher.h',
112 'google_api_keys.cc', 114 'google_api_keys.cc',
113 'google_api_keys.h', 115 'google_api_keys.h',
114 ], 116 ],
115 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 117 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'drive/dummy_auth_service.cc', 196 'drive/dummy_auth_service.cc',
195 'drive/dummy_auth_service.h', 197 'drive/dummy_auth_service.h',
196 'drive/test_util.cc', 198 'drive/test_util.cc',
197 'drive/test_util.h', 199 'drive/test_util.h',
198 ], 200 ],
199 }], 201 }],
200 ], 202 ],
201 }, 203 },
202 ], 204 ],
203 } 205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698