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

Unified Diff: google_apis/BUILD.gn

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/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index 265787a515a6f0c381fd3d57f5bf8a0606fedfd2..3546c1da97c6dea133bd666c98b8e400f4f78d61 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -144,6 +144,8 @@ source_set("google_apis") {
"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",
@@ -151,8 +153,6 @@ source_set("google_apis") {
"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