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

Side by Side Diff: ui/ui_unittests.gyp

Issue 296403011: Support double-tap to click in touch accessibility controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address more feedback 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
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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'sources!': [ 211 'sources!': [
212 'gfx/canvas_unittest.cc', 212 'gfx/canvas_unittest.cc',
213 'gfx/render_text_unittest.cc', 213 'gfx/render_text_unittest.cc',
214 ], 214 ],
215 }], 215 }],
216 ['chromeos==1', { 216 ['chromeos==1', {
217 'dependencies': [ 217 'dependencies': [
218 '../chromeos/chromeos.gyp:chromeos', 218 '../chromeos/chromeos.gyp:chromeos',
219 'aura/aura.gyp:aura_test_support', 219 'aura/aura.gyp:aura_test_support',
220 'chromeos/ui_chromeos.gyp:ui_chromeos', 220 'chromeos/ui_chromeos.gyp:ui_chromeos',
221 'events/events.gyp:gesture_detection',
221 ], 222 ],
222 'sources': [ 223 'sources': [
223 'chromeos/touch_exploration_controller_unittest.cc' 224 'chromeos/touch_exploration_controller_unittest.cc'
224 ], 225 ],
225 'sources!': [ 226 'sources!': [
226 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 227 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
227 ], 228 ],
228 }], 229 }],
229 ], 230 ],
230 'target_conditions': [ 231 'target_conditions': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 ], 263 ],
263 'variables': { 264 'variables': {
264 'test_suite_name': 'ui_unittests', 265 'test_suite_name': 'ui_unittests',
265 }, 266 },
266 'includes': [ '../build/apk_test.gypi' ], 267 'includes': [ '../build/apk_test.gypi' ],
267 }, 268 },
268 ], 269 ],
269 }], 270 }],
270 ], 271 ],
271 } 272 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698