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

Side by Side Diff: ui/ui_unittests.gyp

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r278697 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/ozone/public/surface_ozone_egl.h ('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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'events/events.gyp:events_test_support', 195 'events/events.gyp:events_test_support',
196 'events/platform/events_platform.gyp:events_platform', 196 'events/platform/events_platform.gyp:events_platform',
197 ], 197 ],
198 }], 198 }],
199 ['use_aura==1', { 199 ['use_aura==1', {
200 'sources!': [ 200 'sources!': [
201 'base/dragdrop/os_exchange_data_win_unittest.cc', 201 'base/dragdrop/os_exchange_data_win_unittest.cc',
202 'gfx/screen_unittest.cc', 202 'gfx/screen_unittest.cc',
203 ], 203 ],
204 }], 204 }],
205 ['use_ozone==1', {
206 'dependencies': [
207 'gfx/ozone/gfx_ozone.gyp:gfx_ozone',
208 ],
209 }],
210 ['use_ozone==1 and use_pango==0', { 205 ['use_ozone==1 and use_pango==0', {
211 'sources!': [ 206 'sources!': [
212 'gfx/render_text_unittest.cc', 207 'gfx/render_text_unittest.cc',
213 ], 208 ],
214 }], 209 }],
215 ['chromeos==1', { 210 ['chromeos==1', {
216 'dependencies': [ 211 'dependencies': [
217 '../chromeos/chromeos.gyp:chromeos', 212 '../chromeos/chromeos.gyp:chromeos',
218 'aura/aura.gyp:aura_test_support', 213 'aura/aura.gyp:aura_test_support',
219 'chromeos/ui_chromeos.gyp:ui_chromeos', 214 'chromeos/ui_chromeos.gyp:ui_chromeos',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 ], 257 ],
263 'variables': { 258 'variables': {
264 'test_suite_name': 'ui_unittests', 259 'test_suite_name': 'ui_unittests',
265 }, 260 },
266 'includes': [ '../build/apk_test.gypi' ], 261 'includes': [ '../build/apk_test.gypi' ],
267 }, 262 },
268 ], 263 ],
269 }], 264 }],
270 ], 265 ],
271 } 266 }
OLDNEW
« no previous file with comments | « ui/ozone/public/surface_ozone_egl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698