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 /webkit/webkit.gyp | |
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 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 170e167..37bebde 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -1564,30 +1564,4 @@ ], }, ], # targets - 'conditions': [ - ['OS=="linux"', { - # See the comments in libxul_hack.cc for a description of why these - # libraries exist. - 'targets': [ - { - # We want to build exactly "libxul.so". - 'target_name': 'xul', - 'product_dir': '<(PRODUCT_DIR)', - 'type': 'loadable_module', - 'sources': [ - 'tools/libxul_hack/libxul_hack.cc' - ], - }, - { - # We want to build exactly "libxpcom.so". - 'target_name': 'xpcom', - 'product_dir': '<(PRODUCT_DIR)', - 'type': 'loadable_module', - 'sources': [ - 'tools/libxul_hack/libxpcom_hack.cc' - ], - }, - ], # targets - }], - ], # conditions } |