| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'sources': [ | 267 'sources': [ |
| 268 # Note: sources list duplicated in GN build. | 268 # Note: sources list duplicated in GN build. |
| 269 'test/cocoa_test_event_utils.h', | 269 'test/cocoa_test_event_utils.h', |
| 270 'test/cocoa_test_event_utils.mm', | 270 'test/cocoa_test_event_utils.mm', |
| 271 'test/event_generator.cc', | 271 'test/event_generator.cc', |
| 272 'test/event_generator.h', | 272 'test/event_generator.h', |
| 273 'test/events_test_utils.cc', | 273 'test/events_test_utils.cc', |
| 274 'test/events_test_utils.h', | 274 'test/events_test_utils.h', |
| 275 'test/events_test_utils_x11.cc', | 275 'test/events_test_utils_x11.cc', |
| 276 'test/events_test_utils_x11.h', | 276 'test/events_test_utils_x11.h', |
| 277 'test/mock_motion_event.cc', | 277 'test/motion_event_test_utils.cc', |
| 278 'test/mock_motion_event.h', | 278 'test/motion_event_test_utils.h', |
| 279 'test/platform_event_waiter.cc', | 279 'test/platform_event_waiter.cc', |
| 280 'test/platform_event_waiter.h', | 280 'test/platform_event_waiter.h', |
| 281 'test/test_event_handler.cc', | 281 'test/test_event_handler.cc', |
| 282 'test/test_event_handler.h', | 282 'test/test_event_handler.h', |
| 283 'test/test_event_processor.cc', | 283 'test/test_event_processor.cc', |
| 284 'test/test_event_processor.h', | 284 'test/test_event_processor.h', |
| 285 'test/test_event_target.cc', | 285 'test/test_event_target.cc', |
| 286 'test/test_event_target.h', | 286 'test/test_event_target.h', |
| 287 ], | 287 ], |
| 288 'conditions': [ | 288 'conditions': [ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 ], | 390 ], |
| 391 'variables': { | 391 'variables': { |
| 392 'test_suite_name': 'events_unittests', | 392 'test_suite_name': 'events_unittests', |
| 393 }, | 393 }, |
| 394 'includes': [ '../../build/apk_test.gypi' ], | 394 'includes': [ '../../build/apk_test.gypi' ], |
| 395 }, | 395 }, |
| 396 ], | 396 ], |
| 397 }], | 397 }], |
| 398 ], | 398 ], |
| 399 } | 399 } |
| OLD | NEW |