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

Side by Side Diff: content/content_browser.gypi

Issue 182383007: Make the ContentGestureProvider a ui::FilteredGestureProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Lower similarity Created 6 years, 9 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
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_util.cc ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 'browser/renderer_host/gtk_plugin_container.cc', 866 'browser/renderer_host/gtk_plugin_container.cc',
867 'browser/renderer_host/gtk_plugin_container.h', 867 'browser/renderer_host/gtk_plugin_container.h',
868 'browser/renderer_host/gtk_plugin_container_manager.cc', 868 'browser/renderer_host/gtk_plugin_container_manager.cc',
869 'browser/renderer_host/gtk_plugin_container_manager.h', 869 'browser/renderer_host/gtk_plugin_container_manager.h',
870 'browser/renderer_host/gtk_window_utils.cc', 870 'browser/renderer_host/gtk_window_utils.cc',
871 'browser/renderer_host/gtk_window_utils.h', 871 'browser/renderer_host/gtk_window_utils.h',
872 'browser/renderer_host/image_transport_factory_android.cc', 872 'browser/renderer_host/image_transport_factory_android.cc',
873 'browser/renderer_host/image_transport_factory_android.h', 873 'browser/renderer_host/image_transport_factory_android.h',
874 'browser/renderer_host/ime_adapter_android.cc', 874 'browser/renderer_host/ime_adapter_android.cc',
875 'browser/renderer_host/ime_adapter_android.h', 875 'browser/renderer_host/ime_adapter_android.h',
876 'browser/renderer_host/input/content_gesture_provider.cc',
877 'browser/renderer_host/input/content_gesture_provider.h',
878 'browser/renderer_host/input/gesture_event_queue.cc', 876 'browser/renderer_host/input/gesture_event_queue.cc',
879 'browser/renderer_host/input/gesture_event_queue.h', 877 'browser/renderer_host/input/gesture_event_queue.h',
880 'browser/renderer_host/input/input_ack_handler.h', 878 'browser/renderer_host/input/input_ack_handler.h',
881 'browser/renderer_host/input/input_router.h', 879 'browser/renderer_host/input/input_router.h',
882 'browser/renderer_host/input/input_router_client.h', 880 'browser/renderer_host/input/input_router_client.h',
883 'browser/renderer_host/input/input_router_impl.cc', 881 'browser/renderer_host/input/input_router_impl.cc',
884 'browser/renderer_host/input/input_router_impl.h', 882 'browser/renderer_host/input/input_router_impl.h',
885 'browser/renderer_host/input/motion_event_android.cc', 883 'browser/renderer_host/input/motion_event_android.cc',
886 'browser/renderer_host/input/motion_event_android.h', 884 'browser/renderer_host/input/motion_event_android.h',
887 'browser/renderer_host/input/motion_event_web.cc', 885 'browser/renderer_host/input/motion_event_web.cc',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 '../build/linux/system.gyp:dbus', 1674 '../build/linux/system.gyp:dbus',
1677 '../dbus/dbus.gyp:dbus', 1675 '../dbus/dbus.gyp:dbus',
1678 ], 1676 ],
1679 }, { # OS != "linux" or use_dbus==0 1677 }, { # OS != "linux" or use_dbus==0
1680 'sources!': [ 1678 'sources!': [
1681 'browser/geolocation/wifi_data_provider_linux.cc', 1679 'browser/geolocation/wifi_data_provider_linux.cc',
1682 ], 1680 ],
1683 }], 1681 }],
1684 ], 1682 ],
1685 } 1683 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_util.cc ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698