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

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

Issue 23975003: Add widevine_cdm_version.h to gyp for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor fix Created 7 years, 3 months 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
new file mode 100644
index 0000000000000000000000000000000000000000..d22411ec256ffc5954cb34dd99f923738737d9f8
--- /dev/null
+++ b/third_party/widevine/cdm/android/widevine_cdm_version.h
@@ -0,0 +1,25 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef WIDEVINE_CDM_VERSION_H_
+#define WIDEVINE_CDM_VERSION_H_
+
+#include "third_party/widevine/cdm/widevine_cdm_common.h"
+
+// Indicates that the Widevine CDM is available.
+#define WIDEVINE_CDM_AVAILABLE
+
+// TODO(ddorwin): Remove when we have CDM availability detection
+// (http://crbug.com/224793).
+#define DISABLE_WIDEVINE_CDM_CANPLAYTYPE
+
+// Indicates that ISO BMFF CENC support is available in the Widevine CDM.
+// Must be enabled if any of the codecs below are enabled.
+#define WIDEVINE_CDM_CENC_SUPPORT_AVAILABLE
ddorwin 2013/09/05 17:48:43 This doesn't mean the same thing (anything?) in th
+// 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