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

Side by Side Diff: google_apis/google_apis.gyp

Issue 12755010: Remove unused code in google_apis/gaia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really rebase Created 7 years, 9 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/oauth2_revocation_fetcher_unittest.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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'gaia/gaia_urls.h', 68 'gaia/gaia_urls.h',
69 'gaia/google_service_auth_error.cc', 69 'gaia/google_service_auth_error.cc',
70 'gaia/google_service_auth_error.h', 70 'gaia/google_service_auth_error.h',
71 'gaia/oauth_request_signer.cc', 71 'gaia/oauth_request_signer.cc',
72 'gaia/oauth_request_signer.h', 72 'gaia/oauth_request_signer.h',
73 'gaia/oauth2_access_token_consumer.h', 73 'gaia/oauth2_access_token_consumer.h',
74 'gaia/oauth2_access_token_fetcher.cc', 74 'gaia/oauth2_access_token_fetcher.cc',
75 'gaia/oauth2_access_token_fetcher.h', 75 'gaia/oauth2_access_token_fetcher.h',
76 'gaia/oauth2_api_call_flow.cc', 76 'gaia/oauth2_api_call_flow.cc',
77 'gaia/oauth2_api_call_flow.h', 77 'gaia/oauth2_api_call_flow.h',
78 'gaia/oauth2_mint_token_consumer.h',
79 'gaia/oauth2_mint_token_fetcher.cc',
80 'gaia/oauth2_mint_token_fetcher.h',
81 'gaia/oauth2_mint_token_flow.cc', 78 'gaia/oauth2_mint_token_flow.cc',
82 'gaia/oauth2_mint_token_flow.h', 79 'gaia/oauth2_mint_token_flow.h',
83 'gaia/oauth2_revocation_consumer.h',
84 'gaia/oauth2_revocation_fetcher.cc',
85 'gaia/oauth2_revocation_fetcher.h',
86 'google_api_keys.cc', 80 'google_api_keys.cc',
87 'google_api_keys.h', 81 'google_api_keys.h',
88 ], 82 ],
89 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 83 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
90 'msvs_disabled_warnings': [4267, ], 84 'msvs_disabled_warnings': [4267, ],
91 }, 85 },
92 ], 86 ],
93 } 87 }
OLDNEW
« no previous file with comments | « google_apis/gaia/oauth2_revocation_fetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698