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

Unified Diff: sdch/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 | « sandbox/src/sandbox_lib.scons ('k') | skia/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/SConscript
diff --git a/sdch/SConscript b/sdch/SConscript
index 0c6d2e10c881b1ef81609523955439d482478ebc..6c70f45d9a0b5246f79b22011847a941825b1724 100644
--- a/sdch/SConscript
+++ b/sdch/SConscript
@@ -32,7 +32,7 @@ input_files = [
'$OPEN_VCDIFF_DIR/src/vcdiffengine.cc',
]
-env.ChromeStaticLibrary('sdch', input_files)
+env.ChromeLibrary('sdch', input_files)
env.ChromeMSVSProject('$SDCH_DIR/sdch.vcproj',
guid='{F54ABC59-5C00-414A-A9BA-BAF26D1699F0}')
« no previous file with comments | « sandbox/src/sandbox_lib.scons ('k') | skia/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698