diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-13 15:45:20 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-13 15:45:20 +0000 |
commit | 902dd29a4b6c5187570f30946d1772513d33e46e (patch) | |
tree | 3f34e5ce8d01142e9e6444801021a4992722c5c0 /webkit/SConscript | |
parent | e9fb4cf4776afdc09dce3e4d244b629eef8397c3 (diff) | |
download | chromium_src-902dd29a4b6c5187570f30946d1772513d33e46e.zip chromium_src-902dd29a4b6c5187570f30946d1772513d33e46e.tar.gz chromium_src-902dd29a4b6c5187570f30946d1772513d33e46e.tar.bz2 |
Minimal change to make test_shell_tests link and run zero tests on Linux.
Review URL: http://codereview.chromium.org/1603
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3288 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 a02b097..2b48314 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -211,6 +211,7 @@ sconscript_dirs = [ 'glue/SConscript', 'glue/plugins/test/SConscript', 'tools/npapi_layout_test_plugin/SConscript', + 'tools/test_shell/SConscript', ] if env['PLATFORM'] == 'win32': # These extra dirs aren't win32-specific, they're just the dirs that @@ -222,7 +223,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/test_shell/SConscript', ]) env.Append( |