From 720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03 Mon Sep 17 00:00:00 2001 From: "xhwang@chromium.org" Date: Mon, 29 Apr 2013 17:36:05 +0000 Subject: 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 --- chrome/common/chrome_paths.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/common/chrome_paths.h') 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 -- cgit v1.1