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

Unified Diff: webkit/build/WebCore/SConscript

Issue 16477: Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the (Closed)
Patch Set: Created 12 years 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/V8Bindings/SConscript ('k') | webkit/default_plugin/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 621898e26427b6fa842b1c6a1775814ae982097e..517f170080ec8fd55af3e4b0cf4f051a261e4a47 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -951,7 +951,7 @@ if env.Bit('windows'):
env.Append(CCPCHFLAGS = ['/FIprecompiled_webkit.h'])
input_files += [obj]
-env.ChromeStaticLibrary('WebCore', input_files)
+env.ChromeLibrary('WebCore', input_files)
env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj',
dependencies = [
« no previous file with comments | « webkit/build/V8Bindings/SConscript ('k') | webkit/default_plugin/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698