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

Unified Diff: webkit/build/WebCore/SConscript

Issue 27226: Fix Linux shared build breakage due to new sources in WebKit scons. (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 | « no previous file | no next file » | 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 32e3bd1bde7478fe60a2da93a47fc05b4aa61fce..0c8040a9ca68b2b120abbc109b8e6b149160213a 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -35,6 +35,7 @@ env.Append(
'$THIRD_PARTY_DIR/sqlite/preprocessed'
],
LIBS = [
+ 'WebKit',
'V8Bindings',
'JavaScriptCore_pcre',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698