1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
9 '../build/win_precompile.gypi',
13 'target_name': 'check_sdk_patch',
16 'check_sdk_script': 'util/check_sdk_patch.py',
17 'output_path': '<(INTERMEDIATE_DIR)/check_sdk_patch',
21 'action_name': 'check_sdk_patch_action',
23 '<(check_sdk_script)',
26 # This keeps the ninja build happy and provides a slightly helpful
27 # error messge if the sdk is missing.
31 '<(check_sdk_script)',
32 '<(windows_sdk_path)',
39 'target_name': 'win8_util',
40 'type': 'static_library',
42 '../base/base.gyp:base',