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

Unified Diff: components/drive.gypi

Issue 1243853002: Move chrome/browser/chromeos/drive/drive.proto into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_chromeos.gypi ('k') | components/drive/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive.gypi
diff --git a/components/drive.gypi b/components/drive.gypi
index d01f420167f04d002489528d2c286e552dfd84d1..730636c697baaf39eda0207d288e5545639d2830 100644
--- a/components/drive.gypi
+++ b/components/drive.gypi
@@ -12,6 +12,7 @@
'..',
],
'dependencies': [
+ 'drive_proto',
'../base/base.gyp:base',
'../components/components.gyp:invalidation_public',
@@ -49,6 +50,19 @@
},
{
+ # GN version: //components/drive:proto
+ # Protobuf compiler / generator for the Drive protocol buffer.
+ 'target_name': 'drive_proto',
+ 'type': 'static_library',
+ 'sources': [ 'drive/drive.proto' ],
+ 'variables': {
+ 'proto_in_dir': 'drive',
+ 'proto_out_dir': 'components/drive',
+ },
+ 'includes': [ '../build/protoc.gypi' ]
+ },
+
+ {
# GN version: //components/drive:test_support
'target_name': 'drive_test_support',
'type': 'static_library',
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/drive/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698