diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-12 02:04:18 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-12 02:04:18 +0000 |
commit | d4b8eeef387561e1bc498e0cd632ba145637f7ed (patch) | |
tree | 6a65dd2249dae7fbf61cd92647e78c09cfb82208 /chrome | |
parent | cc0aa667a39001877d998d81a5eb532c9be0207a (diff) | |
download | chromium_src-d4b8eeef387561e1bc498e0cd632ba145637f7ed.zip chromium_src-d4b8eeef387561e1bc498e0cd632ba145637f7ed.tar.gz chromium_src-d4b8eeef387561e1bc498e0cd632ba145637f7ed.tar.bz2 |
linux: drop my libxul hack; it didn't work
I think I misunderstood nspluginwrapper, and it didn't actually work
on the machine I thought I had tested it on.
Review URL: http://codereview.chromium.org/195075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index b959019..bef409d 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2206,10 +2206,6 @@ '../build/linux/system.gyp:gtk', '../build/linux/system.gyp:nss', '../base/base.gyp:linux_versioninfo', - # Build placeholder libraries to work around buggy plugins; - # see webkit.gyp for details. - '../webkit/webkit.gyp:xul', - '../webkit/webkit.gyp:xpcom', ], 'sources!': [ 'browser/views/extensions/extension_shelf.cc', |