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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'drive/gdata_wapi_url_generator.cc', | 94 'drive/gdata_wapi_url_generator.cc', |
95 'drive/gdata_wapi_url_generator.h', | 95 'drive/gdata_wapi_url_generator.h', |
96 'drive/request_sender.cc', | 96 'drive/request_sender.cc', |
97 'drive/request_sender.h', | 97 'drive/request_sender.h', |
98 'drive/request_util.cc', | 98 'drive/request_util.cc', |
99 'drive/request_util.h', | 99 'drive/request_util.h', |
100 'drive/task_util.cc', | 100 'drive/task_util.cc', |
101 'drive/task_util.h', | 101 'drive/task_util.h', |
102 'drive/time_util.cc', | 102 'drive/time_util.cc', |
103 'drive/time_util.h', | 103 'drive/time_util.h', |
| 104 'gaia/account_tracker.cc', |
| 105 'gaia/account_tracker.h', |
104 'gaia/dummy_identity_provider.cc', | 106 'gaia/dummy_identity_provider.cc', |
105 'gaia/dummy_identity_provider.h', | 107 'gaia/dummy_identity_provider.h', |
106 'gaia/gaia_auth_consumer.cc', | 108 'gaia/gaia_auth_consumer.cc', |
107 'gaia/gaia_auth_consumer.h', | 109 'gaia/gaia_auth_consumer.h', |
108 'gaia/gaia_auth_fetcher.cc', | 110 'gaia/gaia_auth_fetcher.cc', |
109 'gaia/gaia_auth_fetcher.h', | 111 'gaia/gaia_auth_fetcher.h', |
110 'gaia/gaia_auth_util.cc', | 112 'gaia/gaia_auth_util.cc', |
111 'gaia/gaia_auth_util.h', | 113 'gaia/gaia_auth_util.h', |
112 'gaia/gaia_constants.cc', | 114 'gaia/gaia_constants.cc', |
113 'gaia/gaia_constants.h', | 115 'gaia/gaia_constants.h', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'drive/base_requests_server_unittest.cc', | 171 'drive/base_requests_server_unittest.cc', |
170 'drive/drive_api_requests_unittest.cc', | 172 'drive/drive_api_requests_unittest.cc', |
171 'drive/drive_api_parser_unittest.cc', | 173 'drive/drive_api_parser_unittest.cc', |
172 'drive/drive_api_url_generator_unittest.cc', | 174 'drive/drive_api_url_generator_unittest.cc', |
173 'drive/gdata_wapi_parser_unittest.cc', | 175 'drive/gdata_wapi_parser_unittest.cc', |
174 'drive/gdata_wapi_requests_unittest.cc', | 176 'drive/gdata_wapi_requests_unittest.cc', |
175 'drive/gdata_wapi_url_generator_unittest.cc', | 177 'drive/gdata_wapi_url_generator_unittest.cc', |
176 'drive/request_sender_unittest.cc', | 178 'drive/request_sender_unittest.cc', |
177 'drive/request_util_unittest.cc', | 179 'drive/request_util_unittest.cc', |
178 'drive/time_util_unittest.cc', | 180 'drive/time_util_unittest.cc', |
| 181 'gaia/account_tracker_unittest.cc', |
179 'gaia/gaia_auth_fetcher_unittest.cc', | 182 'gaia/gaia_auth_fetcher_unittest.cc', |
180 'gaia/gaia_auth_util_unittest.cc', | 183 'gaia/gaia_auth_util_unittest.cc', |
181 'gaia/gaia_oauth_client_unittest.cc', | 184 'gaia/gaia_oauth_client_unittest.cc', |
182 'gaia/google_service_auth_error_unittest.cc', | 185 'gaia/google_service_auth_error_unittest.cc', |
183 'gaia/merge_session_helper_unittest.cc', | 186 'gaia/merge_session_helper_unittest.cc', |
184 'gaia/oauth_request_signer_unittest.cc', | 187 'gaia/oauth_request_signer_unittest.cc', |
185 'gaia/oauth2_access_token_fetcher_impl_unittest.cc', | 188 'gaia/oauth2_access_token_fetcher_impl_unittest.cc', |
186 'gaia/oauth2_api_call_flow_unittest.cc', | 189 'gaia/oauth2_api_call_flow_unittest.cc', |
187 'gaia/oauth2_mint_token_flow_unittest.cc', | 190 'gaia/oauth2_mint_token_flow_unittest.cc', |
188 'gaia/oauth2_token_service_request_unittest.cc', | 191 'gaia/oauth2_token_service_request_unittest.cc', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'gaia/fake_identity_provider.h', | 230 'gaia/fake_identity_provider.h', |
228 'gaia/fake_oauth2_token_service.cc', | 231 'gaia/fake_oauth2_token_service.cc', |
229 'gaia/fake_oauth2_token_service.h', | 232 'gaia/fake_oauth2_token_service.h', |
230 'gaia/mock_url_fetcher_factory.h', | 233 'gaia/mock_url_fetcher_factory.h', |
231 'gaia/oauth2_token_service_test_util.cc', | 234 'gaia/oauth2_token_service_test_util.cc', |
232 'gaia/oauth2_token_service_test_util.h', | 235 'gaia/oauth2_token_service_test_util.h', |
233 ], | 236 ], |
234 }, | 237 }, |
235 ], | 238 ], |
236 } | 239 } |
OLD | NEW |