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

Unified Diff: webkit/SConscript.port

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/SConscript.javascriptcore_pcre ('k') | webkit/activex_shim/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/SConscript.port
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index fdef9e4366c0bfc526c3ef4453dbc219b8eaaa50..d23902e29bb1985f792b21849d75276ab2c8d594 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -54,7 +54,7 @@ else:
'$PORT_DIR/bindings/v8/ScriptController.cpp',
])
-env.ChromeStaticLibrary("port", input_files)
+env.ChromeLibrary("port", input_files)
env.ChromeMSVSProject('$WEBKIT_DIR/build/port/port.vcproj',
name = 'Port',
« no previous file with comments | « webkit/SConscript.javascriptcore_pcre ('k') | webkit/activex_shim/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698