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

Unified Diff: media/media.gyp

Issue 1957643002: media: Move widevine CDM targets to WidevineCdm folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: @loader_path/. 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.gyp
diff --git a/media/media.gyp b/media/media.gyp
index f3387a790b51a76b555e8904c75f7082829a8600..fc6b155a4b368c5625000404474715dfb0ff292b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1327,6 +1327,13 @@
'sources': [
'cdm/cdm_adapter_unittest.cc',
],
+ 'conditions': [
+ ['OS == "mac"', {
+ 'xcode_settings': {
+ 'LD_RUNPATH_SEARCH_PATHS' : [ '@executable_path/ClearKeyCdm' ],
+ },
+ }]
+ ],
}],
['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
'sources': [

Powered by Google App Engine
This is Rietveld 408576698