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

Unified Diff: third_party/modp_b64/modp_b64.scons

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 | « third_party/lzma_sdk/lzma_sdk.scons ('k') | third_party/sqlite/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/modp_b64/modp_b64.scons
diff --git a/third_party/modp_b64/modp_b64.scons b/third_party/modp_b64/modp_b64.scons
index bdc116246073e2714c7f8cef928209ed546d3032..f114e8e9342543df101698def1200e892ecb1a86 100644
--- a/third_party/modp_b64/modp_b64.scons
+++ b/third_party/modp_b64/modp_b64.scons
@@ -22,7 +22,7 @@ input_files = [
'modp_b64.cc',
]
-env.ChromeStaticLibrary('modp_b64', input_files)
+env.ChromeLibrary('modp_b64', input_files)
env.ChromeMSVSProject('$MODP_B64_DIR/modp_b64.vcproj',
guid='{7100F41F-868D-4E99-80A2-AF8E6574749D}')
« no previous file with comments | « third_party/lzma_sdk/lzma_sdk.scons ('k') | third_party/sqlite/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698