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

Unified Diff: webkit/build/WebKit/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 | « chrome/renderer/renderer_glue.cc ('k') | webkit/build/WebKit/WebKit.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebKit/SConscript
===================================================================
--- webkit/build/WebKit/SConscript (revision 10343)
+++ webkit/build/WebKit/SConscript (working copy)
@@ -8,7 +8,8 @@
env.Append(
CPPDEFINES = [
- 'WEBKIT_IMPLEMENTATION'
+ 'WEBKIT_IMPLEMENTATION',
+ 'WEBKIT_USING_SKIA'
],
CPPPATH = [
'$WEBKIT_DIR/build/WebCore',
@@ -17,7 +18,12 @@
)
input_files = [
+ '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/ChromiumBridge.cpp',
+ '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebCString.cpp',
+ '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebImageSkia.cpp',
+ '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebKit.cpp',
'$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebString.cpp',
+ '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebURL.cpp',
]
env.ChromeLibrary('WebKit', input_files)
« no previous file with comments | « chrome/renderer/renderer_glue.cc ('k') | webkit/build/WebKit/WebKit.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698