summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-23 23:56:40 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-23 23:56:40 +0000
commita07cbae73ef54a6c5c8877cffd3e80a581ea7d8d (patch)
tree08f21eb2373c4cc287d8b682235a16e33fb15855 /webkit
parentb47da7280c58ec3467a5f48c409db08072be8989 (diff)
downloadchromium_src-a07cbae73ef54a6c5c8877cffd3e80a581ea7d8d.zip
chromium_src-a07cbae73ef54a6c5c8877cffd3e80a581ea7d8d.tar.gz
chromium_src-a07cbae73ef54a6c5c8877cffd3e80a581ea7d8d.tar.bz2
Fix Linux shared build breakage due to undefined references.
This compiles an empty file so we can generate the libplugin target needed by other targets. This whole file does compile (see r9934), but it doesn't link because of undefined refs to files which aren't compiling yet (e.g. npobject_proxy stuff). But we need some sources to build an empty lib, otherwise scons fails to link in skia (when linking with no source files, the -L flag is left off the linker command, so libs in the build directory can't be found). Review URL: http://codereview.chromium.org/27019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
0 files changed, 0 insertions, 0 deletions