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_constants.gyp | |
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_constants.gyp')
-rw-r--r-- | chrome/common_constants.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp index cabdd0c..7020f80 100644 --- a/chrome/common_constants.gyp +++ b/chrome/common_constants.gyp @@ -32,6 +32,8 @@ 'common/pref_font_webkit_names.h', 'common/pref_names.cc', 'common/pref_names.h', + 'common/widevine_cdm_constants.cc', + 'common/widevine_cdm_constants.h', ], 'actions': [ { |