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

Unified Diff: webkit/glue/SConscript

Issue 27054: Multiple fixes for broken Linux SHARED=1 build. (Closed)
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/WebCore/SConscript ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/SConscript
diff --git a/webkit/glue/SConscript b/webkit/glue/SConscript
index ba4c3516b5e0788f060ebaaf1e907c3e0eca9b4b..3d9b3e67d241dfa1006e2e98dbf447145fa3dd89 100644
--- a/webkit/glue/SConscript
+++ b/webkit/glue/SConscript
@@ -9,7 +9,14 @@ env = env.Clone()
env.Append(
CPPPATH = [
'$WEBKIT_DIR/build/WebCore',
- ]
+ ],
+ LIBS = [
+ 'port',
+ 'renderer',
+ 'V8Bindings',
+ 'WebCore',
+ 'WTF',
+ ],
)
if env.Bit('windows'):
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698