| 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 30 matching lines...) Expand all Loading... |
| 41 }], | 41 }], |
| 42 ['enable_extensions==1', { | 42 ['enable_extensions==1', { |
| 43 'sources': [ | 43 'sources': [ |
| 44 # Note: sources list duplicated in GN build. | 44 # Note: sources list duplicated in GN build. |
| 45 'drive/auth_service.cc', | 45 'drive/auth_service.cc', |
| 46 'drive/auth_service.h', | 46 'drive/auth_service.h', |
| 47 'drive/auth_service_interface.h', | 47 'drive/auth_service_interface.h', |
| 48 'drive/auth_service_observer.h', | 48 'drive/auth_service_observer.h', |
| 49 'drive/base_requests.cc', | 49 'drive/base_requests.cc', |
| 50 'drive/base_requests.h', | 50 'drive/base_requests.h', |
| 51 'drive/drive_api_error_codes.cc', |
| 52 'drive/drive_api_error_codes.h', |
| 51 'drive/drive_api_parser.cc', | 53 'drive/drive_api_parser.cc', |
| 52 'drive/drive_api_parser.h', | 54 'drive/drive_api_parser.h', |
| 53 'drive/drive_api_requests.cc', | 55 'drive/drive_api_requests.cc', |
| 54 'drive/drive_api_requests.h', | 56 'drive/drive_api_requests.h', |
| 55 'drive/drive_api_url_generator.cc', | 57 'drive/drive_api_url_generator.cc', |
| 56 'drive/drive_api_url_generator.h', | 58 'drive/drive_api_url_generator.h', |
| 57 'drive/drive_common_callbacks.h', | 59 'drive/drive_common_callbacks.h', |
| 58 'drive/gdata_errorcode.cc', | |
| 59 'drive/gdata_errorcode.h', | |
| 60 'drive/request_sender.cc', | 60 'drive/request_sender.cc', |
| 61 'drive/request_sender.h', | 61 'drive/request_sender.h', |
| 62 'drive/request_util.cc', | 62 'drive/request_util.cc', |
| 63 'drive/request_util.h', | 63 'drive/request_util.h', |
| 64 'drive/task_util.cc', | 64 'drive/task_util.cc', |
| 65 'drive/task_util.h', | 65 'drive/task_util.h', |
| 66 'drive/time_util.cc', | 66 'drive/time_util.cc', |
| 67 'drive/time_util.h', | 67 'drive/time_util.h', |
| 68 ], | 68 ], |
| 69 }], | 69 }], |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'drive/dummy_auth_service.cc', | 195 'drive/dummy_auth_service.cc', |
| 196 'drive/dummy_auth_service.h', | 196 'drive/dummy_auth_service.h', |
| 197 'drive/test_util.cc', | 197 'drive/test_util.cc', |
| 198 'drive/test_util.h', | 198 'drive/test_util.h', |
| 199 ], | 199 ], |
| 200 }], | 200 }], |
| 201 ], | 201 ], |
| 202 }, | 202 }, |
| 203 ], | 203 ], |
| 204 } | 204 } |
| OLD | NEW |