diff options
Diffstat (limited to 'components/drive.gypi')
-rw-r--r-- | components/drive.gypi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/components/drive.gypi b/components/drive.gypi index d01f420..730636c 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', |