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

Unified Diff: webkit/tools/test_shell/SConscript

Issue 10905: Unfork test_shell_main_gtk back into test_shell_main. (Closed)
Patch Set: Created 12 years, 1 month 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
Index: webkit/tools/test_shell/SConscript
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index 1196123e065cc4dc6d469906a52e1f4f4b664240..efecbd6ed40c664a4047cd472a692e335012e2c4 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -142,7 +142,7 @@ if env['PLATFORM'] == 'win32':
]
elif env['PLATFORM'] == 'posix':
exe_input_files = [
- 'test_shell_main_gtk.cc',
+ 'test_shell_main.cc',
tony 2008/11/13 22:21:15 Nit: Can we remove this and the one 5 lines above
]
test_shell = env.ChromeProgram('test_shell', resources + exe_input_files)

Powered by Google App Engine
This is Rietveld 408576698