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

Unified Diff: chrome/installer/util/util.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 | « chrome/common/common.scons ('k') | chrome/plugin/plugin.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util.scons
diff --git a/chrome/installer/util/util.scons b/chrome/installer/util/util.scons
index 5d431857a6b35193bb1a032f7e342e90068ab4d8..7bba84c693c57a0a23b411c992df207ecdf1889d 100644
--- a/chrome/installer/util/util.scons
+++ b/chrome/installer/util/util.scons
@@ -52,7 +52,7 @@ input_files = [
# TODO(port):
if env.Bit('windows'):
- env.ChromeStaticLibrary('util', input_files)
+ env.ChromeLibrary('util', input_files)
env.ChromeMSVSProject('$CHROME_DIR/installer/util/util.vcproj',
dependencies = [
« no previous file with comments | « chrome/common/common.scons ('k') | chrome/plugin/plugin.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698