| // Copyright 2016 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 CHROME_BROWSER_MEDIA_PEPPER_CDM_TEST_CONSTANTS_H_ |
| #define CHROME_BROWSER_MEDIA_PEPPER_CDM_TEST_CONSTANTS_H_ |
| |
| // Base path for Clear Key CDM (relative to the chrome executable). |
| extern const char kClearKeyCdmBaseDirectory[]; |
| |
| // Platform-specific filename relative to kClearKeyCdmBaseDirectory. |
| extern const char kClearKeyCdmAdapterFileName[]; |
| |
| // Display name for Clear Key CDM. |
| extern const char kClearKeyCdmDisplayName[]; |
| |
| // Pepper type for Clear Key CDM. |
| extern const char kClearKeyCdmPepperMimeType[]; |
| |
| #endif // CHROME_BROWSER_MEDIA_PEPPER_CDM_TEST_CONSTANTS_H_ |