diff options
author | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-12 16:46:47 +0000 |
---|---|---|
committer | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-12 16:46:47 +0000 |
commit | 56ec6a8180247765008612ce2e18a79c0d4fb149 (patch) | |
tree | 4dbd35cb4c372c4a674d038253d443974b4b108f /chrome/chrome_dll.gypi | |
parent | 1d34b6cd3f7ef3c289db553c9724dbde4f10d328 (diff) | |
download | chromium_src-56ec6a8180247765008612ce2e18a79c0d4fb149.zip chromium_src-56ec6a8180247765008612ce2e18a79c0d4fb149.tar.gz chromium_src-56ec6a8180247765008612ce2e18a79c0d4fb149.tar.bz2 |
Build the Widevine CDM plugin.
BUG=149772
Review URL: https://chromiumcodereview.appspot.com/11118006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index d7c8c07..0328b3f 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -268,6 +268,7 @@ # will also need to be put into the bundle. '../third_party/adobe/flash/flash_player.gyp:flash_player', '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', + '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmplugin', 'chrome_resources.gyp:packed_extra_resources', 'chrome_resources.gyp:packed_resources', ], @@ -382,6 +383,7 @@ }], ], }, + # TODO(ddorwin): Include CDM files in the Mac bundle. { # Copy of resources used by tests. 'destination': '<(PRODUCT_DIR)', |