Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: webkit/SConscript

Issue 2983: gtk test shell (Closed)
Patch Set: rebase Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/SConscript.main ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/SConscript
diff --git a/webkit/SConscript b/webkit/SConscript
index a02b0972212b13b4ea43f719d9285076fd92ca50..2b4831448aa4dde9b418c87b416d46933f753001 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(
« no previous file with comments | « build/SConscript.main ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698