mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 15:12:49 +00:00
31 lines
1.4 KiB
Diff
31 lines
1.4 KiB
Diff
--- chromium-39.0.2171.95/third_party/widevine/cdm/widevine_cdm_version.h.orig 2014-12-10 05:36:13.000000000 +0100
|
|
+++ chromium-39.0.2171.95/third_party/widevine/cdm/widevine_cdm_version.h 2014-12-28 20:47:39.080795240 +0100
|
|
@@ -14,4 +14,8 @@
|
|
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
|
// as a string, e.g., "1.0.123.456").
|
|
|
|
+#include "third_party/widevine/cdm/widevine_cdm_common.h"
|
|
+#define WIDEVINE_CDM_AVAILABLE
|
|
+#define WIDEVINE_CDM_VERSION_STRING "@WIDEVINE_VERSION@"
|
|
+
|
|
#endif // WIDEVINE_CDM_VERSION_H_
|
|
--- chromium-39.0.2171.95/third_party/widevine/cdm/widevine_cdm.gyp.orig 2014-12-10 05:54:35.000000000 +0100
|
|
+++ chromium-39.0.2171.95/third_party/widevine/cdm/widevine_cdm.gyp 2014-12-28 20:50:48.163269989 +0100
|
|
@@ -7,7 +7,7 @@
|
|
'widevine_cdm_version_h_file%': 'widevine_cdm_version.h',
|
|
'widevine_cdm_binary_files%': [],
|
|
'conditions': [
|
|
- [ 'branding == "Chrome"', {
|
|
+ [ '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 == "Chromium" and enable_pepper_cdms==1', {
|
|
'dependencies': [
|
|
'<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp',
|
|
'<(DEPTH)/media/media_cdm_adapter.gyp:cdmadapter',
|