summaryrefslogtreecommitdiffstats
path: root/google_update
diff options
context:
space:
mode:
Diffstat (limited to 'google_update')
-rw-r--r--google_update/google_update.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp
index 20fcbb6..c3e76d8 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',