OLD | NEW |
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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'test/cocoa_test_event_utils.h', | 265 'test/cocoa_test_event_utils.h', |
266 'test/cocoa_test_event_utils.mm', | 266 'test/cocoa_test_event_utils.mm', |
267 'test/event_generator.cc', | 267 'test/event_generator.cc', |
268 'test/event_generator.h', | 268 'test/event_generator.h', |
269 'test/events_test_utils.cc', | 269 'test/events_test_utils.cc', |
270 'test/events_test_utils.h', | 270 'test/events_test_utils.h', |
271 'test/events_test_utils_x11.cc', | 271 'test/events_test_utils_x11.cc', |
272 'test/events_test_utils_x11.h', | 272 'test/events_test_utils_x11.h', |
273 'test/mock_motion_event.cc', | 273 'test/mock_motion_event.cc', |
274 'test/mock_motion_event.h', | 274 'test/mock_motion_event.h', |
| 275 'test/motion_event_test_utils.cc', |
| 276 'test/motion_event_test_utils.h', |
275 'test/platform_event_waiter.cc', | 277 'test/platform_event_waiter.cc', |
276 'test/platform_event_waiter.h', | 278 'test/platform_event_waiter.h', |
277 'test/test_event_handler.cc', | 279 'test/test_event_handler.cc', |
278 'test/test_event_handler.h', | 280 'test/test_event_handler.h', |
279 'test/test_event_processor.cc', | 281 'test/test_event_processor.cc', |
280 'test/test_event_processor.h', | 282 'test/test_event_processor.h', |
281 'test/test_event_target.cc', | 283 'test/test_event_target.cc', |
282 'test/test_event_target.h', | 284 'test/test_event_target.h', |
283 ], | 285 ], |
284 'conditions': [ | 286 'conditions': [ |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 ], | 387 ], |
386 'variables': { | 388 'variables': { |
387 'test_suite_name': 'events_unittests', | 389 'test_suite_name': 'events_unittests', |
388 }, | 390 }, |
389 'includes': [ '../../build/apk_test.gypi' ], | 391 'includes': [ '../../build/apk_test.gypi' ], |
390 }, | 392 }, |
391 ], | 393 ], |
392 }], | 394 }], |
393 ], | 395 ], |
394 } | 396 } |
OLD | NEW |