| 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 '../gfx/gfx.gyp:gfx_geometry', | 300 '../gfx/gfx.gyp:gfx_geometry', |
| 301 'events', | 301 'events', |
| 302 'events_base', | 302 'events_base', |
| 303 'gesture_detection', | 303 'gesture_detection', |
| 304 'platform/events_platform.gyp:events_platform', | 304 'platform/events_platform.gyp:events_platform', |
| 305 ], | 305 ], |
| 306 'sources': [ | 306 'sources': [ |
| 307 # Note: sources list duplicated in GN build. | 307 # Note: sources list duplicated in GN build. |
| 308 'test/cocoa_test_event_utils.h', | 308 'test/cocoa_test_event_utils.h', |
| 309 'test/cocoa_test_event_utils.mm', | 309 'test/cocoa_test_event_utils.mm', |
| 310 'test/device_data_manager_test_api.cc', |
| 311 'test/device_data_manager_test_api.h', |
| 310 'test/event_generator.cc', | 312 'test/event_generator.cc', |
| 311 'test/event_generator.h', | 313 'test/event_generator.h', |
| 312 'test/events_test_utils.cc', | 314 'test/events_test_utils.cc', |
| 313 'test/events_test_utils.h', | 315 'test/events_test_utils.h', |
| 314 'test/events_test_utils_x11.cc', | 316 'test/events_test_utils_x11.cc', |
| 315 'test/events_test_utils_x11.h', | 317 'test/events_test_utils_x11.h', |
| 316 'test/motion_event_test_utils.cc', | 318 'test/motion_event_test_utils.cc', |
| 317 'test/motion_event_test_utils.h', | 319 'test/motion_event_test_utils.h', |
| 318 'test/platform_event_waiter.cc', | 320 'test/platform_event_waiter.cc', |
| 319 'test/platform_event_waiter.h', | 321 'test/platform_event_waiter.h', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 'dependencies': [ | 485 'dependencies': [ |
| 484 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 486 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 485 ], | 487 ], |
| 486 }], | 488 }], |
| 487 ], | 489 ], |
| 488 }, | 490 }, |
| 489 ], | 491 ], |
| 490 }], | 492 }], |
| 491 ], | 493 ], |
| 492 } | 494 } |
| OLD | NEW |