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

Unified Diff: chrome/renderer/renderer.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/plugin/plugin.scons ('k') | chrome/test/automation/automation.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer.scons
diff --git a/chrome/renderer/renderer.scons b/chrome/renderer/renderer.scons
index b8eda9f3c70f0df57f65f2e7264dfff1a0e36afe..d0639baac961732ac203db236d772f08140f34af 100644
--- a/chrome/renderer/renderer.scons
+++ b/chrome/renderer/renderer.scons
@@ -101,7 +101,7 @@ if env.Bit('mac'):
# TODO(port): Enable for Mac.
if not env.Bit('mac'):
- env.ChromeStaticLibrary('renderer', input_files)
+ env.ChromeLibrary('renderer', input_files)
env.ChromeMSVSProject('$CHROME_DIR/renderer/renderer.vcproj',
dependencies = [
« no previous file with comments | « chrome/plugin/plugin.scons ('k') | chrome/test/automation/automation.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698