| 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 24 matching lines...) Expand all Loading... |
| 35 'event_constants.h', | 35 'event_constants.h', |
| 36 'event_switches.cc', | 36 'event_switches.cc', |
| 37 'event_switches.h', | 37 'event_switches.h', |
| 38 'events_base_export.h', | 38 'events_base_export.h', |
| 39 'gesture_event_details.cc', | 39 'gesture_event_details.cc', |
| 40 'gesture_event_details.h', | 40 'gesture_event_details.h', |
| 41 'keycodes/keyboard_code_conversion.cc', | 41 'keycodes/keyboard_code_conversion.cc', |
| 42 'keycodes/keyboard_code_conversion.h', | 42 'keycodes/keyboard_code_conversion.h', |
| 43 'keycodes/keyboard_code_conversion_android.cc', | 43 'keycodes/keyboard_code_conversion_android.cc', |
| 44 'keycodes/keyboard_code_conversion_android.h', | 44 'keycodes/keyboard_code_conversion_android.h', |
| 45 'keycodes/keyboard_code_conversion_gtk.cc', | |
| 46 'keycodes/keyboard_code_conversion_gtk.h', | |
| 47 'keycodes/keyboard_code_conversion_mac.h', | 45 'keycodes/keyboard_code_conversion_mac.h', |
| 48 'keycodes/keyboard_code_conversion_mac.mm', | 46 'keycodes/keyboard_code_conversion_mac.mm', |
| 49 'keycodes/keyboard_code_conversion_win.cc', | 47 'keycodes/keyboard_code_conversion_win.cc', |
| 50 'keycodes/keyboard_code_conversion_win.h', | 48 'keycodes/keyboard_code_conversion_win.h', |
| 51 'keycodes/keyboard_code_conversion_x.cc', | 49 'keycodes/keyboard_code_conversion_x.cc', |
| 52 'keycodes/keyboard_code_conversion_x.h', | 50 'keycodes/keyboard_code_conversion_x.h', |
| 53 'keycodes/keyboard_codes.h', | 51 'keycodes/keyboard_codes.h', |
| 54 'latency_info.cc', | 52 'latency_info.cc', |
| 55 'latency_info.h', | 53 'latency_info.h', |
| 56 'x/device_data_manager.cc', | 54 'x/device_data_manager.cc', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'variables': { | 358 'variables': { |
| 361 'test_suite_name': 'events_unittests', | 359 'test_suite_name': 'events_unittests', |
| 362 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', | 360 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', |
| 363 }, | 361 }, |
| 364 'includes': [ '../../build/apk_test.gypi' ], | 362 'includes': [ '../../build/apk_test.gypi' ], |
| 365 }, | 363 }, |
| 366 ], | 364 ], |
| 367 }], | 365 }], |
| 368 ], | 366 ], |
| 369 } | 367 } |
| OLD | NEW |