OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'common/input/gesture_event_stream_validator.h', | 368 'common/input/gesture_event_stream_validator.h', |
369 'common/input/input_event.cc', | 369 'common/input/input_event.cc', |
370 'common/input/input_event.h', | 370 'common/input/input_event.h', |
371 'common/input/input_event_ack.cc', | 371 'common/input/input_event_ack.cc', |
372 'common/input/input_event_ack.h', | 372 'common/input/input_event_ack.h', |
373 'common/input/input_event_dispatch_type.h', | 373 'common/input/input_event_dispatch_type.h', |
374 'common/input/input_event_stream_validator.cc', | 374 'common/input/input_event_stream_validator.cc', |
375 'common/input/input_event_stream_validator.h', | 375 'common/input/input_event_stream_validator.h', |
376 'common/input/input_param_traits.cc', | 376 'common/input/input_param_traits.cc', |
377 'common/input/input_param_traits.h', | 377 'common/input/input_param_traits.h', |
378 'common/input/scoped_web_input_event.cc', | |
379 'common/input/scoped_web_input_event.h', | |
380 'common/input/synthetic_gesture_packet.cc', | 378 'common/input/synthetic_gesture_packet.cc', |
381 'common/input/synthetic_gesture_packet.h', | 379 'common/input/synthetic_gesture_packet.h', |
382 'common/input/synthetic_gesture_params.cc', | 380 'common/input/synthetic_gesture_params.cc', |
383 'common/input/synthetic_gesture_params.h', | 381 'common/input/synthetic_gesture_params.h', |
384 'common/input/synthetic_pinch_gesture_params.cc', | 382 'common/input/synthetic_pinch_gesture_params.cc', |
385 'common/input/synthetic_pinch_gesture_params.h', | 383 'common/input/synthetic_pinch_gesture_params.h', |
386 'common/input/synthetic_pointer_action_params.cc', | 384 'common/input/synthetic_pointer_action_params.cc', |
387 'common/input/synthetic_pointer_action_params.h', | 385 'common/input/synthetic_pointer_action_params.h', |
388 'common/input/synthetic_smooth_drag_gesture_params.cc', | 386 'common/input/synthetic_smooth_drag_gesture_params.cc', |
389 'common/input/synthetic_smooth_drag_gesture_params.h', | 387 'common/input/synthetic_smooth_drag_gesture_params.h', |
390 'common/input/synthetic_smooth_scroll_gesture_params.cc', | 388 'common/input/synthetic_smooth_scroll_gesture_params.cc', |
391 'common/input/synthetic_smooth_scroll_gesture_params.h', | 389 'common/input/synthetic_smooth_scroll_gesture_params.h', |
392 'common/input/synthetic_tap_gesture_params.cc', | 390 'common/input/synthetic_tap_gesture_params.cc', |
393 'common/input/synthetic_tap_gesture_params.h', | 391 'common/input/synthetic_tap_gesture_params.h', |
394 'common/input/synthetic_web_input_event_builders.cc', | 392 'common/input/synthetic_web_input_event_builders.cc', |
395 'common/input/synthetic_web_input_event_builders.h', | 393 'common/input/synthetic_web_input_event_builders.h', |
396 'common/input/touch_event_stream_validator.cc', | 394 'common/input/touch_event_stream_validator.cc', |
397 'common/input/touch_event_stream_validator.h', | 395 'common/input/touch_event_stream_validator.h', |
398 'common/input/web_input_event_queue.h', | 396 'common/input/web_input_event_queue.h', |
399 'common/input/web_input_event_traits.cc', | |
400 'common/input/web_input_event_traits.h', | |
401 'common/input/web_touch_event_traits.cc', | 397 'common/input/web_touch_event_traits.cc', |
402 'common/input/web_touch_event_traits.h', | 398 'common/input/web_touch_event_traits.h', |
403 'common/input_messages.h', | 399 'common/input_messages.h', |
404 'common/inter_process_time_ticks_converter.cc', | 400 'common/inter_process_time_ticks_converter.cc', |
405 'common/inter_process_time_ticks_converter.h', | 401 'common/inter_process_time_ticks_converter.h', |
406 'common/mac/attributed_string_coder.h', | 402 'common/mac/attributed_string_coder.h', |
407 'common/mac/attributed_string_coder.mm', | 403 'common/mac/attributed_string_coder.mm', |
408 'common/mac/font_descriptor.h', | 404 'common/mac/font_descriptor.h', |
409 'common/mac/font_descriptor.mm', | 405 'common/mac/font_descriptor.mm', |
410 'common/mac/font_loader.h', | 406 'common/mac/font_loader.h', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 ], | 659 ], |
664 }], | 660 }], |
665 ['enable_ipc_fuzzer==1', { | 661 ['enable_ipc_fuzzer==1', { |
666 'sources': [ | 662 'sources': [ |
667 'common/external_ipc_dumper.cc', | 663 'common/external_ipc_dumper.cc', |
668 'common/external_ipc_dumper.h', | 664 'common/external_ipc_dumper.h', |
669 ], | 665 ], |
670 }], | 666 }], |
671 ], | 667 ], |
672 } | 668 } |
OLD | NEW |