Files
ce_cdm/third_party/generate_proto_cc.gyp
2024-03-28 19:15:22 -07:00

44 lines
1.1 KiB
Python

{
'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',
},
},
]
}