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 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
936 'browser/renderer_host/input/synthetic_pinch_gesture.h', | 936 'browser/renderer_host/input/synthetic_pinch_gesture.h', |
937 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', | 937 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', |
938 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', | 938 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', |
939 'browser/renderer_host/input/synthetic_tap_gesture.cc', | 939 'browser/renderer_host/input/synthetic_tap_gesture.cc', |
940 'browser/renderer_host/input/synthetic_tap_gesture.h', | 940 'browser/renderer_host/input/synthetic_tap_gesture.h', |
941 'browser/renderer_host/input/tap_suppression_controller.cc', | 941 'browser/renderer_host/input/tap_suppression_controller.cc', |
942 'browser/renderer_host/input/tap_suppression_controller.h', | 942 'browser/renderer_host/input/tap_suppression_controller.h', |
943 'browser/renderer_host/input/tap_suppression_controller_client.h', | 943 'browser/renderer_host/input/tap_suppression_controller_client.h', |
944 'browser/renderer_host/input/timeout_monitor.cc', | 944 'browser/renderer_host/input/timeout_monitor.cc', |
945 'browser/renderer_host/input/timeout_monitor.h', | 945 'browser/renderer_host/input/timeout_monitor.h', |
| 946 'browser/renderer_host/input/touch_emulator.cc', |
| 947 'browser/renderer_host/input/touch_emulator.h', |
| 948 'browser/renderer_host/input/touch_emulator_client.h', |
946 'browser/renderer_host/input/touch_event_queue.cc', | 949 'browser/renderer_host/input/touch_event_queue.cc', |
947 'browser/renderer_host/input/touch_event_queue.h', | 950 'browser/renderer_host/input/touch_event_queue.h', |
948 'browser/renderer_host/input/touch_action_filter.cc', | 951 'browser/renderer_host/input/touch_action_filter.cc', |
949 'browser/renderer_host/input/touch_action_filter.h', | 952 'browser/renderer_host/input/touch_action_filter.h', |
950 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 953 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
951 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 954 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
952 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 955 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
953 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 956 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
954 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 957 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
955 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | 958 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, |
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1747 '../build/linux/system.gyp:dbus', | 1750 '../build/linux/system.gyp:dbus', |
1748 '../dbus/dbus.gyp:dbus', | 1751 '../dbus/dbus.gyp:dbus', |
1749 ], | 1752 ], |
1750 }, { # OS != "linux" or use_dbus==0 | 1753 }, { # OS != "linux" or use_dbus==0 |
1751 'sources!': [ | 1754 'sources!': [ |
1752 'browser/geolocation/wifi_data_provider_linux.cc', | 1755 'browser/geolocation/wifi_data_provider_linux.cc', |
1753 ], | 1756 ], |
1754 }], | 1757 }], |
1755 ], | 1758 ], |
1756 } | 1759 } |
OLD | NEW |