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

Side by Side Diff: ui/gfx/gfx_tests.gyp

Issue 673623002: Fix regions generation on windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 6 years, 1 month 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 | « chrome/browser/ui/views/panels/panel_frame_view.cc ('k') | ui/gfx/path_win.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'sources!': [ 140 'sources!': [
141 'screen_unittest.cc', 141 'screen_unittest.cc',
142 ], 142 ],
143 }], 143 }],
144 ['OS == "win"', { 144 ['OS == "win"', {
145 'sources': [ 145 'sources': [
146 'color_profile_win_unittest.cc', 146 'color_profile_win_unittest.cc',
147 'font_fallback_win_unittest.cc', 147 'font_fallback_win_unittest.cc',
148 'icon_util_unittest.cc', 148 'icon_util_unittest.cc',
149 'icon_util_unittests.rc', 149 'icon_util_unittests.rc',
150 'path_win_unittest.cc',
150 'platform_font_win_unittest.cc', 151 'platform_font_win_unittest.cc',
151 ], 152 ],
152 'msvs_settings': { 153 'msvs_settings': {
153 'VCLinkerTool': { 154 'VCLinkerTool': {
154 'DelayLoadDLLs': [ 155 'DelayLoadDLLs': [
155 'd2d1.dll', 156 'd2d1.dll',
156 'd3d10_1.dll', 157 'd3d10_1.dll',
157 ], 158 ],
158 'AdditionalDependencies': [ 159 'AdditionalDependencies': [
159 'd2d1.lib', 160 'd2d1.lib',
(...skipping 25 matching lines...) Expand all
185 ], 186 ],
186 'variables': { 187 'variables': {
187 'test_suite_name': 'gfx_unittests', 188 'test_suite_name': 'gfx_unittests',
188 }, 189 },
189 'includes': [ '../../build/apk_test.gypi' ], 190 'includes': [ '../../build/apk_test.gypi' ],
190 }, 191 },
191 ], 192 ],
192 }], 193 }],
193 ], 194 ],
194 } 195 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/panels/panel_frame_view.cc ('k') | ui/gfx/path_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698