diff options
Diffstat (limited to 'google_update')
-rw-r--r-- | google_update/google_update.gyp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp index 40f95e5..c5e41e6 100644 --- a/google_update/google_update.gyp +++ b/google_update/google_update.gyp @@ -9,7 +9,6 @@ 'targets': [ { 'target_name': 'google_update', - 'type': 'none', 'msvs_guid': '4052059A-D72B-4183-B5C2-9D1B099E9E35', 'sources': [ 'google_update_idl.idl', @@ -22,6 +21,13 @@ '<(INTERMEDIATE_DIR)/../google_update', ], }, + 'conditions': [ + ['OS=="win"', { + 'type': 'utility', + },{ + 'type': 'none', + }], + ], }, ], } |