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

Unified Diff: webkit/glue/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/default_plugin/SConscript ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/SConscript
diff --git a/webkit/glue/SConscript b/webkit/glue/SConscript
index 6670025504a9d53f4f44eccd4386ddad6d734071..26a2d743ea53b6c679dc6361316af8fd542c4811 100644
--- a/webkit/glue/SConscript
+++ b/webkit/glue/SConscript
@@ -132,7 +132,7 @@ if env.Bit('posix'):
'plugins/plugin_stream_posix.cc',
])
-env.ChromeStaticLibrary('glue', input_files)
+env.ChromeLibrary('glue', input_files)
env.ChromeMSVSProject('$WEBKIT_DIR/build/glue/glue.vcproj',
name = 'Glue',
« no previous file with comments | « webkit/default_plugin/SConscript ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698