diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-29 17:36:05 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-29 17:36:05 +0000 |
commit | 720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03 (patch) | |
tree | de4d7dd135ec68bf6bd15be8843bd192d491d2da /chrome/common/chrome_paths.h | |
parent | 783b22dea0148ee262c89c7a69423dc26227853f (diff) | |
download | chromium_src-720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03.zip chromium_src-720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03.tar.gz chromium_src-720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03.tar.bz2 |
Reland r196939 "Add Widevine CDM component installer."
Fix since r196939: Move widevine_cdm_constants.* to chrome/common_constants.gyp.
TBR=brettw@chromium.org
BUG=180260
Review URL: https://codereview.chromium.org/14430004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 93912b2..c5dc2a5 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -90,11 +90,12 @@ enum { FILE_O3D_PLUGIN, // Full path to the O3D Pepper plugin file. FILE_O1D_PLUGIN, // Full path to the O1D Pepper plugin file. FILE_GTALK_PLUGIN, // Full path to the GTalk Pepper plugin file. + DIR_WIDEVINE_CDM, // Directory that contains Widevine CDM files. FILE_WIDEVINE_CDM_PLUGIN, // Full path to the Widevine CDM Pepper plugin // file. FILE_RESOURCES_PACK, // Full path to the .pak file containing // binary data (e.g., html files and images - // used by interal pages). + // used by internal pages). DIR_RESOURCES_EXTENSION, // Full path to extension resources. #if defined(OS_CHROMEOS) DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos |