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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'public/common/file_chooser_params.cc', | 76 'public/common/file_chooser_params.cc', |
77 'public/common/file_chooser_params.h', | 77 'public/common/file_chooser_params.h', |
78 'public/common/frame_navigate_params.cc', | 78 'public/common/frame_navigate_params.cc', |
79 'public/common/frame_navigate_params.h', | 79 'public/common/frame_navigate_params.h', |
80 'public/common/geoposition.cc', | 80 'public/common/geoposition.cc', |
81 'public/common/geoposition.h', | 81 'public/common/geoposition.h', |
82 'public/common/gpu_memory_stats.cc', | 82 'public/common/gpu_memory_stats.cc', |
83 'public/common/gpu_memory_stats.h', | 83 'public/common/gpu_memory_stats.h', |
84 'public/common/injection_test_mac.h', | 84 'public/common/injection_test_mac.h', |
85 'public/common/injection_test_win.h', | 85 'public/common/injection_test_win.h', |
| 86 'public/common/input/scoped_web_input_event.cc', |
| 87 'public/common/input/scoped_web_input_event.h', |
| 88 'public/common/input/web_input_event_traits.cc', |
| 89 'public/common/input/web_input_event_traits.h', |
| 90 'public/common/input/web_touch_event_traits.cc', |
| 91 'public/common/input/web_touch_event_traits.h', |
86 'public/common/javascript_message_type.h', | 92 'public/common/javascript_message_type.h', |
87 'public/common/main_function_params.h', | 93 'public/common/main_function_params.h', |
88 'public/common/manifest.cc', | 94 'public/common/manifest.cc', |
89 'public/common/manifest.h', | 95 'public/common/manifest.h', |
90 'public/common/media_stream_request.cc', | 96 'public/common/media_stream_request.cc', |
91 'public/common/media_stream_request.h', | 97 'public/common/media_stream_request.h', |
92 'public/common/menu_item.cc', | 98 'public/common/menu_item.cc', |
93 'public/common/menu_item.h', | 99 'public/common/menu_item.h', |
94 'public/common/message_port_types.cc', | 100 'public/common/message_port_types.cc', |
95 'public/common/message_port_types.h', | 101 'public/common/message_port_types.h', |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 'common/input/gesture_event_stream_validator.cc', | 393 'common/input/gesture_event_stream_validator.cc', |
388 'common/input/gesture_event_stream_validator.h', | 394 'common/input/gesture_event_stream_validator.h', |
389 'common/input/input_event.cc', | 395 'common/input/input_event.cc', |
390 'common/input/input_event.h', | 396 'common/input/input_event.h', |
391 'common/input/input_event_ack.cc', | 397 'common/input/input_event_ack.cc', |
392 'common/input/input_event_ack.h', | 398 'common/input/input_event_ack.h', |
393 'common/input/input_event_stream_validator.cc', | 399 'common/input/input_event_stream_validator.cc', |
394 'common/input/input_event_stream_validator.h', | 400 'common/input/input_event_stream_validator.h', |
395 'common/input/input_param_traits.cc', | 401 'common/input/input_param_traits.cc', |
396 'common/input/input_param_traits.h', | 402 'common/input/input_param_traits.h', |
397 'common/input/scoped_web_input_event.cc', | |
398 'common/input/scoped_web_input_event.h', | |
399 'common/input/synthetic_gesture_packet.cc', | 403 'common/input/synthetic_gesture_packet.cc', |
400 'common/input/synthetic_gesture_packet.h', | 404 'common/input/synthetic_gesture_packet.h', |
401 'common/input/synthetic_gesture_params.cc', | 405 'common/input/synthetic_gesture_params.cc', |
402 'common/input/synthetic_gesture_params.h', | 406 'common/input/synthetic_gesture_params.h', |
403 'common/input/synthetic_pinch_gesture_params.cc', | 407 'common/input/synthetic_pinch_gesture_params.cc', |
404 'common/input/synthetic_pinch_gesture_params.h', | 408 'common/input/synthetic_pinch_gesture_params.h', |
405 'common/input/synthetic_smooth_drag_gesture_params.cc', | 409 'common/input/synthetic_smooth_drag_gesture_params.cc', |
406 'common/input/synthetic_smooth_drag_gesture_params.h', | 410 'common/input/synthetic_smooth_drag_gesture_params.h', |
407 'common/input/synthetic_smooth_scroll_gesture_params.cc', | 411 'common/input/synthetic_smooth_scroll_gesture_params.cc', |
408 'common/input/synthetic_smooth_scroll_gesture_params.h', | 412 'common/input/synthetic_smooth_scroll_gesture_params.h', |
409 'common/input/synthetic_tap_gesture_params.cc', | 413 'common/input/synthetic_tap_gesture_params.cc', |
410 'common/input/synthetic_tap_gesture_params.h', | 414 'common/input/synthetic_tap_gesture_params.h', |
411 'common/input/synthetic_web_input_event_builders.cc', | 415 'common/input/synthetic_web_input_event_builders.cc', |
412 'common/input/synthetic_web_input_event_builders.h', | 416 'common/input/synthetic_web_input_event_builders.h', |
413 'common/input/touch_event_stream_validator.cc', | 417 'common/input/touch_event_stream_validator.cc', |
414 'common/input/touch_event_stream_validator.h', | 418 'common/input/touch_event_stream_validator.h', |
415 'common/input/web_input_event_traits.cc', | |
416 'common/input/web_input_event_traits.h', | |
417 'common/input/web_touch_event_traits.cc', | |
418 'common/input/web_touch_event_traits.h', | |
419 'common/input_messages.h', | 419 'common/input_messages.h', |
420 'common/inter_process_time_ticks_converter.cc', | 420 'common/inter_process_time_ticks_converter.cc', |
421 'common/inter_process_time_ticks_converter.h', | 421 'common/inter_process_time_ticks_converter.h', |
422 'common/mac/attributed_string_coder.h', | 422 'common/mac/attributed_string_coder.h', |
423 'common/mac/attributed_string_coder.mm', | 423 'common/mac/attributed_string_coder.mm', |
424 'common/mac/font_descriptor.h', | 424 'common/mac/font_descriptor.h', |
425 'common/mac/font_descriptor.mm', | 425 'common/mac/font_descriptor.mm', |
426 'common/mac/font_loader.h', | 426 'common/mac/font_loader.h', |
427 'common/mac/font_loader.mm', | 427 'common/mac/font_loader.mm', |
428 'common/manifest_manager_messages.h', | 428 'common/manifest_manager_messages.h', |
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1114 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1114 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1115 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1115 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1116 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1116 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1117 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1117 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1118 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1118 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1119 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1119 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1120 ], | 1120 ], |
1121 }], | 1121 }], |
1122 ], | 1122 ], |
1123 } | 1123 } |
OLD | NEW |