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

Unified Diff: webkit/glue/SConscript

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 9942)
+++ webkit/glue/SConscript (working copy)
@@ -65,6 +65,7 @@
'plugins/plugin_string_stream.cc',
'resource_fetcher.cc',
'resource_handle_impl.cc',
+ 'resource_loader_bridge.cc',
'searchable_form_data.cc',
'stacking_order_iterator.cc',
'webcursor.cc',
@@ -76,10 +77,12 @@
'webhistoryitem_impl.cc',
'webkit_glue.cc',
'webmediaplayer_impl.cc',
+ 'webplugin_delegate.cc',
'webplugin_impl.cc',
'webtextinput_impl.cc',
'weburlrequest_impl.cc',
'webwidget_impl.cc',
+ 'webview_delegate.cc',
'webview_impl.cc',
]

Powered by Google App Engine
This is Rietveld 408576698