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

Side by Side Diff: ui/ui_unittests.gyp

Issue 332353004: ui: Move canvas tests into gfx_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « ui/gfx/gfx_tests.gyp ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'base/cocoa/nsgraphics_context_additions_unittest.mm', 59 'base/cocoa/nsgraphics_context_additions_unittest.mm',
60 'base/cocoa/tracking_area_unittest.mm', 60 'base/cocoa/tracking_area_unittest.mm',
61 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 61 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
62 'base/models/list_model_unittest.cc', 62 'base/models/list_model_unittest.cc',
63 'base/models/list_selection_model_unittest.cc', 63 'base/models/list_selection_model_unittest.cc',
64 'base/models/tree_node_model_unittest.cc', 64 'base/models/tree_node_model_unittest.cc',
65 'base/test/data/resource.h', 65 'base/test/data/resource.h',
66 'base/text/bytes_formatting_unittest.cc', 66 'base/text/bytes_formatting_unittest.cc',
67 'base/view_prop_unittest.cc', 67 'base/view_prop_unittest.cc',
68 'base/webui/web_ui_util_unittest.cc', 68 'base/webui/web_ui_util_unittest.cc',
69 'gfx/canvas_unittest.cc',
70 'gfx/canvas_unittest_mac.mm', 69 'gfx/canvas_unittest_mac.mm',
71 'gfx/platform_font_mac_unittest.mm', 70 'gfx/platform_font_mac_unittest.mm',
72 'gfx/render_text_unittest.cc', 71 'gfx/render_text_unittest.cc',
73 ], 72 ],
74 'includes': [ 73 'includes': [
75 'display/display_unittests.gypi', 74 'display/display_unittests.gypi',
76 ], 75 ],
77 'include_dirs': [ 76 'include_dirs': [
78 '../', 77 '../',
79 ], 78 ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'gfx/screen_unittest.cc', 202 'gfx/screen_unittest.cc',
204 ], 203 ],
205 }], 204 }],
206 ['use_ozone==1', { 205 ['use_ozone==1', {
207 'dependencies': [ 206 'dependencies': [
208 'gfx/ozone/gfx_ozone.gyp:gfx_ozone', 207 'gfx/ozone/gfx_ozone.gyp:gfx_ozone',
209 ], 208 ],
210 }], 209 }],
211 ['use_ozone==1 and use_pango==0', { 210 ['use_ozone==1 and use_pango==0', {
212 'sources!': [ 211 'sources!': [
213 'gfx/canvas_unittest.cc',
214 'gfx/render_text_unittest.cc', 212 'gfx/render_text_unittest.cc',
215 ], 213 ],
216 }], 214 }],
217 ['chromeos==1', { 215 ['chromeos==1', {
218 'dependencies': [ 216 'dependencies': [
219 '../chromeos/chromeos.gyp:chromeos', 217 '../chromeos/chromeos.gyp:chromeos',
220 'aura/aura.gyp:aura_test_support', 218 'aura/aura.gyp:aura_test_support',
221 'chromeos/ui_chromeos.gyp:ui_chromeos', 219 'chromeos/ui_chromeos.gyp:ui_chromeos',
222 'events/events.gyp:gesture_detection', 220 'events/events.gyp:gesture_detection',
223 ], 221 ],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 ], 262 ],
265 'variables': { 263 'variables': {
266 'test_suite_name': 'ui_unittests', 264 'test_suite_name': 'ui_unittests',
267 }, 265 },
268 'includes': [ '../build/apk_test.gypi' ], 266 'includes': [ '../build/apk_test.gypi' ],
269 }, 267 },
270 ], 268 ],
271 }], 269 }],
272 ], 270 ],
273 } 271 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698