Source release 18.5.0
This commit is contained in:
43
third_party/generate_proto_cc.gyp
vendored
Normal file
43
third_party/generate_proto_cc.gyp
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
'includes': [
|
||||
'../cdm/platform_properties.gypi',
|
||||
],
|
||||
'targets': [
|
||||
{
|
||||
'toolsets' : [ 'target' ],
|
||||
'target_name': 'generate_license_protocol',
|
||||
'type': 'none',
|
||||
'standalone_static_library': 0,
|
||||
'hard_dependency': 1,
|
||||
'includes': [ 'protoc.gypi' ],
|
||||
'sources': [ '<(DEPTH)/core/src/license_protocol.proto' ],
|
||||
'variables': {
|
||||
'proto_in_dir': '<(DEPTH)/core/src',
|
||||
},
|
||||
},
|
||||
{
|
||||
'toolsets' : [ 'target' ],
|
||||
'target_name': 'generate_device_files',
|
||||
'type': 'none',
|
||||
'standalone_static_library': 0,
|
||||
'hard_dependency': 1,
|
||||
'includes': [ 'protoc.gypi' ],
|
||||
'sources': [ '<(DEPTH)/core/src/device_files.proto' ],
|
||||
'variables': {
|
||||
'proto_in_dir': '<(DEPTH)/core/src',
|
||||
},
|
||||
},
|
||||
{
|
||||
'toolsets' : [ 'target' ],
|
||||
'target_name': 'generate_metrics_proto',
|
||||
'type': 'none',
|
||||
'standalone_static_library': 0,
|
||||
'hard_dependency': 1,
|
||||
'includes': [ 'protoc.gypi' ],
|
||||
'sources': [ '<(DEPTH)/metrics/src/wv_metrics.proto' ],
|
||||
'variables': {
|
||||
'proto_in_dir': '<(DEPTH)/metrics/src',
|
||||
},
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user