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

Unified Diff: chrome/browser/browser.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 | « build/googleurl_lib.scons ('k') | chrome/browser/debugger/debugger.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.scons
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index abfb6ffb973ddb28e4d156f01857ceb17e6095b8..b973939816f01418537eea24dc18c43e74cc7213 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -315,7 +315,7 @@ if env.Bit('posix'):
if not env.Bit('mac'):
# TODO: This should work for all platforms.
- env.ChromeStaticLibrary('browser', input_files)
+ env.ChromeLibrary('browser', input_files)
env.ChromeMSVSProject('$CHROME_DIR/browser/browser.vcproj',
dependencies = [
« no previous file with comments | « build/googleurl_lib.scons ('k') | chrome/browser/debugger/debugger.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698