diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-28 00:22:49 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-28 00:22:49 +0000 |
commit | 2af3e370192e72abab6db1fd8e2febc36bf22934 (patch) | |
tree | a198d570c601cc7d1117b20919ff247b3095109b /chrome/chrome_common.gypi | |
parent | 6b4c1d4d39f37b8356fe6158866dc10004ccdc3b (diff) | |
download | chromium_src-2af3e370192e72abab6db1fd8e2febc36bf22934.zip chromium_src-2af3e370192e72abab6db1fd8e2febc36bf22934.tar.gz chromium_src-2af3e370192e72abab6db1fd8e2febc36bf22934.tar.bz2 |
Revert r196939 "Add Widevine CDM component installer."
> Add Widevine CDM component installer.
>
> This CL adds a component installer for Widevine CDM on Windows and Mac. Note that it uses a fake extension ID which will be replaced when we have the real one. Also the component is not registered in chrome_browser_main.cc yet. We need to have the real CDMs uploaded to the server to fully test and enable this feature.
>
> BUG=180260
> TEST=Tested local operations (registering plugin, remove old versions, etc) on Linux without sandbox. Will need to test against the server later
Reason: Broke chrome linux build
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux/builds/29780
LINK(target) out/Release/test_shell: Finished
LINK(target) out/Release/content_unittests: Finished
out/Release/obj.target/chrome/../common_constants/chrome/common/chrome_paths.o: In function `.L43':
/b/build/slave/google-chrome-rel-linux/build/src/chrome/common/chrome_paths.cc:363: undefined reference to `kWidevineCdmBaseDirectory'
collect2: ld returned 1 exit status
make: *** [out/Release/remoting_unittests] Error 1
LINK(target) out/Release/content_shell: Finished
TOUCH out/Release/obj.target/content/content_shell_builder.stamp
TBR=xhwang@chromium.org
BUG=180260
Review URL: https://codereview.chromium.org/14417012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 162e051..0360a90 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -411,8 +411,6 @@ 'common/web_apps.h', 'common/web_resource/web_resource_unpacker.cc', 'common/web_resource/web_resource_unpacker.h', - 'common/widevine_cdm_constants.cc', - 'common/widevine_cdm_constants.h', 'common/worker_thread_ticker.cc', 'common/worker_thread_ticker.h', ], |