summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-11 02:16:08 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-11 02:16:08 +0000
commit0e8e65cecc6a817e42203a99e3719e69a02a4a57 (patch)
treee219cf4a3c3c23c681f14317523bfa3dd2dd9cde /win8
parent737727fe4ec3e7298f6de3fbc3620921166b5072 (diff)
downloadchromium_src-0e8e65cecc6a817e42203a99e3719e69a02a4a57.zip
chromium_src-0e8e65cecc6a817e42203a99e3719e69a02a4a57.tar.gz
chromium_src-0e8e65cecc6a817e42203a99e3719e69a02a4a57.tar.bz2
Tweak win8.gyp to add back the SDK include file as an input. This should work post the ninja deps roll in r155680.
BUG=127799 TEST=Chromium builds with VS2010 without using src-internal. Review URL: https://chromiumcodereview.appspot.com/10907149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8')
-rw-r--r--win8/win8.gyp6
1 files changed, 4 insertions, 2 deletions
diff --git a/win8/win8.gyp b/win8/win8.gyp
index a71307a0..e4c9b89 100644
--- a/win8/win8.gyp
+++ b/win8/win8.gyp
@@ -20,10 +20,12 @@
'action_name': 'check_sdk_patch_action',
'inputs': [
'<(check_sdk_script)',
+ '<(windows_sdk_path)/Include/winrt/asyncinfo.h',
],
'outputs': [
- # This keeps the ninja build happy.
- 'dummy',
+ # This keeps the ninja build happy and provides a slightly helpful
+ # error messge if the sdk is missing.
+ 'check_sdk_patch',
],
'action': ['python', '<(check_sdk_script)', '<(windows_sdk_path)'],
},