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

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: Switch to enable_widevine_cdm. 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
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..df7a53b3119ffa3ef909e1b49426abb0126f20b5 100644
--- a/third_party/widevine/cdm/android/widevine_cdm_version.h
+++ b/third_party/widevine/cdm/android/widevine_cdm_version.h
@@ -7,12 +7,4 @@
#include "third_party/widevine/cdm/widevine_cdm_common.h"
DaleCurtis 2014/12/12 23:07:28 What's the point of this file now? why not directl
ddorwin 2014/12/15 18:31:06 We assume that each platform has a version file.
sandersd (OOO until July 31) 2014/12/15 21:51:22 That's correct. It'll probably be a few separate C
-// 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
-
#endif // WIDEVINE_CDM_VERSION_H_

Powered by Google App Engine
This is Rietveld 408576698