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

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

Issue 2023383003: media: Fix widevine_cdm_manifest target (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 | « no previous file | 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 fcd0f7b4956ea17d639d3e43225fa51af2deb95f..94a541cb22caf28a5d2e99d3f2dc60559a75eb2c 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -170,7 +170,7 @@
'target_name': 'widevine_cdm_manifest',
'type': 'none',
'conditions': [
- [ 'branding == "Chrome"', {
+ [ 'widevine_cdm_manifest_file != []', {
'copies': [{
'destination': '<(PRODUCT_DIR)/WidevineCdm',
'files': [ '<(widevine_cdm_manifest_file)' ],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698