| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |