Chromium Code Reviews| Index: chrome/chrome_installer_util.gypi |
| =================================================================== |
| --- chrome/chrome_installer_util.gypi (revision 52487) |
| +++ chrome/chrome_installer_util.gypi (working copy) |
| @@ -151,6 +151,21 @@ |
| } |
| ], |
| }], |
| + ['OS=="mac"', { |
| + 'targets': [ |
| + { |
| + 'target_name': 'installer_util', |
| + 'type': '<(library)', |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + ], |
| + 'sources': [ |
| + 'installer/util/version.cc', |
| + 'installer/util/version.h', |
| + ], |
| + } |
| + ], |
| + }], |
| ], |
| } |