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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 10915226: OBSOLETE - Move drive.proto to browser/google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 591e108d9b26cf2af8042501020ae883c3831087..a809eb976f7bdc9fc5ebb3e68012e61bf4664723 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -37,7 +37,6 @@
'common_net',
'contacts_proto',
'debugger',
- 'drive_proto',
'feedback_proto',
'in_memory_url_index_cache_proto',
'installer_util',
@@ -746,16 +745,5 @@
}],
],
},
- {
- # Protobuf compiler / generator for the Drive protocol buffer.
- 'target_name': 'drive_proto',
- 'type': 'static_library',
- 'sources': [ 'browser/chromeos/gdata/drive.proto' ],
- 'variables': {
- 'proto_in_dir': 'browser/chromeos/gdata',
- 'proto_out_dir': 'chrome/browser/chromeos/gdata',
- },
- 'includes': [ '../build/protoc.gypi' ]
- },
],
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698