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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'drive/base_requests.cc', | 72 'drive/base_requests.cc', |
73 'drive/base_requests.h', | 73 'drive/base_requests.h', |
74 'drive/drive_api_parser.cc', | 74 'drive/drive_api_parser.cc', |
75 'drive/drive_api_parser.h', | 75 'drive/drive_api_parser.h', |
76 'drive/drive_api_requests.cc', | 76 'drive/drive_api_requests.cc', |
77 'drive/drive_api_requests.h', | 77 'drive/drive_api_requests.h', |
78 'drive/drive_api_url_generator.cc', | 78 'drive/drive_api_url_generator.cc', |
79 'drive/drive_api_url_generator.h', | 79 'drive/drive_api_url_generator.h', |
80 'drive/drive_common_callbacks.h', | 80 'drive/drive_common_callbacks.h', |
81 'drive/drive_entry_kinds.h', | 81 'drive/drive_entry_kinds.h', |
82 'drive/gdata_contacts_requests.cc', | |
83 'drive/gdata_contacts_requests.h', | |
84 'drive/gdata_errorcode.cc', | 82 'drive/gdata_errorcode.cc', |
85 'drive/gdata_errorcode.h', | 83 'drive/gdata_errorcode.h', |
86 'drive/gdata_wapi_requests.cc', | 84 'drive/gdata_wapi_requests.cc', |
87 'drive/gdata_wapi_requests.h', | 85 'drive/gdata_wapi_requests.h', |
88 'drive/gdata_wapi_parser.cc', | 86 'drive/gdata_wapi_parser.cc', |
89 'drive/gdata_wapi_parser.h', | 87 'drive/gdata_wapi_parser.h', |
90 'drive/gdata_wapi_url_generator.cc', | 88 'drive/gdata_wapi_url_generator.cc', |
91 'drive/gdata_wapi_url_generator.h', | 89 'drive/gdata_wapi_url_generator.h', |
92 'drive/request_sender.cc', | 90 'drive/request_sender.cc', |
93 'drive/request_sender.h', | 91 'drive/request_sender.h', |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 'gaia/fake_gaia.h', | 212 'gaia/fake_gaia.h', |
215 'gaia/fake_oauth2_token_service.cc', | 213 'gaia/fake_oauth2_token_service.cc', |
216 'gaia/fake_oauth2_token_service.h', | 214 'gaia/fake_oauth2_token_service.h', |
217 'gaia/mock_url_fetcher_factory.h', | 215 'gaia/mock_url_fetcher_factory.h', |
218 'gaia/oauth2_token_service_test_util.cc', | 216 'gaia/oauth2_token_service_test_util.cc', |
219 'gaia/oauth2_token_service_test_util.h', | 217 'gaia/oauth2_token_service_test_util.h', |
220 ], | 218 ], |
221 }, | 219 }, |
222 ], | 220 ], |
223 } | 221 } |
OLD | NEW |