From 2af3e370192e72abab6db1fd8e2febc36bf22934 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Sun, 28 Apr 2013 00:22:49 +0000 Subject: 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 --- chrome/chrome_common.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/chrome_common.gypi') 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', ], -- cgit v1.1