diff options
author | dkovalev@chromium.org <dkovalev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 07:30:50 +0000 |
---|---|---|
committer | dkovalev@chromium.org <dkovalev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 07:30:50 +0000 |
commit | da743e8f38956985a85bdd7dbf9023e41b9a6adc (patch) | |
tree | c3dedfef91bbfba5b3b460a8b5206880f0752907 /chrome/chrome_exe.gypi | |
parent | d5b69d9ff645cd71bc03a8ea6368426b7e3326e9 (diff) | |
download | chromium_src-da743e8f38956985a85bdd7dbf9023e41b9a6adc.zip chromium_src-da743e8f38956985a85bdd7dbf9023e41b9a6adc.tar.gz chromium_src-da743e8f38956985a85bdd7dbf9023e41b9a6adc.tar.bz2 |
Renaming the CdmWrapper build targets.
TEST=CDM builds on all supported platforms.
Review URL: https://chromiumcodereview.appspot.com/12237003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 2c8824b..ba71ae6 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -427,7 +427,7 @@ # Copy CDM files to PRODUCT_DIR if applicable. Let the .gyp # file decide what to do on a per-OS basis; on Mac, internal plugins # go inside the framework, so this dependency is in chrome_dll.gypi. - '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmplugin', + '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', ], }], ['OS=="mac" and asan==1', { |