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

Side by Side Diff: ui/ui_unittests.gyp

Issue 298083002: ui: Move font_list 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 62 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
63 'base/models/list_model_unittest.cc', 63 'base/models/list_model_unittest.cc',
64 'base/models/list_selection_model_unittest.cc', 64 'base/models/list_selection_model_unittest.cc',
65 'base/models/tree_node_model_unittest.cc', 65 'base/models/tree_node_model_unittest.cc',
66 'base/test/data/resource.h', 66 'base/test/data/resource.h',
67 'base/text/bytes_formatting_unittest.cc', 67 'base/text/bytes_formatting_unittest.cc',
68 'base/view_prop_unittest.cc', 68 'base/view_prop_unittest.cc',
69 'base/webui/web_ui_util_unittest.cc', 69 'base/webui/web_ui_util_unittest.cc',
70 'gfx/canvas_unittest.cc', 70 'gfx/canvas_unittest.cc',
71 'gfx/canvas_unittest_mac.mm', 71 'gfx/canvas_unittest_mac.mm',
72 'gfx/font_list_unittest.cc',
73 'gfx/platform_font_mac_unittest.mm', 72 'gfx/platform_font_mac_unittest.mm',
74 'gfx/render_text_unittest.cc', 73 'gfx/render_text_unittest.cc',
75 ], 74 ],
76 'includes': [ 75 'includes': [
77 'display/display_unittests.gypi', 76 'display/display_unittests.gypi',
78 'ozone/ozone_unittests.gypi', 77 'ozone/ozone_unittests.gypi',
79 ], 78 ],
80 'include_dirs': [ 79 'include_dirs': [
81 '../', 80 '../',
82 ], 81 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 ], 193 ],
195 }], 194 }],
196 ['use_ozone==1', { 195 ['use_ozone==1', {
197 'dependencies': [ 196 'dependencies': [
198 'gfx/ozone/gfx_ozone.gyp:gfx_ozone', 197 'gfx/ozone/gfx_ozone.gyp:gfx_ozone',
199 ], 198 ],
200 }], 199 }],
201 ['use_ozone==1 and use_pango==0', { 200 ['use_ozone==1 and use_pango==0', {
202 'sources!': [ 201 'sources!': [
203 'gfx/canvas_unittest.cc', 202 'gfx/canvas_unittest.cc',
204 'gfx/font_list_unittest.cc',
205 'gfx/render_text_unittest.cc', 203 'gfx/render_text_unittest.cc',
206 ], 204 ],
207 }], 205 }],
208 ['chromeos==1', { 206 ['chromeos==1', {
209 'dependencies': [ 207 'dependencies': [
210 '../chromeos/chromeos.gyp:chromeos', 208 '../chromeos/chromeos.gyp:chromeos',
211 'aura/aura.gyp:aura_test_support', 209 'aura/aura.gyp:aura_test_support',
212 'chromeos/ui_chromeos.gyp:ui_chromeos', 210 'chromeos/ui_chromeos.gyp:ui_chromeos',
213 ], 211 ],
214 'sources': [ 212 'sources': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 252 ],
255 'variables': { 253 'variables': {
256 'test_suite_name': 'ui_unittests', 254 'test_suite_name': 'ui_unittests',
257 }, 255 },
258 'includes': [ '../build/apk_test.gypi' ], 256 'includes': [ '../build/apk_test.gypi' ],
259 }, 257 },
260 ], 258 ],
261 }], 259 }],
262 ], 260 ],
263 } 261 }
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