| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'common/input/gesture_event_stream_validator.h', | 370 'common/input/gesture_event_stream_validator.h', |
| 371 'common/input/input_event.cc', | 371 'common/input/input_event.cc', |
| 372 'common/input/input_event.h', | 372 'common/input/input_event.h', |
| 373 'common/input/input_event_ack.cc', | 373 'common/input/input_event_ack.cc', |
| 374 'common/input/input_event_ack.h', | 374 'common/input/input_event_ack.h', |
| 375 'common/input/input_event_dispatch_type.h', | 375 'common/input/input_event_dispatch_type.h', |
| 376 'common/input/input_event_stream_validator.cc', | 376 'common/input/input_event_stream_validator.cc', |
| 377 'common/input/input_event_stream_validator.h', | 377 'common/input/input_event_stream_validator.h', |
| 378 'common/input/input_param_traits.cc', | 378 'common/input/input_param_traits.cc', |
| 379 'common/input/input_param_traits.h', | 379 'common/input/input_param_traits.h', |
| 380 'common/input/scoped_web_input_event.cc', | |
| 381 'common/input/scoped_web_input_event.h', | |
| 382 'common/input/synthetic_gesture_packet.cc', | 380 'common/input/synthetic_gesture_packet.cc', |
| 383 'common/input/synthetic_gesture_packet.h', | 381 'common/input/synthetic_gesture_packet.h', |
| 384 'common/input/synthetic_gesture_params.cc', | 382 'common/input/synthetic_gesture_params.cc', |
| 385 'common/input/synthetic_gesture_params.h', | 383 'common/input/synthetic_gesture_params.h', |
| 386 'common/input/synthetic_pinch_gesture_params.cc', | 384 'common/input/synthetic_pinch_gesture_params.cc', |
| 387 'common/input/synthetic_pinch_gesture_params.h', | 385 'common/input/synthetic_pinch_gesture_params.h', |
| 388 'common/input/synthetic_pointer_action_params.cc', | 386 'common/input/synthetic_pointer_action_params.cc', |
| 389 'common/input/synthetic_pointer_action_params.h', | 387 'common/input/synthetic_pointer_action_params.h', |
| 390 'common/input/synthetic_smooth_drag_gesture_params.cc', | 388 'common/input/synthetic_smooth_drag_gesture_params.cc', |
| 391 'common/input/synthetic_smooth_drag_gesture_params.h', | 389 'common/input/synthetic_smooth_drag_gesture_params.h', |
| 392 'common/input/synthetic_smooth_scroll_gesture_params.cc', | 390 'common/input/synthetic_smooth_scroll_gesture_params.cc', |
| 393 'common/input/synthetic_smooth_scroll_gesture_params.h', | 391 'common/input/synthetic_smooth_scroll_gesture_params.h', |
| 394 'common/input/synthetic_tap_gesture_params.cc', | 392 'common/input/synthetic_tap_gesture_params.cc', |
| 395 'common/input/synthetic_tap_gesture_params.h', | 393 'common/input/synthetic_tap_gesture_params.h', |
| 396 'common/input/synthetic_web_input_event_builders.cc', | 394 'common/input/synthetic_web_input_event_builders.cc', |
| 397 'common/input/synthetic_web_input_event_builders.h', | 395 'common/input/synthetic_web_input_event_builders.h', |
| 398 'common/input/touch_event_stream_validator.cc', | 396 'common/input/touch_event_stream_validator.cc', |
| 399 'common/input/touch_event_stream_validator.h', | 397 'common/input/touch_event_stream_validator.h', |
| 400 'common/input/web_input_event_queue.h', | 398 'common/input/web_input_event_queue.h', |
| 401 'common/input/web_input_event_traits.cc', | |
| 402 'common/input/web_input_event_traits.h', | |
| 403 'common/input/web_touch_event_traits.cc', | 399 'common/input/web_touch_event_traits.cc', |
| 404 'common/input/web_touch_event_traits.h', | 400 'common/input/web_touch_event_traits.h', |
| 405 'common/input_messages.h', | 401 'common/input_messages.h', |
| 406 'common/inter_process_time_ticks_converter.cc', | 402 'common/inter_process_time_ticks_converter.cc', |
| 407 'common/inter_process_time_ticks_converter.h', | 403 'common/inter_process_time_ticks_converter.h', |
| 408 'common/mac/attributed_string_coder.h', | 404 'common/mac/attributed_string_coder.h', |
| 409 'common/mac/attributed_string_coder.mm', | 405 'common/mac/attributed_string_coder.mm', |
| 410 'common/mac/font_descriptor.h', | 406 'common/mac/font_descriptor.h', |
| 411 'common/mac/font_descriptor.mm', | 407 'common/mac/font_descriptor.mm', |
| 412 'common/mac/font_loader.h', | 408 'common/mac/font_loader.h', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 ], | 664 ], |
| 669 }], | 665 }], |
| 670 ['enable_ipc_fuzzer==1', { | 666 ['enable_ipc_fuzzer==1', { |
| 671 'sources': [ | 667 'sources': [ |
| 672 'common/external_ipc_dumper.cc', | 668 'common/external_ipc_dumper.cc', |
| 673 'common/external_ipc_dumper.h', | 669 'common/external_ipc_dumper.h', |
| 674 ], | 670 ], |
| 675 }], | 671 }], |
| 676 ], | 672 ], |
| 677 } | 673 } |
| OLD | NEW |