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

Unified Diff: webkit/glue/SConscript

Issue 58008: Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/glue/SConscript
===================================================================
--- webkit/glue/SConscript (revision 12916)
+++ webkit/glue/SConscript (working copy)
@@ -135,7 +135,6 @@
'plugins/plugin_list_win.cc',
'plugins/plugin_stream_win.cc',
'webcursor_win.cc',
- 'webkit_glue_win.cc',
])
elif env.Bit('linux'):
input_files.extend([
@@ -143,7 +142,6 @@
'plugins/plugin_list_linux.cc',
'plugins/webplugin_delegate_impl_gtk.cc',
'webcursor_gtk.cc',
- 'webkit_glue_gtk.cc',
])
elif env.Bit('mac'):
input_files.extend([

Powered by Google App Engine
This is Rietveld 408576698