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 ['branding == "Chrome"', {
37 'branding_path': '../../chrome/app/theme/google_chrome/BRANDING',
39 }, { # else branding!="Chrome"
41 'branding_path': '../../chrome/app/theme/chromium/BRANDING',
46 'output_dir': 'metro_driver',
47 'template_input_path': '../../chrome/app/chrome_version.rc.version',
50 'metro_driver_dll.ver',
53 '../../chrome/version_resource_rules.gypi',
57 'target_name': 'metro_driver',
58 'type': 'shared_library',
60 '../../base/base.gyp:base',
61 '../../chrome/common_constants.gyp:common_constants',
62 '../../chrome/chrome.gyp:installer_util',
63 '../../crypto/crypto.gyp:crypto',
64 '../../google_update/google_update.gyp:google_update',
65 '../../ipc/ipc.gyp:ipc',
66 '../../sandbox/sandbox.gyp:sandbox',
67 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
68 '../../ui/gfx/gfx.gyp:gfx',
69 '../../ui/gfx/gfx.gyp:gfx_geometry',
70 '../../url/url.gyp:url_lib',
71 'metro_driver_version_resources',
74 'display_properties.cc',
75 'display_properties.h',
78 'metro_driver_win7.cc',
82 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc',
87 '../win8.gyp:metro_viewer_constants',
90 'chrome_app_view_ash.cc',
91 'chrome_app_view_ash.h',
102 'chrome_app_view.cc',
104 'chrome_url_launch_handler.cc',
105 'chrome_url_launch_handler.h',
106 'devices_handler.cc',
110 'metro_dialog_box.cc',
111 'metro_dialog_box.h',
112 'print_document_source.cc',
113 'print_document_source.h',
118 'settings_handler.cc',
119 'settings_handler.h',
120 'toast_notification_handler.cc',
121 'toast_notification_handler.h',
127 'destination': '<(PRODUCT_DIR)',
129 'resources/Logo.png',
130 'resources/SecondaryTile.png',
131 'resources/SmallLogo.png',
132 'resources/splash-620x300.png',
133 'resources/VisualElementsManifest.xml',
139 'target_name': 'metro_driver_unittests',
140 'type': 'executable',
142 '../../base/base.gyp:base',
143 '../../chrome/chrome.gyp:installer_util',
144 '../../testing/gtest.gyp:gtest',
148 'run_all_unittests.cc',
151 'winrt_utils_unittest.cc',