| Index: google_apis/google_apis.gyp
|
| diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
|
| index 762c36958473a1e2b46cb8826854e458fd4f157e..2d281f2b2f36caa00ac67b58151e24ccf795cfc1 100644
|
| --- a/google_apis/google_apis.gyp
|
| +++ b/google_apis/google_apis.gyp
|
| @@ -20,6 +20,7 @@
|
| '../base/base.gyp:base',
|
| '../crypto/crypto.gyp:crypto',
|
| '../net/net.gyp:net',
|
| + '../third_party/libxml/libxml.gyp:libxml',
|
| ],
|
| 'conditions': [
|
| ['google_api_key!=""', {
|
| @@ -58,6 +59,38 @@
|
| 'cup/client_update_protocol.h',
|
| 'cup/client_update_protocol_nss.cc',
|
| 'cup/client_update_protocol_openssl.cc',
|
| + 'drive/auth_service.cc',
|
| + 'drive/auth_service.h',
|
| + 'drive/auth_service_interface.h',
|
| + 'drive/auth_service_observer.h',
|
| + 'drive/base_requests.cc',
|
| + 'drive/base_requests.h',
|
| + 'drive/drive_api_parser.cc',
|
| + 'drive/drive_api_parser.h',
|
| + 'drive/drive_api_requests.cc',
|
| + 'drive/drive_api_requests.h',
|
| + 'drive/drive_api_url_generator.cc',
|
| + 'drive/drive_api_url_generator.h',
|
| + 'drive/drive_common_callbacks.h',
|
| + 'drive/drive_entry_kinds.h',
|
| + 'drive/gdata_contacts_requests.cc',
|
| + 'drive/gdata_contacts_requests.h',
|
| + 'drive/gdata_errorcode.cc',
|
| + 'drive/gdata_errorcode.h',
|
| + 'drive/gdata_wapi_requests.cc',
|
| + 'drive/gdata_wapi_requests.h',
|
| + 'drive/gdata_wapi_parser.cc',
|
| + 'drive/gdata_wapi_parser.h',
|
| + 'drive/gdata_wapi_url_generator.cc',
|
| + 'drive/gdata_wapi_url_generator.h',
|
| + 'drive/request_sender.cc',
|
| + 'drive/request_sender.h',
|
| + 'drive/request_util.cc',
|
| + 'drive/request_util.h',
|
| + 'drive/task_util.cc',
|
| + 'drive/task_util.h',
|
| + 'drive/time_util.cc',
|
| + 'drive/time_util.h',
|
| 'gaia/gaia_auth_consumer.cc',
|
| 'gaia/gaia_auth_consumer.h',
|
| 'gaia/gaia_auth_fetcher.cc',
|
|
|