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

Unified Diff: webkit/tools/test_shell/SConscript

Issue 8131: More stubbing out. With this and the rest of Linux pending, test_shell links. (Closed)
Patch Set: It links 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
Index: webkit/tools/test_shell/SConscript
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index ec3bf0237450649540cc4fc7183db9ac70d668a5..b00dfdaf0c107b3cb00a9cf20d239737afd93c5a 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -115,7 +115,7 @@ elif env['PLATFORM'] == 'posix':
input_files.extend([
'gtk/test_shell.cc',
'gtk/webwidget_host.cc',
- 'gtk/webview_host.cc'
+ 'gtk/webview_host.cc',
])
lib = env.ChromeStaticLibrary('test_shell', input_files)
« no previous file with comments | « webkit/port/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp ('k') | webkit/tools/test_shell/gtk/test_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698