From b15c621508706186327310647be5a9353ba741bd Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 29 Dec 2014 20:24:32 +0000 Subject: Initial revision --- chromium-dev/build/patches/chromium_widevine.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 chromium-dev/build/patches/chromium_widevine.patch (limited to 'chromium-dev') diff --git a/chromium-dev/build/patches/chromium_widevine.patch b/chromium-dev/build/patches/chromium_widevine.patch new file mode 100644 index 00000000..ad78a8bf --- /dev/null +++ b/chromium-dev/build/patches/chromium_widevine.patch @@ -0,0 +1,20 @@ +--- a/third_party/widevine/cdm/widevine_cdm.gyp 2014-09-05 22:56:05.564694269 +0200 ++++ b/third_party/widevine/cdm/widevine_cdm.gyp 2014-09-07 12:58:18.112607071 +0200 +@@ -7,7 +7,7 @@ + 'widevine_cdm_version_h_file%': 'widevine_cdm_version.h', + 'widevine_cdm_binary_files%': [], + 'conditions': [ +- [ 'branding == "Chrome"', { ++ [ 'branding == "Chrome" or branding == "Chromium"', { + 'conditions': [ + [ 'chromeos == 1', { + 'widevine_cdm_version_h_file%': +@@ -54,7 +54,7 @@ + 'target_name': 'widevinecdmadapter', + 'type': 'none', + 'conditions': [ +- [ 'branding == "Chrome" and enable_pepper_cdms==1', { ++ [ '( branding == "Chrome" or branding == "Chromium" ) and enable_pepper_cdms==1', { + 'dependencies': [ + '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp', + '<(DEPTH)/media/media_cdm_adapter.gyp:cdmadapter', -- cgit v1.2.3-79-gdb01