Source release 18.5.0
This commit is contained in:
58
cdm/cdm.gyp
58
cdm/cdm.gyp
@@ -15,6 +15,7 @@
|
||||
'variables': {
|
||||
'has_dual_key%': 'false',
|
||||
'embedded_cert%': '',
|
||||
'support_embedded_cert_functions%': 'false',
|
||||
},
|
||||
'targets': [
|
||||
{
|
||||
@@ -23,12 +24,20 @@
|
||||
'type': 'static_library',
|
||||
'standalone_static_library': 1,
|
||||
'hard_dependency': 1,
|
||||
'includes': ['../third_party/protoc.gypi'],
|
||||
'includes': ['../third_party/disable_warnings.gypi'],
|
||||
'dependencies': [ '<(proto_gen_gyp_path):generate_license_protocol' ],
|
||||
'sources': [
|
||||
'../core/src/license_protocol.proto',
|
||||
'<(proto_cc_dir)/license_protocol.pb.cc'
|
||||
],
|
||||
'variables': {
|
||||
'proto_in_dir': '../core/src',
|
||||
'include_dirs': [
|
||||
'<(proto_cc_dir)',
|
||||
'<(DEPTH)/third_party/protobuf/src'
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'<(proto_cc_dir)',
|
||||
'<(DEPTH)/third_party/protobuf/src'
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -37,10 +46,20 @@
|
||||
'type': 'static_library',
|
||||
'standalone_static_library': 1,
|
||||
'hard_dependency': 1,
|
||||
'includes': ['../third_party/protoc.gypi'],
|
||||
'sources': ['../core/src/device_files.proto',],
|
||||
'variables': {
|
||||
'proto_in_dir': '../core/src',
|
||||
'includes': ['../third_party/disable_warnings.gypi'],
|
||||
'dependencies': [ '<(proto_gen_gyp_path):generate_device_files' ],
|
||||
'sources': [
|
||||
'<(proto_cc_dir)/device_files.pb.cc'
|
||||
],
|
||||
'include_dirs': [
|
||||
'<(proto_cc_dir)',
|
||||
'<(DEPTH)/third_party/protobuf/src'
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'<(proto_cc_dir)',
|
||||
'<(DEPTH)/third_party/protobuf/src'
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -49,10 +68,20 @@
|
||||
'type': 'static_library',
|
||||
'standalone_static_library': 1,
|
||||
'hard_dependency': 1,
|
||||
'includes': ['../third_party/protoc.gypi'],
|
||||
'sources': ['../metrics/src/wv_metrics.proto',],
|
||||
'variables': {
|
||||
'proto_in_dir': '../metrics/src',
|
||||
'includes': ['../third_party/disable_warnings.gypi'],
|
||||
'dependencies': [ '<(proto_gen_gyp_path):generate_metrics_proto' ],
|
||||
'sources': [
|
||||
'<(proto_cc_dir)/wv_metrics.pb.cc'
|
||||
],
|
||||
'include_dirs': [
|
||||
'<(proto_cc_dir)',
|
||||
'<(DEPTH)/third_party/protobuf/src'
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'<(proto_cc_dir)',
|
||||
'<(DEPTH)/third_party/protobuf/src'
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -178,6 +207,11 @@
|
||||
'../core/src/oemcrypto_ota_stubs.cpp',
|
||||
],
|
||||
}],
|
||||
['support_embedded_cert_functions=="false"', {
|
||||
'sources': [
|
||||
'../core/src/oemcrypto_embedded_cert_stubs.cpp',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}, # widevine_cdm_core target
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user