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

Unified Diff: third_party/widevine/cdm/widevine_cdm.gyp

Issue 1070253002: Allow widevinecdmadapter to be built in Chromium with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change todos Created 5 years, 8 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 | « third_party/widevine/cdm/widevine.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/widevine_cdm.gyp
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp
index 7161160333fa5b2cb8d3fcdb40550b934843bbc0..ac455476fce9c344b3b5f6e7213b04102f461198 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -66,7 +66,7 @@
# anything to be done in this file (instead of a higher-level .gyp file).
'targets': [
{
- # GN version: //third_party/widevine/cdm:adapter_resources
+ # GN version: //third_party/widevine/cdm:widevinecdmadapter_resources
'target_name': 'widevinecdmadapter_resources',
'type': 'none',
'conditions': [
@@ -94,7 +94,7 @@
],
},
{
- # GN version: //third_party/widevine/cdm:adapter
+ # GN version: //third_party/widevine/cdm:widevinecdmadapter
'target_name': 'widevinecdmadapter',
'type': 'none',
'conditions': [
@@ -143,7 +143,7 @@
}],
},
{
- # GN version: //third_party/widevine/cdm:binaries
+ # GN version: //third_party/widevine/cdm:widevinecdm
'target_name': 'widevinecdm',
'type': 'none',
'conditions': [
@@ -181,6 +181,7 @@
],
'defines': ['CDM_IMPLEMENTATION'],
'dependencies': [
+ 'widevine_cdm_version_h',
'<(DEPTH)/base/base.gyp:base',
],
'sources': [
@@ -191,6 +192,7 @@
],
},
{
+ # GN version: //third_party/widevine/cdm:widevine_test_license_server
'target_name': 'widevine_test_license_server',
'type': 'none',
'conditions': [
« no previous file with comments | « third_party/widevine/cdm/widevine.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698