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

Side by Side Diff: ui/ui_unittests.gyp

Issue 280563002: [Ozone] Fix ozone build past refactors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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/events/ozone/evdev/touch_event_converter_evdev_unittest.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 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'events/events.gyp:events_base', 197 'events/events.gyp:events_base',
198 'events/events.gyp:events_test_support', 198 'events/events.gyp:events_test_support',
199 ], 199 ],
200 }], 200 }],
201 ['use_aura==1', { 201 ['use_aura==1', {
202 'sources!': [ 202 'sources!': [
203 'base/dragdrop/os_exchange_data_win_unittest.cc', 203 'base/dragdrop/os_exchange_data_win_unittest.cc',
204 'gfx/screen_unittest.cc', 204 'gfx/screen_unittest.cc',
205 ], 205 ],
206 }], 206 }],
207 ['use_ozone==1', {
208 'dependencies': [
209 'gfx/ozone/gfx_ozone.gyp:gfx_ozone',
210 ],
211 }],
207 ['use_ozone==1 and use_pango==0', { 212 ['use_ozone==1 and use_pango==0', {
208 'sources!': [ 213 'sources!': [
209 'gfx/text_elider_unittest.cc', 214 'gfx/text_elider_unittest.cc',
210 'gfx/font_unittest.cc', 215 'gfx/font_unittest.cc',
211 'gfx/font_list_unittest.cc', 216 'gfx/font_list_unittest.cc',
212 'gfx/render_text_unittest.cc', 217 'gfx/render_text_unittest.cc',
213 'gfx/canvas_unittest.cc', 218 'gfx/canvas_unittest.cc',
214 ], 219 ],
215 }], 220 }],
216 ['chromeos==1', { 221 ['chromeos==1', {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 ], 270 ],
266 'variables': { 271 'variables': {
267 'test_suite_name': 'ui_unittests', 272 'test_suite_name': 'ui_unittests',
268 }, 273 },
269 'includes': [ '../build/apk_test.gypi' ], 274 'includes': [ '../build/apk_test.gypi' ],
270 }, 275 },
271 ], 276 ],
272 }], 277 }],
273 ], 278 ],
274 } 279 }
OLDNEW
« no previous file with comments | « ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698