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

Unified Diff: chrome/chrome_browser.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/browser/ui/webui/feedback_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | 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 ea0dcef4b659ff23ce17c091ea384d404a031edc..d8472592ccb7b7b341058a5ea0bafd615cf85767 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -25,6 +25,7 @@
'common/extensions/api/api.gyp:api',
'common_net',
'debugger',
+ 'drive_proto',
'in_memory_url_index_cache_proto',
'installer_util',
'safe_browsing_proto',
@@ -2749,6 +2750,17 @@
},
'includes': [ '../build/protoc.gypi' ]
},
+ {
+ # Protobuf compiler / generator for the Drive protocol buffer.
+ 'target_name': 'drive_proto',
+ 'type': 'static_library',
+ 'sources': [ 'browser/google_apis/drive.proto' ],
+ 'variables': {
+ 'proto_in_dir': 'browser/google_apis',
+ 'proto_out_dir': 'chrome/browser/google_apis',
+ },
+ 'includes': [ '../build/protoc.gypi' ]
+ },
],
'conditions': [
['OS == "android"', {
« no previous file with comments | « chrome/browser/ui/webui/feedback_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698