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

Side by Side Diff: content/content_browser.gypi

Issue 120513005: [Android] Perform eager gesture recognition on MotionEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More testing Created 6 years, 10 months 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 '../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
843 'browser/renderer_host/gtk_plugin_container_manager.cc', 843 'browser/renderer_host/gtk_plugin_container_manager.cc',
844 'browser/renderer_host/gtk_plugin_container_manager.h', 844 'browser/renderer_host/gtk_plugin_container_manager.h',
845 'browser/renderer_host/gtk_window_utils.cc', 845 'browser/renderer_host/gtk_window_utils.cc',
846 'browser/renderer_host/gtk_window_utils.h', 846 'browser/renderer_host/gtk_window_utils.h',
847 'browser/renderer_host/image_transport_factory_android.cc', 847 'browser/renderer_host/image_transport_factory_android.cc',
848 'browser/renderer_host/image_transport_factory_android.h', 848 'browser/renderer_host/image_transport_factory_android.h',
849 'browser/renderer_host/ime_adapter_android.cc', 849 'browser/renderer_host/ime_adapter_android.cc',
850 'browser/renderer_host/ime_adapter_android.h', 850 'browser/renderer_host/ime_adapter_android.h',
851 'browser/renderer_host/input/gesture_event_filter.cc', 851 'browser/renderer_host/input/gesture_event_filter.cc',
852 'browser/renderer_host/input/gesture_event_filter.h', 852 'browser/renderer_host/input/gesture_event_filter.h',
853 'browser/renderer_host/input/gesture_event_packet.cc',
854 'browser/renderer_host/input/gesture_event_packet.h',
855 'browser/renderer_host/input/gesture_event_queue.cc',
856 'browser/renderer_host/input/gesture_event_queue.h',
853 'browser/renderer_host/input/input_ack_handler.h', 857 'browser/renderer_host/input/input_ack_handler.h',
854 'browser/renderer_host/input/input_router.h', 858 'browser/renderer_host/input/input_router.h',
855 'browser/renderer_host/input/input_router_client.h', 859 'browser/renderer_host/input/input_router_client.h',
856 'browser/renderer_host/input/input_router_impl.cc', 860 'browser/renderer_host/input/input_router_impl.cc',
857 'browser/renderer_host/input/input_router_impl.h', 861 'browser/renderer_host/input/input_router_impl.h',
858 'browser/renderer_host/input/synthetic_gesture.cc', 862 'browser/renderer_host/input/synthetic_gesture.cc',
859 'browser/renderer_host/input/synthetic_gesture.h', 863 'browser/renderer_host/input/synthetic_gesture.h',
860 'browser/renderer_host/input/synthetic_gesture_controller.cc', 864 'browser/renderer_host/input/synthetic_gesture_controller.cc',
861 'browser/renderer_host/input/synthetic_gesture_controller.h', 865 'browser/renderer_host/input/synthetic_gesture_controller.h',
862 'browser/renderer_host/input/synthetic_gesture_target.h', 866 'browser/renderer_host/input/synthetic_gesture_target.h',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 '../build/linux/system.gyp:dbus', 1640 '../build/linux/system.gyp:dbus',
1637 '../dbus/dbus.gyp:dbus', 1641 '../dbus/dbus.gyp:dbus',
1638 ], 1642 ],
1639 }, { # OS != "linux" or use_dbus==0 1643 }, { # OS != "linux" or use_dbus==0
1640 'sources!': [ 1644 'sources!': [
1641 'browser/geolocation/wifi_data_provider_linux.cc', 1645 'browser/geolocation/wifi_data_provider_linux.cc',
1642 ], 1646 ],
1643 }], 1647 }],
1644 ], 1648 ],
1645 } 1649 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_base.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698