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

Side by Side Diff: content/content_browser.gypi

Issue 260923003: Revert of Consolidate all touch/gesture related constants in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 '../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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'browser/renderer_host/image_transport_factory_android.h', 898 'browser/renderer_host/image_transport_factory_android.h',
899 'browser/renderer_host/ime_adapter_android.cc', 899 'browser/renderer_host/ime_adapter_android.cc',
900 'browser/renderer_host/ime_adapter_android.h', 900 'browser/renderer_host/ime_adapter_android.h',
901 'browser/renderer_host/input/gesture_event_queue.cc', 901 'browser/renderer_host/input/gesture_event_queue.cc',
902 'browser/renderer_host/input/gesture_event_queue.h', 902 'browser/renderer_host/input/gesture_event_queue.h',
903 'browser/renderer_host/input/input_ack_handler.h', 903 'browser/renderer_host/input/input_ack_handler.h',
904 'browser/renderer_host/input/input_router.h', 904 'browser/renderer_host/input/input_router.h',
905 'browser/renderer_host/input/input_router_client.h', 905 'browser/renderer_host/input/input_router_client.h',
906 'browser/renderer_host/input/input_router_impl.cc', 906 'browser/renderer_host/input/input_router_impl.cc',
907 'browser/renderer_host/input/input_router_impl.h', 907 'browser/renderer_host/input/input_router_impl.h',
908 'browser/renderer_host/input/input_router_config_helper.cc',
909 'browser/renderer_host/input/input_router_config_helper.h',
910 'browser/renderer_host/input/motion_event_android.cc', 908 'browser/renderer_host/input/motion_event_android.cc',
911 'browser/renderer_host/input/motion_event_android.h', 909 'browser/renderer_host/input/motion_event_android.h',
912 'browser/renderer_host/input/motion_event_web.cc', 910 'browser/renderer_host/input/motion_event_web.cc',
913 'browser/renderer_host/input/motion_event_web.h', 911 'browser/renderer_host/input/motion_event_web.h',
914 'browser/renderer_host/input/synthetic_gesture.cc', 912 'browser/renderer_host/input/synthetic_gesture.cc',
915 'browser/renderer_host/input/synthetic_gesture.h', 913 'browser/renderer_host/input/synthetic_gesture.h',
916 'browser/renderer_host/input/synthetic_gesture_controller.cc', 914 'browser/renderer_host/input/synthetic_gesture_controller.cc',
917 'browser/renderer_host/input/synthetic_gesture_controller.h', 915 'browser/renderer_host/input/synthetic_gesture_controller.h',
918 'browser/renderer_host/input/synthetic_gesture_target.h', 916 'browser/renderer_host/input/synthetic_gesture_target.h',
919 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 917 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
(...skipping 13 matching lines...) Expand all
933 'browser/renderer_host/input/tap_suppression_controller_client.h', 931 'browser/renderer_host/input/tap_suppression_controller_client.h',
934 'browser/renderer_host/input/timeout_monitor.cc', 932 'browser/renderer_host/input/timeout_monitor.cc',
935 'browser/renderer_host/input/timeout_monitor.h', 933 'browser/renderer_host/input/timeout_monitor.h',
936 'browser/renderer_host/input/touch_emulator.cc', 934 'browser/renderer_host/input/touch_emulator.cc',
937 'browser/renderer_host/input/touch_emulator.h', 935 'browser/renderer_host/input/touch_emulator.h',
938 'browser/renderer_host/input/touch_emulator_client.h', 936 'browser/renderer_host/input/touch_emulator_client.h',
939 'browser/renderer_host/input/touch_event_queue.cc', 937 'browser/renderer_host/input/touch_event_queue.cc',
940 'browser/renderer_host/input/touch_event_queue.h', 938 'browser/renderer_host/input/touch_event_queue.h',
941 'browser/renderer_host/input/touch_action_filter.cc', 939 'browser/renderer_host/input/touch_action_filter.cc',
942 'browser/renderer_host/input/touch_action_filter.h', 940 'browser/renderer_host/input/touch_action_filter.h',
941 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc',
943 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 942 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
944 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 943 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
945 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 944 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
946 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 945 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
946 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc' ,
947 'browser/renderer_host/input/web_input_event_builders_android.cc', 947 'browser/renderer_host/input/web_input_event_builders_android.cc',
948 'browser/renderer_host/input/web_input_event_builders_android.h', 948 'browser/renderer_host/input/web_input_event_builders_android.h',
949 'browser/renderer_host/input/web_input_event_builders_win.cc', 949 'browser/renderer_host/input/web_input_event_builders_win.cc',
950 'browser/renderer_host/input/web_input_event_builders_win.h', 950 'browser/renderer_host/input/web_input_event_builders_win.h',
951 'browser/renderer_host/input/web_input_event_util.cc', 951 'browser/renderer_host/input/web_input_event_util.cc',
952 'browser/renderer_host/input/web_input_event_util.h', 952 'browser/renderer_host/input/web_input_event_util.h',
953 'browser/renderer_host/input/web_input_event_util_posix.cc', 953 'browser/renderer_host/input/web_input_event_util_posix.cc',
954 'browser/renderer_host/input/web_input_event_util_posix.h', 954 'browser/renderer_host/input/web_input_event_util_posix.h',
955 'browser/renderer_host/java/java_bound_object.cc', 955 'browser/renderer_host/java/java_bound_object.cc',
956 'browser/renderer_host/java/java_bound_object.h', 956 'browser/renderer_host/java/java_bound_object.h',
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 'browser/geolocation/wifi_data_provider_linux.cc', 1642 'browser/geolocation/wifi_data_provider_linux.cc',
1643 'browser/power_save_blocker_ozone.cc', 1643 'browser/power_save_blocker_ozone.cc',
1644 'browser/power_save_blocker_x11.cc', 1644 'browser/power_save_blocker_x11.cc',
1645 ], 1645 ],
1646 }], 1646 }],
1647 ['os_bsd==1', { 1647 ['os_bsd==1', {
1648 'sources/': [ 1648 'sources/': [
1649 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ], 1649 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
1650 ], 1650 ],
1651 }], 1651 }],
1652 ['use_aura!=1 and OS!="android"', {
1653 'sources!': [
1654 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1655 'browser/renderer_host/tap_suppression_controller.cc',
1656 ],
1657 }, {
1658 'sources!': [
1659 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc',
1660 ],
1661 }],
1652 ['use_aura==1', { 1662 ['use_aura==1', {
1653 'dependencies': [ 1663 'dependencies': [
1654 '../ui/aura/aura.gyp:aura', 1664 '../ui/aura/aura.gyp:aura',
1655 '../ui/base/strings/ui_strings.gyp:ui_strings', 1665 '../ui/base/strings/ui_strings.gyp:ui_strings',
1656 ], 1666 ],
1667 'sources/': [
1668 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'],
1669 ],
1657 }, { 1670 }, {
1658 'sources/': [ 1671 'sources/': [
1672 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1659 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1673 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1660 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1674 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1661 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1675 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
1662 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1676 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
1663 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 1677 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
1664 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 1678 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
1665 ], 1679 ],
1666 }], 1680 }],
1667 ['use_aura==1 or OS=="mac"', { 1681 ['use_aura==1 or OS=="mac"', {
1668 'dependencies': [ 1682 'dependencies': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 '../build/linux/system.gyp:dbus', 1734 '../build/linux/system.gyp:dbus',
1721 '../dbus/dbus.gyp:dbus', 1735 '../dbus/dbus.gyp:dbus',
1722 ], 1736 ],
1723 }, { # OS != "linux" or use_dbus==0 1737 }, { # OS != "linux" or use_dbus==0
1724 'sources!': [ 1738 'sources!': [
1725 'browser/geolocation/wifi_data_provider_linux.cc', 1739 'browser/geolocation/wifi_data_provider_linux.cc',
1726 ], 1740 ],
1727 }], 1741 }],
1728 ], 1742 ],
1729 } 1743 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_unittest.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698