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

Unified Diff: webkit/glue/SConscript

Issue 28119: Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces... (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
« no previous file with comments | « webkit/build/WebKit/WebKit.vsprops ('k') | webkit/glue/chromium_bridge_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/SConscript
===================================================================
--- webkit/glue/SConscript (revision 10343)
+++ webkit/glue/SConscript (working copy)
@@ -7,8 +7,12 @@
env = env.Clone()
env.Append(
+ CPPDEFINES = [
+ 'WEBKIT_USING_SKIA'
+ ],
CPPPATH = [
'$WEBKIT_DIR/build/WebCore',
+ '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/public',
],
LIBS = [
'port',
@@ -75,6 +79,7 @@
'resource_loader_bridge.cc',
'searchable_form_data.cc',
'stacking_order_iterator.cc',
+ 'webclipboard_impl.cc',
'webcursor.cc',
'webdatasource_impl.cc',
'webdocumentloader_impl.cc',
@@ -82,6 +87,7 @@
'webframe_impl.cc',
'webframeloaderclient_impl.cc',
'webhistoryitem_impl.cc',
+ 'webkit_client_impl.cc',
'webkit_glue.cc',
'webmediaplayer_impl.cc',
'webplugin_delegate.cc',
« no previous file with comments | « webkit/build/WebKit/WebKit.vsprops ('k') | webkit/glue/chromium_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698