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

Unified Diff: webkit/build/WebCore/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 | « net/net_lib.scons ('k') | webkit/glue/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebCore/SConscript
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
index 0db8ffd59ea817d2f49c8d481d224c7352fa0a80..c9704c3514461bd70675a7d1905641e905321a4d 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -33,7 +33,11 @@ if env.Bit('posix'):
env.Append(
CPPPATH = [
'$THIRD_PARTY_DIR/sqlite/preprocessed'
- ]
+ ],
+ LIBS = [
+ 'V8Bindings',
+ 'JavaScriptCore_pcre',
+ ],
)
input_files = [
« no previous file with comments | « net/net_lib.scons ('k') | webkit/glue/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698