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 '../third_party/re2/re2.gyp:re2', | 7 '../third_party/re2/re2.gyp:re2', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
843 'browser/renderer_host/gtk_window_utils.cc', | 843 'browser/renderer_host/gtk_window_utils.cc', |
844 'browser/renderer_host/gtk_window_utils.h', | 844 'browser/renderer_host/gtk_window_utils.h', |
845 'browser/renderer_host/image_transport_factory_android.cc', | 845 'browser/renderer_host/image_transport_factory_android.cc', |
846 'browser/renderer_host/image_transport_factory_android.h', | 846 'browser/renderer_host/image_transport_factory_android.h', |
847 'browser/renderer_host/ime_adapter_android.cc', | 847 'browser/renderer_host/ime_adapter_android.cc', |
848 'browser/renderer_host/ime_adapter_android.h', | 848 'browser/renderer_host/ime_adapter_android.h', |
849 'browser/renderer_host/input/gesture_event_filter.cc', | 849 'browser/renderer_host/input/gesture_event_filter.cc', |
850 'browser/renderer_host/input/gesture_event_filter.h', | 850 'browser/renderer_host/input/gesture_event_filter.h', |
851 'browser/renderer_host/input/gesture_event_packet.cc', | 851 'browser/renderer_host/input/gesture_event_packet.cc', |
852 'browser/renderer_host/input/gesture_event_packet.h', | 852 'browser/renderer_host/input/gesture_event_packet.h', |
853 'browser/renderer_host/input/gesture_event_queue.cc', | |
854 'browser/renderer_host/input/gesture_event_queue.h', | |
855 'browser/renderer_host/input/input_ack_handler.h', | 853 'browser/renderer_host/input/input_ack_handler.h', |
856 'browser/renderer_host/input/input_router.h', | 854 'browser/renderer_host/input/input_router.h', |
857 'browser/renderer_host/input/input_router_client.h', | 855 'browser/renderer_host/input/input_router_client.h', |
858 'browser/renderer_host/input/input_router_impl.cc', | 856 'browser/renderer_host/input/input_router_impl.cc', |
859 'browser/renderer_host/input/input_router_impl.h', | 857 'browser/renderer_host/input/input_router_impl.h', |
860 'browser/renderer_host/input/motion_event_android.cc', | 858 'browser/renderer_host/input/motion_event_android.cc', |
861 'browser/renderer_host/input/motion_event_android.h', | 859 'browser/renderer_host/input/motion_event_android.h', |
862 'browser/renderer_host/input/synthetic_gesture.cc', | 860 'browser/renderer_host/input/synthetic_gesture.cc', |
863 'browser/renderer_host/input/synthetic_gesture.h', | 861 'browser/renderer_host/input/synthetic_gesture.h', |
864 'browser/renderer_host/input/synthetic_gesture_controller.cc', | 862 'browser/renderer_host/input/synthetic_gesture_controller.cc', |
(...skipping 13 matching lines...) Expand all Loading... |
878 'browser/renderer_host/input/synthetic_tap_gesture.h', | 876 'browser/renderer_host/input/synthetic_tap_gesture.h', |
879 'browser/renderer_host/input/tap_suppression_controller.cc', | 877 'browser/renderer_host/input/tap_suppression_controller.cc', |
880 'browser/renderer_host/input/tap_suppression_controller.h', | 878 'browser/renderer_host/input/tap_suppression_controller.h', |
881 'browser/renderer_host/input/tap_suppression_controller_client.h', | 879 'browser/renderer_host/input/tap_suppression_controller_client.h', |
882 'browser/renderer_host/input/timeout_monitor.cc', | 880 'browser/renderer_host/input/timeout_monitor.cc', |
883 'browser/renderer_host/input/timeout_monitor.h', | 881 'browser/renderer_host/input/timeout_monitor.h', |
884 'browser/renderer_host/input/touch_event_queue.cc', | 882 'browser/renderer_host/input/touch_event_queue.cc', |
885 'browser/renderer_host/input/touch_event_queue.h', | 883 'browser/renderer_host/input/touch_event_queue.h', |
886 'browser/renderer_host/input/touch_action_filter.cc', | 884 'browser/renderer_host/input/touch_action_filter.cc', |
887 'browser/renderer_host/input/touch_action_filter.h', | 885 'browser/renderer_host/input/touch_action_filter.h', |
| 886 'browser/renderer_host/input/touch_disposition_gesture_filter.cc', |
| 887 'browser/renderer_host/input/touch_disposition_gesture_filter.cc', |
888 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 888 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
889 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 889 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
890 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 890 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
891 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 891 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
892 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 892 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
893 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | 893 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, |
894 'browser/renderer_host/input/web_input_event_builders_android.cc', | 894 'browser/renderer_host/input/web_input_event_builders_android.cc', |
895 'browser/renderer_host/input/web_input_event_builders_android.h', | 895 'browser/renderer_host/input/web_input_event_builders_android.h', |
896 'browser/renderer_host/input/web_input_event_builders_gtk.cc', | 896 'browser/renderer_host/input/web_input_event_builders_gtk.cc', |
897 'browser/renderer_host/input/web_input_event_builders_gtk.h', | 897 'browser/renderer_host/input/web_input_event_builders_gtk.h', |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1640 '../build/linux/system.gyp:dbus', | 1640 '../build/linux/system.gyp:dbus', |
1641 '../dbus/dbus.gyp:dbus', | 1641 '../dbus/dbus.gyp:dbus', |
1642 ], | 1642 ], |
1643 }, { # OS != "linux" or use_dbus==0 | 1643 }, { # OS != "linux" or use_dbus==0 |
1644 'sources!': [ | 1644 'sources!': [ |
1645 'browser/geolocation/wifi_data_provider_linux.cc', | 1645 'browser/geolocation/wifi_data_provider_linux.cc', |
1646 ], | 1646 ], |
1647 }], | 1647 }], |
1648 ], | 1648 ], |
1649 } | 1649 } |
OLD | NEW |