Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: google_apis/google_apis.gyp

Issue 96413002: Move c/b/google_apis to google_apis/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « google_apis/drive/time_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « google_apis/drive/time_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698