Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: win8/metro_driver/metro_driver.gyp

Issue 1790723002: Fix missing VisualElementsManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « win8/metro_driver/BUILD.gn ('k') | win8/metro_driver/resources/Logo.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'conditions': [ 5 'conditions': [
6 ['OS=="win"', { 6 ['OS=="win"', {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'print_handler.h', 95 'print_handler.h',
96 'secondary_tile.cc', 96 'secondary_tile.cc',
97 'secondary_tile.h', 97 'secondary_tile.h',
98 'settings_handler.cc', 98 'settings_handler.cc',
99 'settings_handler.h', 99 'settings_handler.h',
100 'toast_notification_handler.cc', 100 'toast_notification_handler.cc',
101 'toast_notification_handler.h', 101 'toast_notification_handler.h',
102 ], 102 ],
103 }], 103 }],
104 ], 104 ],
105 'copies': [
106 {
107 # GN version: //win8/metro_viewer:copy_resources
108 'destination': '<(PRODUCT_DIR)',
109 'files': [
110 'resources/Logo.png',
111 'resources/SecondaryTile.png',
112 'resources/SmallLogo.png',
113 'resources/chrome.VisualElementsManifest.xml',
114 ],
115 },
116 ],
117 }, 105 },
118 { 106 {
119 # GN version: //win8/metro_driver:metro_driver_unittests 107 # GN version: //win8/metro_driver:metro_driver_unittests
120 'target_name': 'metro_driver_unittests', 108 'target_name': 'metro_driver_unittests',
121 'type': 'executable', 109 'type': 'executable',
122 'dependencies': [ 110 'dependencies': [
123 '../../base/base.gyp:base', 111 '../../base/base.gyp:base',
124 '../../chrome/chrome.gyp:installer_util', 112 '../../chrome/chrome.gyp:installer_util',
125 '../../testing/gtest.gyp:gtest', 113 '../../testing/gtest.gyp:gtest',
126 'metro_driver', 114 'metro_driver',
127 ], 115 ],
128 'sources': [ 116 'sources': [
129 'run_all_unittests.cc', 117 'run_all_unittests.cc',
130 'winrt_utils.cc', 118 'winrt_utils.cc',
131 'winrt_utils.h', 119 'winrt_utils.h',
132 'winrt_utils_unittest.cc', 120 'winrt_utils_unittest.cc',
133 ], 121 ],
134 }, 122 },
135 ], 123 ],
136 },], 124 },],
137 ], 125 ],
138 } 126 }
OLDNEW
« no previous file with comments | « win8/metro_driver/BUILD.gn ('k') | win8/metro_driver/resources/Logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698