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

Unified Diff: google_apis/google_apis.gyp

Issue 881403003: Rename gdata_errorcode.h to drive_api_error_codes.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typos in BUILD.gn Created 5 years, 11 months 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
Index: google_apis/google_apis.gyp
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
index 08db713e1e12d13d823077592faed6516bc88af3..7383181cf8a9dfa1567233e6deb503c5c0bc2f66 100644
--- a/google_apis/google_apis.gyp
+++ b/google_apis/google_apis.gyp
@@ -48,6 +48,8 @@
'drive/auth_service_observer.h',
'drive/base_requests.cc',
'drive/base_requests.h',
+ 'drive/drive_api_error_codes.cc',
+ 'drive/drive_api_error_codes.h',
'drive/drive_api_parser.cc',
'drive/drive_api_parser.h',
'drive/drive_api_requests.cc',
@@ -55,8 +57,6 @@
'drive/drive_api_url_generator.cc',
'drive/drive_api_url_generator.h',
'drive/drive_common_callbacks.h',
- 'drive/gdata_errorcode.cc',
- 'drive/gdata_errorcode.h',
'drive/request_sender.cc',
'drive/request_sender.h',
'drive/request_util.cc',

Powered by Google App Engine
This is Rietveld 408576698