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

Unified Diff: media/media_cdm.gypi

Issue 1978123002: Revert of media: Move widevine CDM targets to WidevineCdm folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/media.gyp ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_cdm.gypi
diff --git a/media/media_cdm.gypi b/media/media_cdm.gypi
index 83105e91c258bdac6e23a898eae012d02d5c8b19..5efcb3bd91c20094aca79b99d27c881121af696f 100644
--- a/media/media_cdm.gypi
+++ b/media/media_cdm.gypi
@@ -23,7 +23,6 @@
{
# 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
@@ -70,7 +69,7 @@
}],
['OS == "mac"', {
'xcode_settings': {
- 'DYLIB_INSTALL_NAME_BASE': '@rpath',
+ 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
},
}]
],
@@ -116,7 +115,6 @@
{
# 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'],
@@ -136,14 +134,9 @@
'libraries': [
'-lrt',
# Built by clearkeycdm.
- '<(PRODUCT_DIR)/ClearKeyCdm/libclearkeycdm.so',
+ '<(PRODUCT_DIR)/libclearkeycdm.so',
],
}],
- ['OS == "mac"', {
- 'xcode_settings': {
- 'LD_RUNPATH_SEARCH_PATHS' : [ '@loader_path/.' ],
- },
- }]
],
},
],
« no previous file with comments | « media/media.gyp ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698