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

Unified Diff: third_party/widevine/cdm/android/widevine_cdm_version.h

Issue 772043004: Replace WIDEVINE_CDM_AVAILABLE with a gyp define 'enable_widevine_cdm'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix #endif Created 6 years 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 | « third_party/widevine/cdm/BUILD.gn ('k') | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/android/widevine_cdm_version.h
diff --git a/third_party/widevine/cdm/android/widevine_cdm_version.h b/third_party/widevine/cdm/android/widevine_cdm_version.h
index c1584cfdd2a2d0231158f53dc24f24eee71bff71..5ea025525b972a95dc1931c5e26acdaa5a137e94 100644
--- a/third_party/widevine/cdm/android/widevine_cdm_version.h
+++ b/third_party/widevine/cdm/android/widevine_cdm_version.h
@@ -7,12 +7,6 @@
#include "third_party/widevine/cdm/widevine_cdm_common.h"
-// Indicates that the Widevine CDM is available.
-#define WIDEVINE_CDM_AVAILABLE
-
-// Indicates that AVC1 decoding is available for ISO BMFF CENC.
-#define WIDEVINE_CDM_AVC1_SUPPORT_AVAILABLE
-// Indicates that AAC decoding is available for ISO BMFF CENC.
-#define WIDEVINE_CDM_AAC_SUPPORT_AVAILABLE
+// Widevine is provided by the platform, so there is no version information.
#endif // WIDEVINE_CDM_VERSION_H_
« no previous file with comments | « third_party/widevine/cdm/BUILD.gn ('k') | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698