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