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

Side by Side Diff: ui/events/events.gyp

Issue 206593004: Move TestEventHandler to ui/events/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/aura/window_targeter_unittest.cc ('k') | ui/events/test/test_event_handler.h » ('j') | 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'events', 226 'events',
227 'events_base', 227 'events_base',
228 ], 228 ],
229 'sources': [ 229 'sources': [
230 'test/cocoa_test_event_utils.h', 230 'test/cocoa_test_event_utils.h',
231 'test/cocoa_test_event_utils.mm', 231 'test/cocoa_test_event_utils.mm',
232 'test/events_test_utils.cc', 232 'test/events_test_utils.cc',
233 'test/events_test_utils.h', 233 'test/events_test_utils.h',
234 'test/events_test_utils_x11.cc', 234 'test/events_test_utils_x11.cc',
235 'test/events_test_utils_x11.h', 235 'test/events_test_utils_x11.h',
236 'test/test_event_handler.cc',
237 'test/test_event_handler.h',
236 'test/test_event_processor.cc', 238 'test/test_event_processor.cc',
237 'test/test_event_processor.h', 239 'test/test_event_processor.h',
238 'test/test_event_target.cc', 240 'test/test_event_target.cc',
239 'test/test_event_target.h', 241 'test/test_event_target.h',
240 ], 242 ],
241 'conditions': [ 243 'conditions': [
242 ['use_x11==1', { 244 ['use_x11==1', {
243 'dependencies': [ 245 'dependencies': [
244 '<(DEPTH)/build/linux/system.gyp:x11', 246 '<(DEPTH)/build/linux/system.gyp:x11',
245 ], 247 ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'variables': { 323 'variables': {
322 'test_suite_name': 'events_unittests', 324 'test_suite_name': 'events_unittests',
323 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)', 325 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)',
324 }, 326 },
325 'includes': [ '../../build/apk_test.gypi' ], 327 'includes': [ '../../build/apk_test.gypi' ],
326 }, 328 },
327 ], 329 ],
328 }], 330 }],
329 ], 331 ],
330 } 332 }
OLDNEW
« no previous file with comments | « ui/aura/window_targeter_unittest.cc ('k') | ui/events/test/test_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698