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

Unified Diff: webkit/activex_shim/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/SConscript.port ('k') | webkit/build/JavaScriptCore/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/activex_shim/SConscript
diff --git a/webkit/activex_shim/SConscript b/webkit/activex_shim/SConscript
index 41faa5dd5199e69d90bd690a493bd8c7641aee55..b136c1643953da5a49c85896d21a33fa5b69c4e1 100644
--- a/webkit/activex_shim/SConscript
+++ b/webkit/activex_shim/SConscript
@@ -39,7 +39,7 @@ input_files = [
'web_activex_site.cc',
]
-env.ChromeStaticLibrary('activex_shim', input_files)
+env.ChromeLibrary('activex_shim', input_files)
env.ChromeMSVSProject('$WEBKIT_DIR/activex_shim/activex_shim.vcproj',
dependencies = [
« no previous file with comments | « webkit/SConscript.port ('k') | webkit/build/JavaScriptCore/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698