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

Side by Side Diff: third_party/widevine/cdm/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 unified diff | Download patch
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm_common.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This is a stand-in for a generated file that is available when the 5 // This is a stand-in for a generated file that is available when the
6 // Widevine CDM is available. 6 // Widevine CDM is available. To inquire about obtaining and distributing
7 // Widevine, contact widevine@google.com.
7 8
8 #ifndef WIDEVINE_CDM_VERSION_H_ 9 #ifndef WIDEVINE_CDM_VERSION_H_
9 #define WIDEVINE_CDM_VERSION_H_ 10 #define WIDEVINE_CDM_VERSION_H_
10 11
11 // If the Widevine CDM were available, we would include 12 // If the Widevine CDM were available, we would include
12 // third_party/widevine/cdm/widevine_cdm_common.h and define two things: 13 // third_party/widevine/cdm/widevine_cdm_common.h and define
13 // - WIDEVINE_CDM_AVAILABLE (to indicate availability), and 14 // WIDEVINE_CDM_VERSION_STRING as the version of the CDM, eg. "1.0.123.456".
14 // - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
15 // as a string, e.g., "1.0.123.456").
16 15
17 #endif // WIDEVINE_CDM_VERSION_H_ 16 #endif // WIDEVINE_CDM_VERSION_H_
OLDNEW
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698