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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 'keycodes/keyboard_code_conversion_gtk.h', | 47 'keycodes/keyboard_code_conversion_gtk.h', |
48 'keycodes/keyboard_code_conversion_mac.h', | 48 'keycodes/keyboard_code_conversion_mac.h', |
49 'keycodes/keyboard_code_conversion_mac.mm', | 49 'keycodes/keyboard_code_conversion_mac.mm', |
50 'keycodes/keyboard_code_conversion_win.cc', | 50 'keycodes/keyboard_code_conversion_win.cc', |
51 'keycodes/keyboard_code_conversion_win.h', | 51 'keycodes/keyboard_code_conversion_win.h', |
52 'keycodes/keyboard_code_conversion_x.cc', | 52 'keycodes/keyboard_code_conversion_x.cc', |
53 'keycodes/keyboard_code_conversion_x.h', | 53 'keycodes/keyboard_code_conversion_x.h', |
54 'keycodes/keyboard_codes.h', | 54 'keycodes/keyboard_codes.h', |
55 'latency_info.cc', | 55 'latency_info.cc', |
56 'latency_info.h', | 56 'latency_info.h', |
| 57 'x/device_data_manager.cc', |
| 58 'x/device_data_manager.h', |
57 'x/device_list_cache_x.cc', | 59 'x/device_list_cache_x.cc', |
58 'x/device_list_cache_x.h', | 60 'x/device_list_cache_x.h', |
59 'x/device_data_manager.cc', | |
60 'x/device_data_manager.h', | |
61 'x/touch_factory_x11.cc', | 61 'x/touch_factory_x11.cc', |
62 'x/touch_factory_x11.h', | 62 'x/touch_factory_x11.h', |
63 ], | 63 ], |
64 'conditions': [ | 64 'conditions': [ |
65 ['use_x11==1', { | 65 ['use_x11==1', { |
66 'dependencies': [ | 66 'dependencies': [ |
67 '<(DEPTH)/build/linux/system.gyp:x11', | 67 '<(DEPTH)/build/linux/system.gyp:x11', |
68 ], | 68 ], |
69 }], | 69 }], |
70 ], | 70 ], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 'platform/platform_event_observer.h', | 141 'platform/platform_event_observer.h', |
142 'platform/platform_event_source.cc', | 142 'platform/platform_event_source.cc', |
143 'platform/platform_event_source.h', | 143 'platform/platform_event_source.h', |
144 'platform/platform_event_types.h', | 144 'platform/platform_event_types.h', |
145 'platform/scoped_event_dispatcher.cc', | 145 'platform/scoped_event_dispatcher.cc', |
146 'platform/scoped_event_dispatcher.h', | 146 'platform/scoped_event_dispatcher.h', |
147 'platform/x11/x11_event_source.cc', | 147 'platform/x11/x11_event_source.cc', |
148 'platform/x11/x11_event_source.h', | 148 'platform/x11/x11_event_source.h', |
149 'win/events_win.cc', | 149 'win/events_win.cc', |
150 'x/events_x.cc', | 150 'x/events_x.cc', |
| 151 'x/text_edit_command_x11.cc', |
| 152 'x/text_edit_command_x11.h', |
| 153 'x/text_edit_key_bindings_delegate_x11.cc', |
| 154 'x/text_edit_key_bindings_delegate_x11.h', |
151 ], | 155 ], |
152 'conditions': [ | 156 'conditions': [ |
153 # We explicitly enumerate the platforms we _do_ provide native cracking | 157 # We explicitly enumerate the platforms we _do_ provide native cracking |
154 # for here. | 158 # for here. |
155 ['OS=="win" or use_x11==1 or use_ozone==1', { | 159 ['OS=="win" or use_x11==1 or use_ozone==1', { |
156 'sources!': [ | 160 'sources!': [ |
157 'events_stub.cc', | 161 'events_stub.cc', |
158 ], | 162 ], |
159 }], | 163 }], |
| 164 ['chromeos==1', { |
| 165 'sources!': [ |
| 166 'x/text_edit_command_x11.cc', |
| 167 'x/text_edit_command_x11.h', |
| 168 'x/text_edit_key_bindings_delegate_x11.cc', |
| 169 'x/text_edit_key_bindings_delegate_x11.h', |
| 170 ], |
| 171 }], |
160 ['use_x11==1', { | 172 ['use_x11==1', { |
161 'dependencies': [ | 173 'dependencies': [ |
162 '<(DEPTH)/build/linux/system.gyp:x11', | 174 '<(DEPTH)/build/linux/system.gyp:x11', |
163 ], | 175 ], |
164 }], | 176 }], |
165 ['use_glib==1', { | 177 ['use_glib==1', { |
166 'dependencies': [ | 178 'dependencies': [ |
167 '../../build/linux/system.gyp:glib', | 179 '../../build/linux/system.gyp:glib', |
168 ], | 180 ], |
169 }], | 181 }], |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 'variables': { | 355 'variables': { |
344 'test_suite_name': 'events_unittests', | 356 'test_suite_name': 'events_unittests', |
345 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', | 357 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', |
346 }, | 358 }, |
347 'includes': [ '../../build/apk_test.gypi' ], | 359 'includes': [ '../../build/apk_test.gypi' ], |
348 }, | 360 }, |
349 ], | 361 ], |
350 }], | 362 }], |
351 ], | 363 ], |
352 } | 364 } |
OLD | NEW |