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

Unified Diff: webkit/default_plugin/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/WebCore/SConscript ('k') | webkit/glue/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/default_plugin/SConscript
diff --git a/webkit/default_plugin/SConscript b/webkit/default_plugin/SConscript
index 8b9047d6d147d556ed4d3c77e39ef2d7c59511b3..3c84f9a264d9e488848524abc5acf1a6a3ece853 100644
--- a/webkit/default_plugin/SConscript
+++ b/webkit/default_plugin/SConscript
@@ -50,7 +50,7 @@ if env.Bit('windows'):
'install_dialog.cc',
])
-env.ChromeStaticLibrary('default_plugin', input_files)
+env.ChromeLibrary('default_plugin', input_files)
env.ChromeMSVSProject('$WEBKIT_DIR/default_plugin/default_plugin.vcproj',
dependencies = [
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | webkit/glue/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698