| Index: google_update/google_update.gyp
|
| diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp
|
| index 20fcbb621c1fe15b202f383ce4e981085fe96749..c3e76d804774065e75343e1a7b445872d807039d 100644
|
| --- a/google_update/google_update.gyp
|
| +++ b/google_update/google_update.gyp
|
| @@ -12,6 +12,9 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl.h',
|
| '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl_i.c',
|
| ],
|
| + # This target exports a hard dependency because dependent targets may
|
| + # include google_update_idl.h, a generated header.
|
| + 'hard_dependency': 1,
|
| 'msvs_settings': {
|
| 'VCMIDLTool': {
|
| 'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)/google_update',
|
|
|