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

Side by Side Diff: ui/ui_unittests.gyp

Issue 262483003: Implementation of the Touch Exploration Mode - Part I (ui) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event_source
Patch Set: Addressing oshima@'s feedback 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
« no previous file with comments | « ui/events/test/events_test_utils.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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'gfx/text_elider_unittest.cc', 272 'gfx/text_elider_unittest.cc',
273 'gfx/font_unittest.cc', 273 'gfx/font_unittest.cc',
274 'gfx/font_list_unittest.cc', 274 'gfx/font_list_unittest.cc',
275 'gfx/render_text_unittest.cc', 275 'gfx/render_text_unittest.cc',
276 'gfx/canvas_unittest.cc', 276 'gfx/canvas_unittest.cc',
277 ], 277 ],
278 }], 278 }],
279 ['chromeos==1', { 279 ['chromeos==1', {
280 'dependencies': [ 280 'dependencies': [
281 '../chromeos/chromeos.gyp:chromeos', 281 '../chromeos/chromeos.gyp:chromeos',
282 'aura/aura.gyp:aura_test_support',
283 'chromeos/ui_chromeos.gyp:ui_chromeos',
284 ],
285 'sources': [
286 'chromeos/touch_exploration_controller_unittest.cc'
282 ], 287 ],
283 'sources!': [ 288 'sources!': [
284 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 289 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
285 ], 290 ],
286 }], 291 }],
287 ], 292 ],
288 'target_conditions': [ 293 'target_conditions': [
289 ['OS == "ios"', { 294 ['OS == "ios"', {
290 'sources/': [ 295 'sources/': [
291 # Pull in specific Mac files for iOS (which have been filtered out 296 # Pull in specific Mac files for iOS (which have been filtered out
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 328 ],
324 'variables': { 329 'variables': {
325 'test_suite_name': 'ui_unittests', 330 'test_suite_name': 'ui_unittests',
326 }, 331 },
327 'includes': [ '../build/apk_test.gypi' ], 332 'includes': [ '../build/apk_test.gypi' ],
328 }, 333 },
329 ], 334 ],
330 }], 335 }],
331 ], 336 ],
332 } 337 }
OLDNEW
« no previous file with comments | « ui/events/test/events_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698