| Index: google_update/google_update.gyp
|
| ===================================================================
|
| --- google_update/google_update.gyp (revision 20404)
|
| +++ google_update/google_update.gyp (working copy)
|
| @@ -9,6 +9,7 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'google_update',
|
| + 'type': 'none',
|
| 'msvs_guid': '4052059A-D72B-4183-B5C2-9D1B099E9E35',
|
| 'sources': [
|
| 'google_update_idl.idl',
|
| @@ -21,13 +22,6 @@
|
| '<(INTERMEDIATE_DIR)/../google_update',
|
| ],
|
| },
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - 'type': 'utility',
|
| - },{
|
| - 'type': 'none',
|
| - }],
|
| - ],
|
| },
|
| ],
|
| }
|
|
|