| Index: chrome/common/common.scons
|
| diff --git a/chrome/common/common.scons b/chrome/common/common.scons
|
| index 14c2b92ace9b940b97f30670cc2672f2a4cab352..58e1146650d9a26759daaf93f87097e3067cfc67 100644
|
| --- a/chrome/common/common.scons
|
| +++ b/chrome/common/common.scons
|
| @@ -134,7 +134,7 @@ if env.Bit('posix'):
|
|
|
| if not env.Bit('mac'):
|
| # TODO(port): This should be enabled for all platforms.
|
| - env.ChromeStaticLibrary('common', input_files)
|
| + env.ChromeLibrary('common', input_files)
|
|
|
| env.ChromeMSVSProject('$CHROME_DIR/common/common.vcproj',
|
| dependencies = [
|
|
|