| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'drive/auth_service_observer.h', | 58 'drive/auth_service_observer.h', |
| 59 'drive/base_requests.cc', | 59 'drive/base_requests.cc', |
| 60 'drive/base_requests.h', | 60 'drive/base_requests.h', |
| 61 'drive/drive_api_parser.cc', | 61 'drive/drive_api_parser.cc', |
| 62 'drive/drive_api_parser.h', | 62 'drive/drive_api_parser.h', |
| 63 'drive/drive_api_requests.cc', | 63 'drive/drive_api_requests.cc', |
| 64 'drive/drive_api_requests.h', | 64 'drive/drive_api_requests.h', |
| 65 'drive/drive_api_url_generator.cc', | 65 'drive/drive_api_url_generator.cc', |
| 66 'drive/drive_api_url_generator.h', | 66 'drive/drive_api_url_generator.h', |
| 67 'drive/drive_common_callbacks.h', | 67 'drive/drive_common_callbacks.h', |
| 68 'drive/drive_entry_kinds.h', | |
| 69 'drive/gdata_errorcode.cc', | 68 'drive/gdata_errorcode.cc', |
| 70 'drive/gdata_errorcode.h', | 69 'drive/gdata_errorcode.h', |
| 71 'drive/gdata_wapi_requests.cc', | 70 'drive/gdata_wapi_requests.cc', |
| 72 'drive/gdata_wapi_requests.h', | 71 'drive/gdata_wapi_requests.h', |
| 73 'drive/gdata_wapi_parser.cc', | 72 'drive/gdata_wapi_parser.cc', |
| 74 'drive/gdata_wapi_parser.h', | 73 'drive/gdata_wapi_parser.h', |
| 75 'drive/gdata_wapi_url_generator.cc', | 74 'drive/gdata_wapi_url_generator.cc', |
| 76 'drive/gdata_wapi_url_generator.h', | 75 'drive/gdata_wapi_url_generator.h', |
| 77 'drive/request_sender.cc', | 76 'drive/request_sender.cc', |
| 78 'drive/request_sender.h', | 77 'drive/request_sender.h', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'drive/dummy_auth_service.cc', | 226 'drive/dummy_auth_service.cc', |
| 228 'drive/dummy_auth_service.h', | 227 'drive/dummy_auth_service.h', |
| 229 'drive/test_util.cc', | 228 'drive/test_util.cc', |
| 230 'drive/test_util.h', | 229 'drive/test_util.h', |
| 231 ], | 230 ], |
| 232 }], | 231 }], |
| 233 ], | 232 ], |
| 234 }, | 233 }, |
| 235 ], | 234 ], |
| 236 } | 235 } |
| OLD | NEW |