summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-29 20:24:32 +0000
committer Eric Hameleers <alien@slackware.com>2014-12-29 20:24:32 +0000
commitb15c621508706186327310647be5a9353ba741bd (patch)
treecbe2fcf190b4c052af110f1b9d50ebea629b2e47 /chromium-dev
parentf2789230d664676a7708f6ce918032dc58816b7c (diff)
downloadasb-b15c621508706186327310647be5a9353ba741bd.tar.gz
asb-b15c621508706186327310647be5a9353ba741bd.tar.xz
Initial revision
Diffstat (limited to 'chromium-dev')
-rw-r--r--chromium-dev/build/patches/chromium_widevine.patch20
1 files changed, 20 insertions, 0 deletions
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',