From e614262b18654a1a62da00d5a8e4d3de3eda9f81 Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Wed, 24 Sep 2008 00:11:25 +0000 Subject: port some parts of webkit/glue/plugins/test to Linux these are not all parts (about a half), but still something MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=1949 Patch from Paweł Hajdan jr . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2534 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/SConscript') 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', -- cgit v1.1