| 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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 'common/input/input_param_traits.cc', | 458 'common/input/input_param_traits.cc', |
| 459 'common/input/input_param_traits.h', | 459 'common/input/input_param_traits.h', |
| 460 'common/input/scoped_web_input_event.cc', | 460 'common/input/scoped_web_input_event.cc', |
| 461 'common/input/scoped_web_input_event.h', | 461 'common/input/scoped_web_input_event.h', |
| 462 'common/input/synthetic_gesture_packet.cc', | 462 'common/input/synthetic_gesture_packet.cc', |
| 463 'common/input/synthetic_gesture_packet.h', | 463 'common/input/synthetic_gesture_packet.h', |
| 464 'common/input/synthetic_gesture_params.cc', | 464 'common/input/synthetic_gesture_params.cc', |
| 465 'common/input/synthetic_gesture_params.h', | 465 'common/input/synthetic_gesture_params.h', |
| 466 'common/input/synthetic_pinch_gesture_params.cc', | 466 'common/input/synthetic_pinch_gesture_params.cc', |
| 467 'common/input/synthetic_pinch_gesture_params.h', | 467 'common/input/synthetic_pinch_gesture_params.h', |
| 468 'common/input/synthetic_pointer_action_params.cc', |
| 469 'common/input/synthetic_pointer_action_params.h', |
| 468 'common/input/synthetic_smooth_drag_gesture_params.cc', | 470 'common/input/synthetic_smooth_drag_gesture_params.cc', |
| 469 'common/input/synthetic_smooth_drag_gesture_params.h', | 471 'common/input/synthetic_smooth_drag_gesture_params.h', |
| 470 'common/input/synthetic_smooth_scroll_gesture_params.cc', | 472 'common/input/synthetic_smooth_scroll_gesture_params.cc', |
| 471 'common/input/synthetic_smooth_scroll_gesture_params.h', | 473 'common/input/synthetic_smooth_scroll_gesture_params.h', |
| 472 'common/input/synthetic_tap_gesture_params.cc', | 474 'common/input/synthetic_tap_gesture_params.cc', |
| 473 'common/input/synthetic_tap_gesture_params.h', | 475 'common/input/synthetic_tap_gesture_params.h', |
| 474 'common/input/synthetic_web_input_event_builders.cc', | 476 'common/input/synthetic_web_input_event_builders.cc', |
| 475 'common/input/synthetic_web_input_event_builders.h', | 477 'common/input/synthetic_web_input_event_builders.h', |
| 476 'common/input/touch_event_stream_validator.cc', | 478 'common/input/touch_event_stream_validator.cc', |
| 477 'common/input/touch_event_stream_validator.h', | 479 'common/input/touch_event_stream_validator.h', |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1093 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1095 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1094 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1096 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1095 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1097 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1096 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1098 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1097 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1099 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1098 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1100 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1099 ], | 1101 ], |
| 1100 }], | 1102 }], |
| 1101 ], | 1103 ], |
| 1102 } | 1104 } |
| OLD | NEW |