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

Side by Side Diff: ui/ui_unittests.gypi

Issue 11280318: YUV conversion on the GPU. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test improvements. Created 7 years, 12 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 | Annotate | Revision Log
« ui/surface/d3d9_utils_win.h ('K') | « ui/surface/d3d9_utils_win.cc ('k') | no next file » | 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ['OS == "win"', { 156 ['OS == "win"', {
157 'sources': [ 157 'sources': [
158 'base/dragdrop/os_exchange_data_win_unittest.cc', 158 'base/dragdrop/os_exchange_data_win_unittest.cc',
159 'base/win/hwnd_subclass_unittest.cc', 159 'base/win/hwnd_subclass_unittest.cc',
160 'gfx/font_fallback_win_unittest.cc', 160 'gfx/font_fallback_win_unittest.cc',
161 'gfx/icon_util_unittest.cc', 161 'gfx/icon_util_unittest.cc',
162 'gfx/platform_font_win_unittest.cc', 162 'gfx/platform_font_win_unittest.cc',
163 'surface/accelerated_surface_transformer_win_unittest.cc' 163 'surface/accelerated_surface_transformer_win_unittest.cc'
164 ], 164 ],
165 'dependencies': [ 165 'dependencies': [
166 '../media/media.gyp:yuv_convert',
166 '../ui/surface/surface.gyp:surface', 167 '../ui/surface/surface.gyp:surface',
167 ], 168 ],
168 'include_dirs': [ 169 'include_dirs': [
169 '../..', 170 '../..',
170 '../third_party/wtl/include', 171 '../third_party/wtl/include',
171 ], 172 ],
172 'msvs_settings': { 173 'msvs_settings': {
173 'VCLinkerTool': { 174 'VCLinkerTool': {
174 'DelayLoadDLLs': [ 175 'DelayLoadDLLs': [
175 'd2d1.dll', 176 'd2d1.dll',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'variables': { 295 'variables': {
295 'test_suite_name': 'ui_unittests', 296 'test_suite_name': 'ui_unittests',
296 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 297 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
297 }, 298 },
298 'includes': [ '../build/apk_test.gypi' ], 299 'includes': [ '../build/apk_test.gypi' ],
299 }, 300 },
300 ], 301 ],
301 }], 302 }],
302 ], 303 ],
303 } 304 }
OLDNEW
« ui/surface/d3d9_utils_win.h ('K') | « ui/surface/d3d9_utils_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698