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

Unified Diff: third_party/sqlite/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 | « third_party/modp_b64/modp_b64.scons ('k') | third_party/zlib/zlib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/SConscript
diff --git a/third_party/sqlite/SConscript b/third_party/sqlite/SConscript
index 3c891b8e0c74134154b1a01ecf7a1ccf52258da3..eb69b44625b86e46e9d42b0be4bc53238fa341ab 100644
--- a/third_party/sqlite/SConscript
+++ b/third_party/sqlite/SConscript
@@ -91,7 +91,7 @@ input_files = [
'where.c',
]
-env.ChromeStaticLibrary('sqlite', input_files)
+env.ChromeLibrary('sqlite', input_files)
env.ChromeMSVSProject('$SQLITE_DIR/sqlite.vcproj',
guid='{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}')
« no previous file with comments | « third_party/modp_b64/modp_b64.scons ('k') | third_party/zlib/zlib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698