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

Unified Diff: media/media_cdm.gypi

Issue 1957643002: media: Move widevine CDM targets to WidevineCdm folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fix Created 4 years, 7 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
Index: media/media_cdm.gypi
diff --git a/media/media_cdm.gypi b/media/media_cdm.gypi
index 5efcb3bd91c20094aca79b99d27c881121af696f..92438b5a926c2307ecb48c2d4631d26b1e119867 100644
--- a/media/media_cdm.gypi
+++ b/media/media_cdm.gypi
@@ -23,6 +23,7 @@
{
# GN version: //media/cdm/ppapi:clearkeycdm
'target_name': 'clearkeycdm',
+ 'product_dir': '<(PRODUCT_DIR)/ClearKeyCdm',
'type': 'none',
# TODO(tomfinegan): Simplify this by unconditionally including all the
# decoders, and changing clearkeycdm to select which decoder to use
@@ -115,6 +116,7 @@
{
# GN version: //media/cdm/ppapi:clearkeycdmadapter
'target_name': 'clearkeycdmadapter',
+ 'product_dir': '<(PRODUCT_DIR)/ClearKeyCdm',
'type': 'none',
# Check whether the plugin's origin URL is valid.
'defines': ['CHECK_DOCUMENT_URL'],
@@ -134,7 +136,7 @@
'libraries': [
'-lrt',
# Built by clearkeycdm.
- '<(PRODUCT_DIR)/libclearkeycdm.so',
+ '<(PRODUCT_DIR)/ClearKeyCdm/libclearkeycdm.so',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698