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 '../../google_update/google_update.gyp:google_update',
55 '../../ipc/ipc.gyp:ipc',
56 '../../sandbox/sandbox.gyp:sandbox',
57 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
58 '../../ui/gfx/gfx.gyp:gfx',
59 '../../ui/gfx/gfx.gyp:gfx_geometry',
60 '../../url/url.gyp:url_lib',
61 'metro_driver_version_resources',
64 'display_properties.cc',
65 'display_properties.h',
68 'metro_driver_win7.cc',
72 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc',
77 '../win8.gyp:metro_viewer_constants',
80 'chrome_app_view_ash.cc',
81 'chrome_app_view_ash.h',
94 'chrome_url_launch_handler.cc',
95 'chrome_url_launch_handler.h',
100 'metro_dialog_box.cc',
101 'metro_dialog_box.h',
102 'print_document_source.cc',
103 'print_document_source.h',
108 'settings_handler.cc',
109 'settings_handler.h',
110 'toast_notification_handler.cc',
111 'toast_notification_handler.h',
117 'destination': '<(PRODUCT_DIR)',
119 'resources/Logo.png',
120 'resources/SecondaryTile.png',
121 'resources/SmallLogo.png',
122 'resources/splash-620x300.png',
123 'resources/VisualElementsManifest.xml',
129 'target_name': 'metro_driver_unittests',
130 'type': 'executable',
132 '../../base/base.gyp:base',
133 '../../chrome/chrome.gyp:installer_util',
134 '../../testing/gtest.gyp:gtest',
138 'run_all_unittests.cc',
141 'winrt_utils_unittest.cc',