| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 111         'gaia/gaia_switches.h', | 111         'gaia/gaia_switches.h', | 
| 112         'gaia/gaia_urls.cc', | 112         'gaia/gaia_urls.cc', | 
| 113         'gaia/gaia_urls.h', | 113         'gaia/gaia_urls.h', | 
| 114         'gaia/google_service_auth_error.cc', | 114         'gaia/google_service_auth_error.cc', | 
| 115         'gaia/google_service_auth_error.h', | 115         'gaia/google_service_auth_error.h', | 
| 116         'gaia/merge_session_helper.cc', | 116         'gaia/merge_session_helper.cc', | 
| 117         'gaia/merge_session_helper.h', | 117         'gaia/merge_session_helper.h', | 
| 118         'gaia/oauth_request_signer.cc', | 118         'gaia/oauth_request_signer.cc', | 
| 119         'gaia/oauth_request_signer.h', | 119         'gaia/oauth_request_signer.h', | 
| 120         'gaia/oauth2_access_token_consumer.h', | 120         'gaia/oauth2_access_token_consumer.h', | 
| 121         'gaia/oauth2_access_token_fetcher.cc', |  | 
| 122         'gaia/oauth2_access_token_fetcher.h', | 121         'gaia/oauth2_access_token_fetcher.h', | 
|  | 122         'gaia/oauth2_access_token_fetcher_impl.cc', | 
|  | 123         'gaia/oauth2_access_token_fetcher_impl.h', | 
| 123         'gaia/oauth2_api_call_flow.cc', | 124         'gaia/oauth2_api_call_flow.cc', | 
| 124         'gaia/oauth2_api_call_flow.h', | 125         'gaia/oauth2_api_call_flow.h', | 
| 125         'gaia/oauth2_mint_token_flow.cc', | 126         'gaia/oauth2_mint_token_flow.cc', | 
| 126         'gaia/oauth2_mint_token_flow.h', | 127         'gaia/oauth2_mint_token_flow.h', | 
| 127         'gaia/oauth2_token_service.cc', | 128         'gaia/oauth2_token_service.cc', | 
| 128         'gaia/oauth2_token_service.h', | 129         'gaia/oauth2_token_service.h', | 
| 129         'gaia/ubertoken_fetcher.cc', | 130         'gaia/ubertoken_fetcher.cc', | 
| 130         'gaia/ubertoken_fetcher.h', | 131         'gaia/ubertoken_fetcher.h', | 
| 131         'google_api_keys.cc', | 132         'google_api_keys.cc', | 
| 132         'google_api_keys.h', | 133         'google_api_keys.h', | 
| (...skipping 30 matching lines...) Expand all  Loading... | 
| 163         'drive/gdata_wapi_url_generator_unittest.cc', | 164         'drive/gdata_wapi_url_generator_unittest.cc', | 
| 164         'drive/request_sender_unittest.cc', | 165         'drive/request_sender_unittest.cc', | 
| 165         'drive/request_util_unittest.cc', | 166         'drive/request_util_unittest.cc', | 
| 166         'drive/time_util_unittest.cc', | 167         'drive/time_util_unittest.cc', | 
| 167         'gaia/gaia_auth_fetcher_unittest.cc', | 168         'gaia/gaia_auth_fetcher_unittest.cc', | 
| 168         'gaia/gaia_auth_util_unittest.cc', | 169         'gaia/gaia_auth_util_unittest.cc', | 
| 169         'gaia/gaia_oauth_client_unittest.cc', | 170         'gaia/gaia_oauth_client_unittest.cc', | 
| 170         'gaia/google_service_auth_error_unittest.cc', | 171         'gaia/google_service_auth_error_unittest.cc', | 
| 171         'gaia/merge_session_helper_unittest.cc', | 172         'gaia/merge_session_helper_unittest.cc', | 
| 172         'gaia/oauth_request_signer_unittest.cc', | 173         'gaia/oauth_request_signer_unittest.cc', | 
| 173         'gaia/oauth2_access_token_fetcher_unittest.cc', | 174         'gaia/oauth2_access_token_fetcher_impl_unittest.cc', | 
| 174         'gaia/oauth2_api_call_flow_unittest.cc', | 175         'gaia/oauth2_api_call_flow_unittest.cc', | 
| 175         'gaia/oauth2_mint_token_flow_unittest.cc', | 176         'gaia/oauth2_mint_token_flow_unittest.cc', | 
| 176         'gaia/oauth2_token_service_unittest.cc', | 177         'gaia/oauth2_token_service_unittest.cc', | 
| 177         'gaia/ubertoken_fetcher_unittest.cc', | 178         'gaia/ubertoken_fetcher_unittest.cc', | 
| 178       ], | 179       ], | 
| 179       'conditions': [ | 180       'conditions': [ | 
| 180         ['OS=="android"', { | 181         ['OS=="android"', { | 
| 181           'sources!': [ | 182           'sources!': [ | 
| 182             'drive/base_requests_server_unittest.cc', | 183             'drive/base_requests_server_unittest.cc', | 
| 183             'drive/drive_api_parser_unittest.cc', | 184             'drive/drive_api_parser_unittest.cc', | 
| (...skipping 28 matching lines...) Expand all  Loading... | 
| 212         'gaia/fake_gaia.h', | 213         'gaia/fake_gaia.h', | 
| 213         'gaia/fake_oauth2_token_service.cc', | 214         'gaia/fake_oauth2_token_service.cc', | 
| 214         'gaia/fake_oauth2_token_service.h', | 215         'gaia/fake_oauth2_token_service.h', | 
| 215         'gaia/mock_url_fetcher_factory.h', | 216         'gaia/mock_url_fetcher_factory.h', | 
| 216         'gaia/oauth2_token_service_test_util.cc', | 217         'gaia/oauth2_token_service_test_util.cc', | 
| 217         'gaia/oauth2_token_service_test_util.h', | 218         'gaia/oauth2_token_service_test_util.h', | 
| 218       ], | 219       ], | 
| 219     }, | 220     }, | 
| 220   ], | 221   ], | 
| 221 } | 222 } | 
| OLD | NEW | 
|---|