summaryrefslogtreecommitdiffstats
path: root/win8/win8.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'win8/win8.gyp')
-rw-r--r--win8/win8.gyp9
1 files changed, 7 insertions, 2 deletions
diff --git a/win8/win8.gyp b/win8/win8.gyp
index e4c9b89..2d359e0 100644
--- a/win8/win8.gyp
+++ b/win8/win8.gyp
@@ -14,6 +14,7 @@
'type': 'none',
'variables': {
'check_sdk_script': '<(DEPTH)/chrome/tools/build/win/check_sdk_patch.py',
+ 'output_path': '<(INTERMEDIATE_DIR)/check_sdk_patch',
},
'actions': [
{
@@ -25,9 +26,13 @@
'outputs': [
# This keeps the ninja build happy and provides a slightly helpful
# error messge if the sdk is missing.
- 'check_sdk_patch',
+ '<(output_path)'
],
- 'action': ['python', '<(check_sdk_script)', '<(windows_sdk_path)'],
+ 'action': ['python',
+ '<(check_sdk_script)',
+ '<(windows_sdk_path)',
+ '<(output_path)',
+ ],
},
],
},