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_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'browser/renderer_host/input/synthetic_tap_gesture.h', | 873 'browser/renderer_host/input/synthetic_tap_gesture.h', |
874 'browser/renderer_host/input/tap_suppression_controller.cc', | 874 'browser/renderer_host/input/tap_suppression_controller.cc', |
875 'browser/renderer_host/input/tap_suppression_controller.h', | 875 'browser/renderer_host/input/tap_suppression_controller.h', |
876 'browser/renderer_host/input/tap_suppression_controller_client.h', | 876 'browser/renderer_host/input/tap_suppression_controller_client.h', |
877 'browser/renderer_host/input/timeout_monitor.cc', | 877 'browser/renderer_host/input/timeout_monitor.cc', |
878 'browser/renderer_host/input/timeout_monitor.h', | 878 'browser/renderer_host/input/timeout_monitor.h', |
879 'browser/renderer_host/input/touch_event_queue.cc', | 879 'browser/renderer_host/input/touch_event_queue.cc', |
880 'browser/renderer_host/input/touch_event_queue.h', | 880 'browser/renderer_host/input/touch_event_queue.h', |
881 'browser/renderer_host/input/touch_action_filter.cc', | 881 'browser/renderer_host/input/touch_action_filter.cc', |
882 'browser/renderer_host/input/touch_action_filter.h', | 882 'browser/renderer_host/input/touch_action_filter.h', |
| 883 'browser/renderer_host/input/touch_to_gesture_queue.cc', |
| 884 'browser/renderer_host/input/touch_to_gesture_queue.h', |
883 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 885 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
884 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 886 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
885 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 887 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
886 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 888 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
887 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 889 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
888 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | 890 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, |
889 'browser/renderer_host/input/web_input_event_builders_android.cc', | 891 'browser/renderer_host/input/web_input_event_builders_android.cc', |
890 'browser/renderer_host/input/web_input_event_builders_android.h', | 892 'browser/renderer_host/input/web_input_event_builders_android.h', |
891 'browser/renderer_host/input/web_input_event_builders_gtk.cc', | 893 'browser/renderer_host/input/web_input_event_builders_gtk.cc', |
892 'browser/renderer_host/input/web_input_event_builders_gtk.h', | 894 'browser/renderer_host/input/web_input_event_builders_gtk.h', |
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1653 '../build/linux/system.gyp:dbus', | 1655 '../build/linux/system.gyp:dbus', |
1654 '../dbus/dbus.gyp:dbus', | 1656 '../dbus/dbus.gyp:dbus', |
1655 ], | 1657 ], |
1656 }, { # OS != "linux" or use_dbus==0 | 1658 }, { # OS != "linux" or use_dbus==0 |
1657 'sources!': [ | 1659 'sources!': [ |
1658 'browser/geolocation/wifi_data_provider_linux.cc', | 1660 'browser/geolocation/wifi_data_provider_linux.cc', |
1659 ], | 1661 ], |
1660 }], | 1662 }], |
1661 ], | 1663 ], |
1662 } | 1664 } |
OLD | NEW |