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

Unified Diff: chrome/chrome_browser.gypi

Issue 10836354: Rename GData* to Drive* in gdata.proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for comments. Created 8 years, 4 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
« no previous file with comments | « chrome/browser/ui/webui/feedback_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 80b12aae5591805df63f7f7b25b213fc1bc0ccb9..c95e6a3c335658821460baeaafecfb8fd291d52b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -29,7 +29,7 @@
'safe_browsing_proto',
'safe_browsing_report_proto',
'feedback_proto',
- 'gdata_proto',
+ 'drive_proto',
'contacts_proto',
'variations_seed_proto',
'../build/temp_gyp/googleurl.gyp:googleurl',
@@ -5548,10 +5548,10 @@
'includes': [ '../build/protoc.gypi' ]
},
{
- # Protobuf compiler / generator for the GData protocol buffer.
- 'target_name': 'gdata_proto',
+ # Protobuf compiler / generator for the Drive protocol buffer.
+ 'target_name': 'drive_proto',
'type': 'static_library',
- 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
+ 'sources': [ 'browser/chromeos/gdata/drive.proto' ],
'variables': {
'proto_in_dir': 'browser/chromeos/gdata',
'proto_out_dir': 'chrome/browser/chromeos/gdata',
« no previous file with comments | « chrome/browser/ui/webui/feedback_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698