diff options
Diffstat (limited to 'chrome/chrome_installer_util.gypi')
| -rw-r--r-- | chrome/chrome_installer_util.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi index 08384e76..7e045d9 100644 --- a/chrome/chrome_installer_util.gypi +++ b/chrome/chrome_installer_util.gypi @@ -87,7 +87,7 @@ 'targets': [ { 'target_name': 'installer_util', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC', 'variables': { 'installer_util_target': 1, @@ -141,7 +141,7 @@ }, { 'target_name': 'installer_util_nacl_win64', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': '91016F29-C324-4236-8AA0-032765E71582', 'variables': { 'installer_util_target': 1, @@ -169,7 +169,7 @@ 'targets': [ { 'target_name': 'installer_util', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ 'common_constants', 'chrome_resources', |
