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.
11 '../../build/util/version.gypi',
12 '../../build/win_precompile.gypi',
17 'AdditionalDependencies': [
23 'API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL',
24 'API-MS-WIN-CORE-WINRT-L1-1-0.DLL',
25 'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
32 'target_name': 'metro_driver_version_resources',
35 'output_dir': 'metro_driver',
36 'branding_path': '../../chrome/app/theme/<(branding_path_component)/BRANDING',
37 'template_input_path': '../../chrome/app/chrome_version.rc.version',
40 'metro_driver_dll.ver',
43 '../../chrome/version_resource_rules.gypi',
47 'target_name': 'metro_driver',
48 'type': 'shared_library',
50 '../../base/base.gyp:base',
51 '../../chrome/common_constants.gyp:common_constants',
52 '../../chrome/chrome.gyp:installer_util',
53 '../../crypto/crypto.gyp:crypto',
54 '../../ipc/ipc.gyp:ipc',
55 '../../sandbox/sandbox.gyp:sandbox',
56 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
57 '../../ui/gfx/gfx.gyp:gfx',
58 '../../ui/gfx/gfx.gyp:gfx_geometry',
59 '../../url/url.gyp:url_lib',
60 'metro_driver_version_resources',
63 'display_properties.cc',
64 'display_properties.h',
67 'metro_driver_win7.cc',
71 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc',
76 '../win8.gyp:metro_viewer_constants',
79 'chrome_app_view_ash.cc',
80 'chrome_app_view_ash.h',
93 'chrome_url_launch_handler.cc',
94 'chrome_url_launch_handler.h',
99 'metro_dialog_box.cc',
100 'metro_dialog_box.h',
101 'print_document_source.cc',
102 'print_document_source.h',
107 'settings_handler.cc',
108 'settings_handler.h',
109 'toast_notification_handler.cc',
110 'toast_notification_handler.h',
116 'destination': '<(PRODUCT_DIR)',
118 'resources/Logo.png',
119 'resources/SecondaryTile.png',
120 'resources/SmallLogo.png',
121 'resources/splash-620x300.png',
122 'resources/VisualElementsManifest.xml',
128 'target_name': 'metro_driver_unittests',
129 'type': 'executable',
131 '../../base/base.gyp:base',
132 '../../chrome/chrome.gyp:installer_util',
133 '../../testing/gtest.gyp:gtest',
137 'run_all_unittests.cc',
140 'winrt_utils_unittest.cc',