Chromium Code Reviews| Index: chrome/chrome.scons |
| =================================================================== |
| --- chrome/chrome.scons (revision 7247) |
| +++ chrome/chrome.scons (working copy) |
| @@ -79,7 +79,7 @@ |
| ) |
| # TODO(port) |
| -if env['PLATFORM'] != 'win32': |
| +if env.AnyBits('linux', 'mac'): |
| remove_files = [ |
| 'installer/mini_installer/installer_unittests.scons', |
| 'installer/mini_installer/mini_installer.scons', |