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

Unified Diff: third_party/bzip2/bzip2.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/bspatch/bspatch.scons ('k') | third_party/libevent/libevent.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/bzip2/bzip2.scons
diff --git a/third_party/bzip2/bzip2.scons b/third_party/bzip2/bzip2.scons
index 843de847347944e95a74657986155733fed3f577..c1449065fb5c3421f19f52f5f93f1319c33e0665 100644
--- a/third_party/bzip2/bzip2.scons
+++ b/third_party/bzip2/bzip2.scons
@@ -38,7 +38,7 @@ input_files = [
'randtable.c',
]
-env.ChromeStaticLibrary('bzip2', input_files)
+env.ChromeLibrary('bzip2', input_files)
env.ChromeMSVSProject('$BZIP2_DIR/bzip2.vcproj',
guid='{2A70CBF0-847E-4E3A-B926-542A656DC7FE}')
« no previous file with comments | « third_party/bspatch/bspatch.scons ('k') | third_party/libevent/libevent.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698