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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'keycodes/keyboard_code_conversion_win.h', | 60 'keycodes/keyboard_code_conversion_win.h', |
61 'keycodes/keyboard_code_conversion_x.cc', | 61 'keycodes/keyboard_code_conversion_x.cc', |
62 'keycodes/keyboard_code_conversion_x.h', | 62 'keycodes/keyboard_code_conversion_x.h', |
63 'keycodes/keyboard_codes.h', | 63 'keycodes/keyboard_codes.h', |
64 'latency_info.cc', | 64 'latency_info.cc', |
65 'latency_info.h', | 65 'latency_info.h', |
66 'x/device_data_manager_x11.cc', | 66 'x/device_data_manager_x11.cc', |
67 'x/device_data_manager_x11.h', | 67 'x/device_data_manager_x11.h', |
68 'x/device_list_cache_x.cc', | 68 'x/device_list_cache_x.cc', |
69 'x/device_list_cache_x.h', | 69 'x/device_list_cache_x.h', |
| 70 'x/keysym_to_unicode.cc', |
| 71 'x/keysym_to_unicode.h', |
70 'x/touch_factory_x11.cc', | 72 'x/touch_factory_x11.cc', |
71 'x/touch_factory_x11.h', | 73 'x/touch_factory_x11.h', |
72 ], | 74 ], |
73 'export_dependent_settings': [ | 75 'export_dependent_settings': [ |
74 '../../ui/gfx/gfx.gyp:gfx', | 76 '../../ui/gfx/gfx.gyp:gfx', |
75 ], | 77 ], |
76 'conditions': [ | 78 'conditions': [ |
77 ['use_x11==1', { | 79 ['use_x11==1', { |
78 'dependencies': [ | 80 'dependencies': [ |
79 '../../build/linux/system.gyp:x11', | 81 '../../build/linux/system.gyp:x11', |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 ], | 386 ], |
385 'variables': { | 387 'variables': { |
386 'test_suite_name': 'events_unittests', | 388 'test_suite_name': 'events_unittests', |
387 }, | 389 }, |
388 'includes': [ '../../build/apk_test.gypi' ], | 390 'includes': [ '../../build/apk_test.gypi' ], |
389 }, | 391 }, |
390 ], | 392 ], |
391 }], | 393 }], |
392 ], | 394 ], |
393 } | 395 } |
OLD | NEW |