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',
20 ['MSVS_VERSION=="2010" or MSVS_VERSION=="2010e"', {
23 'action_name': 'check_sdk_patch_action',
25 '<(check_sdk_script)',
28 # This keeps the ninja build happy and provides a slightly
29 # helpful error message if the sdk is missing.
33 '<(check_sdk_script)',
34 '<(windows_sdk_path)',
43 'target_name': 'win8_util',
44 'type': 'static_library',
46 '../base/base.gyp:base',
54 'target_name': 'metro_viewer',
55 'type': 'static_library',
57 '../base/base.gyp:base',
59 '../ui/aura/aura.gyp:aura',
60 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
63 'viewer/metro_viewer_constants.cc',
64 'viewer/metro_viewer_constants.h',
65 'viewer/metro_viewer_process_host.cc',
66 'viewer/metro_viewer_process_host.h',
70 'target_name': 'test_support_win8',
71 'type': 'static_library',
73 '../base/base.gyp:base',
74 'test_registrar_constants',
77 'test/metro_registration_helper.cc',
78 'test/metro_registration_helper.h',
79 'test/open_with_dialog_async.cc',
80 'test/open_with_dialog_async.h',
81 'test/open_with_dialog_controller.cc',
82 'test/open_with_dialog_controller.h',
83 'test/ui_automation_client.cc',
84 'test/ui_automation_client.h',
86 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
87 'msvs_disabled_warnings': [ 4267, ],
90 'target_name': 'test_registrar_constants',
91 'type': 'static_library',
96 'test/test_registrar_constants.cc',
97 'test/test_registrar_constants.h',