| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'type': 'static_library', | 230 'type': 'static_library', |
| 231 'dependencies': [ | 231 'dependencies': [ |
| 232 '<(DEPTH)/skia/skia.gyp:skia', | 232 '<(DEPTH)/skia/skia.gyp:skia', |
| 233 'events', | 233 'events', |
| 234 'events_base', | 234 'events_base', |
| 235 'platform/events_platform.gyp:events_platform', | 235 'platform/events_platform.gyp:events_platform', |
| 236 ], | 236 ], |
| 237 'sources': [ | 237 'sources': [ |
| 238 'test/cocoa_test_event_utils.h', | 238 'test/cocoa_test_event_utils.h', |
| 239 'test/cocoa_test_event_utils.mm', | 239 'test/cocoa_test_event_utils.mm', |
| 240 'test/event_generator.cc', |
| 241 'test/event_generator.h', |
| 240 'test/events_test_utils.cc', | 242 'test/events_test_utils.cc', |
| 241 'test/events_test_utils.h', | 243 'test/events_test_utils.h', |
| 242 'test/events_test_utils_x11.cc', | 244 'test/events_test_utils_x11.cc', |
| 243 'test/events_test_utils_x11.h', | 245 'test/events_test_utils_x11.h', |
| 244 'test/mock_motion_event.cc', | 246 'test/mock_motion_event.cc', |
| 245 'test/mock_motion_event.h', | 247 'test/mock_motion_event.h', |
| 246 'test/platform_event_waiter.cc', | 248 'test/platform_event_waiter.cc', |
| 247 'test/platform_event_waiter.h', | 249 'test/platform_event_waiter.h', |
| 248 'test/test_event_handler.cc', | 250 'test/test_event_handler.cc', |
| 249 'test/test_event_handler.h', | 251 'test/test_event_handler.h', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 ], | 351 ], |
| 350 'variables': { | 352 'variables': { |
| 351 'test_suite_name': 'events_unittests', | 353 'test_suite_name': 'events_unittests', |
| 352 }, | 354 }, |
| 353 'includes': [ '../../build/apk_test.gypi' ], | 355 'includes': [ '../../build/apk_test.gypi' ], |
| 354 }, | 356 }, |
| 355 ], | 357 ], |
| 356 }], | 358 }], |
| 357 ], | 359 ], |
| 358 } | 360 } |
| OLD | NEW |