diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 19:18:23 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 19:18:23 +0000 |
commit | ca5ac16a3a23a61140502ad46f3cf5565dfcc55e (patch) | |
tree | 0a6aa1f391e5e36f87c78ae39b0c8623298907e4 /win8 | |
parent | 9bf8d95ad8017199f61023ec6091ac76d11c5b15 (diff) | |
download | chromium_src-ca5ac16a3a23a61140502ad46f3cf5565dfcc55e.zip chromium_src-ca5ac16a3a23a61140502ad46f3cf5565dfcc55e.tar.gz chromium_src-ca5ac16a3a23a61140502ad46f3cf5565dfcc55e.tar.bz2 |
Remove Win8 SDK header as input to the win8 check_sdk_patch target.
BUG=150974
TEST=No gyp warning appears when using the default install path for the Windows 8 SDK.
Review URL: https://chromiumcodereview.appspot.com/10962030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8')
-rw-r--r-- | win8/win8.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win8/win8.gyp b/win8/win8.gyp index 2d359e0..2cacb42 100644 --- a/win8/win8.gyp +++ b/win8/win8.gyp @@ -21,7 +21,6 @@ 'action_name': 'check_sdk_patch_action', 'inputs': [ '<(check_sdk_script)', - '<(windows_sdk_path)/Include/winrt/asyncinfo.h', ], 'outputs': [ # This keeps the ninja build happy and provides a slightly helpful @@ -37,4 +36,4 @@ ], }, ], -}
\ No newline at end of file +} |