Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: content/content_browser.gypi

Issue 48973005: Move TouchEvent timeout code to the TouchEventQueue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 'browser/renderer_host/input/synthetic_gesture_target_aura.h', 856 'browser/renderer_host/input/synthetic_gesture_target_aura.h',
857 'browser/renderer_host/input/synthetic_gesture_target_base.cc', 857 'browser/renderer_host/input/synthetic_gesture_target_base.cc',
858 'browser/renderer_host/input/synthetic_gesture_target_base.h', 858 'browser/renderer_host/input/synthetic_gesture_target_base.h',
859 'browser/renderer_host/input/synthetic_pinch_gesture.cc', 859 'browser/renderer_host/input/synthetic_pinch_gesture.cc',
860 'browser/renderer_host/input/synthetic_pinch_gesture.h', 860 'browser/renderer_host/input/synthetic_pinch_gesture.h',
861 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', 861 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc',
862 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', 862 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h',
863 'browser/renderer_host/input/tap_suppression_controller.cc', 863 'browser/renderer_host/input/tap_suppression_controller.cc',
864 'browser/renderer_host/input/tap_suppression_controller.h', 864 'browser/renderer_host/input/tap_suppression_controller.h',
865 'browser/renderer_host/input/tap_suppression_controller_client.h', 865 'browser/renderer_host/input/tap_suppression_controller_client.h',
866 'browser/renderer_host/input/timeout_monitor.cc',
867 'browser/renderer_host/input/timeout_monitor.h',
866 'browser/renderer_host/input/touch_event_queue.cc', 868 'browser/renderer_host/input/touch_event_queue.cc',
867 'browser/renderer_host/input/touch_event_queue.h', 869 'browser/renderer_host/input/touch_event_queue.h',
868 'browser/renderer_host/input/touch_action_filter.cc', 870 'browser/renderer_host/input/touch_action_filter.cc',
869 'browser/renderer_host/input/touch_action_filter.h', 871 'browser/renderer_host/input/touch_action_filter.h',
870 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', 872 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc',
871 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 873 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
872 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 874 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
873 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 875 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
874 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 876 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
875 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc' , 877 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc' ,
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 '../build/linux/system.gyp:dbus', 1634 '../build/linux/system.gyp:dbus',
1633 '../dbus/dbus.gyp:dbus', 1635 '../dbus/dbus.gyp:dbus',
1634 ], 1636 ],
1635 }, { # OS != "linux" or use_dbus==0 1637 }, { # OS != "linux" or use_dbus==0
1636 'sources!': [ 1638 'sources!': [
1637 'browser/geolocation/wifi_data_provider_linux.cc', 1639 'browser/geolocation/wifi_data_provider_linux.cc',
1638 ], 1640 ],
1639 }], 1641 }],
1640 ], 1642 ],
1641 } 1643 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698