| Index: google_update/google_update.gyp
|
| diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp
|
| index da262a484f28aced4cd3a6e075be85dfd1452fba..c28bba3d72ccd8413a514b7e76083135e208a943 100644
|
| --- a/google_update/google_update.gyp
|
| +++ b/google_update/google_update.gyp
|
| @@ -6,16 +6,20 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'google_update',
|
| - 'type': 'none',
|
| + 'type': 'static_library',
|
| 'sources': [
|
| 'google_update_idl.idl',
|
| - '<(INTERMEDIATE_DIR)/google_update_idl_i.c',
|
| - '<(INTERMEDIATE_DIR)/google_update_idl_p.c',
|
| + '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl.h',
|
| + '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl_i.c',
|
| ],
|
| + 'msvs_settings': {
|
| + 'VCMIDLTool': {
|
| + 'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)/google_update',
|
| + },
|
| + },
|
| 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| - # Bit of a hack to work around the built in vstudio rule.
|
| - '<(INTERMEDIATE_DIR)/../google_update',
|
| + '<(SHARED_INTERMEDIATE_DIR)',
|
| ],
|
| },
|
| },
|
|
|