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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'event_handler.cc', | 119 'event_handler.cc', |
120 'event_handler.h', | 120 'event_handler.h', |
121 'event_processor.cc', | 121 'event_processor.cc', |
122 'event_processor.h', | 122 'event_processor.h', |
123 'event_rewriter.h', | 123 'event_rewriter.h', |
124 'event_source.cc', | 124 'event_source.cc', |
125 'event_source.h', | 125 'event_source.h', |
126 'event_target.cc', | 126 'event_target.cc', |
127 'event_target.h', | 127 'event_target.h', |
128 'event_target_iterator.h', | 128 'event_target_iterator.h', |
129 'event_targeter.cc', | |
130 'event_targeter.h', | 129 'event_targeter.h', |
131 'event_utils.cc', | 130 'event_utils.cc', |
132 'event_utils.h', | 131 'event_utils.h', |
133 'events_export.h', | 132 'events_export.h', |
134 'events_stub.cc', | 133 'events_stub.cc', |
135 'gestures/gesture_provider_aura.cc', | 134 'gestures/gesture_provider_aura.cc', |
136 'gestures/gesture_provider_aura.h', | 135 'gestures/gesture_provider_aura.h', |
137 'gestures/gesture_recognizer.h', | 136 'gestures/gesture_recognizer.h', |
138 'gestures/gesture_recognizer_impl.cc', | 137 'gestures/gesture_recognizer_impl.cc', |
139 'gestures/gesture_recognizer_impl.h', | 138 'gestures/gesture_recognizer_impl.h', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 'test/motion_event_test_utils.cc', | 316 'test/motion_event_test_utils.cc', |
318 'test/motion_event_test_utils.h', | 317 'test/motion_event_test_utils.h', |
319 'test/platform_event_waiter.cc', | 318 'test/platform_event_waiter.cc', |
320 'test/platform_event_waiter.h', | 319 'test/platform_event_waiter.h', |
321 'test/test_event_handler.cc', | 320 'test/test_event_handler.cc', |
322 'test/test_event_handler.h', | 321 'test/test_event_handler.h', |
323 'test/test_event_processor.cc', | 322 'test/test_event_processor.cc', |
324 'test/test_event_processor.h', | 323 'test/test_event_processor.h', |
325 'test/test_event_target.cc', | 324 'test/test_event_target.cc', |
326 'test/test_event_target.h', | 325 'test/test_event_target.h', |
| 326 'test/test_event_targeter.cc', |
| 327 'test/test_event_targeter.h', |
327 ], | 328 ], |
328 'conditions': [ | 329 'conditions': [ |
329 ['OS=="ios"', { | 330 ['OS=="ios"', { |
330 # The cocoa files don't apply to iOS. | 331 # The cocoa files don't apply to iOS. |
331 'sources/': [['exclude', 'cocoa']], | 332 'sources/': [['exclude', 'cocoa']], |
332 }], | 333 }], |
333 ['use_x11==1', { | 334 ['use_x11==1', { |
334 'dependencies': [ | 335 'dependencies': [ |
335 'devices/events_devices.gyp:events_devices', | 336 'devices/events_devices.gyp:events_devices', |
336 ], | 337 ], |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 'dependencies': [ | 483 'dependencies': [ |
483 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 484 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
484 ], | 485 ], |
485 }], | 486 }], |
486 ], | 487 ], |
487 }, | 488 }, |
488 ], | 489 ], |
489 }], | 490 }], |
490 ], | 491 ], |
491 } | 492 } |
OLD | NEW |