diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-24 01:29:14 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-24 01:29:14 +0000 |
commit | d0a01f18de2315d078336f1209f23b1c05fbebf6 (patch) | |
tree | 7aa35f42736af5a479c699ec41318dfacc6da17f /webkit/SConscript | |
parent | 145da81db9a1f299cb0276b7373d9b8b0228ce32 (diff) | |
download | chromium_src-d0a01f18de2315d078336f1209f23b1c05fbebf6.zip chromium_src-d0a01f18de2315d078336f1209f23b1c05fbebf6.tar.gz chromium_src-d0a01f18de2315d078336f1209f23b1c05fbebf6.tar.bz2 |
my efforts of porting webkit/tools/npapi_layout_test_plugin to Linux
libnpapi_layout_test_plugin.so gets created, but I don't know
how to check whether it works
BUG=1327
Patch from Paweł Hajdan jr <phajdan.jr@gmail.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript')
-rw-r--r-- | webkit/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/SConscript b/webkit/SConscript index 5e77b4b..92849f7 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -154,6 +154,7 @@ sconscript_dirs = [ 'default_plugin/SConscript', 'glue/SConscript', 'glue/plugins/test/SConscript', + 'tools/npapi_layout_test_plugin/SConscript', ] if env['PLATFORM'] == 'win32': # These extra dirs aren't win32-specific, they're just the dirs that @@ -165,7 +166,6 @@ if env['PLATFORM'] == 'win32': 'build/WebCore/SConscript', # This almost works on linux. It requires # some changes to WebKit that we'll get # in the merge. - 'tools/npapi_layout_test_plugin/SConscript', 'tools/test_shell/SConscript', 'tools/test_shell/resources/fonts/SConscript', ]) |