diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-24 00:11:25 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-24 00:11:25 +0000 |
commit | e614262b18654a1a62da00d5a8e4d3de3eda9f81 (patch) | |
tree | d14dfebe8119c53887b8477422f070a297db9185 /webkit/SConscript | |
parent | f9d44aa6e5fdefae83b3e02effdd7376b31dd3ef (diff) | |
download | chromium_src-e614262b18654a1a62da00d5a8e4d3de3eda9f81.zip chromium_src-e614262b18654a1a62da00d5a8e4d3de3eda9f81.tar.gz chromium_src-e614262b18654a1a62da00d5a8e4d3de3eda9f81.tar.bz2 |
port some parts of webkit/glue/plugins/test to Linux
these are not all parts (about a half), but still something
BUG=1949
Patch from Paweł Hajdan jr <phajdan.jr@gmail.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2534 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 40da418..5e77b4b 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -153,6 +153,7 @@ sconscript_dirs = [ 'build/V8Bindings/SConscript', 'default_plugin/SConscript', 'glue/SConscript', + 'glue/plugins/test/SConscript', ] if env['PLATFORM'] == 'win32': # These extra dirs aren't win32-specific, they're just the dirs that @@ -164,7 +165,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. - 'glue/plugins/test/SConscript', 'tools/npapi_layout_test_plugin/SConscript', 'tools/test_shell/SConscript', 'tools/test_shell/resources/fonts/SConscript', |