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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'drive/base_requests.h', | 50 'drive/base_requests.h', |
51 'drive/drive_api_parser.cc', | 51 'drive/drive_api_parser.cc', |
52 'drive/drive_api_parser.h', | 52 'drive/drive_api_parser.h', |
53 'drive/drive_api_requests.cc', | 53 'drive/drive_api_requests.cc', |
54 'drive/drive_api_requests.h', | 54 'drive/drive_api_requests.h', |
55 'drive/drive_api_url_generator.cc', | 55 'drive/drive_api_url_generator.cc', |
56 'drive/drive_api_url_generator.h', | 56 'drive/drive_api_url_generator.h', |
57 'drive/drive_common_callbacks.h', | 57 'drive/drive_common_callbacks.h', |
58 'drive/gdata_errorcode.cc', | 58 'drive/gdata_errorcode.cc', |
59 'drive/gdata_errorcode.h', | 59 'drive/gdata_errorcode.h', |
60 'drive/gdata_wapi_parser.cc', | |
61 'drive/gdata_wapi_parser.h', | |
62 'drive/request_sender.cc', | 60 'drive/request_sender.cc', |
63 'drive/request_sender.h', | 61 'drive/request_sender.h', |
64 'drive/request_util.cc', | 62 'drive/request_util.cc', |
65 'drive/request_util.h', | 63 'drive/request_util.h', |
66 'drive/task_util.cc', | 64 'drive/task_util.cc', |
67 'drive/task_util.h', | 65 'drive/task_util.h', |
68 'drive/time_util.cc', | 66 'drive/time_util.cc', |
69 'drive/time_util.h', | 67 'drive/time_util.h', |
70 ], | 68 ], |
71 }], | 69 }], |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'drive/dummy_auth_service.cc', | 195 'drive/dummy_auth_service.cc', |
198 'drive/dummy_auth_service.h', | 196 'drive/dummy_auth_service.h', |
199 'drive/test_util.cc', | 197 'drive/test_util.cc', |
200 'drive/test_util.h', | 198 'drive/test_util.h', |
201 ], | 199 ], |
202 }], | 200 }], |
203 ], | 201 ], |
204 }, | 202 }, |
205 ], | 203 ], |
206 } | 204 } |
OLD | NEW |