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

Side by Side Diff: content/content_browser.gypi

Issue 235003005: Consolidate all touch/gesture related constants in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compilation fixes 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',
908 'browser/renderer_host/input/motion_event_android.cc', 910 'browser/renderer_host/input/motion_event_android.cc',
909 'browser/renderer_host/input/motion_event_android.h', 911 'browser/renderer_host/input/motion_event_android.h',
910 'browser/renderer_host/input/motion_event_web.cc', 912 'browser/renderer_host/input/motion_event_web.cc',
911 'browser/renderer_host/input/motion_event_web.h', 913 'browser/renderer_host/input/motion_event_web.h',
912 'browser/renderer_host/input/synthetic_gesture.cc', 914 'browser/renderer_host/input/synthetic_gesture.cc',
913 'browser/renderer_host/input/synthetic_gesture.h', 915 'browser/renderer_host/input/synthetic_gesture.h',
914 'browser/renderer_host/input/synthetic_gesture_controller.cc', 916 'browser/renderer_host/input/synthetic_gesture_controller.cc',
915 'browser/renderer_host/input/synthetic_gesture_controller.h', 917 'browser/renderer_host/input/synthetic_gesture_controller.h',
916 'browser/renderer_host/input/synthetic_gesture_target.h', 918 'browser/renderer_host/input/synthetic_gesture_target.h',
917 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 919 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
(...skipping 13 matching lines...) Expand all
931 'browser/renderer_host/input/tap_suppression_controller_client.h', 933 'browser/renderer_host/input/tap_suppression_controller_client.h',
932 'browser/renderer_host/input/timeout_monitor.cc', 934 'browser/renderer_host/input/timeout_monitor.cc',
933 'browser/renderer_host/input/timeout_monitor.h', 935 'browser/renderer_host/input/timeout_monitor.h',
934 'browser/renderer_host/input/touch_emulator.cc', 936 'browser/renderer_host/input/touch_emulator.cc',
935 'browser/renderer_host/input/touch_emulator.h', 937 'browser/renderer_host/input/touch_emulator.h',
936 'browser/renderer_host/input/touch_emulator_client.h', 938 'browser/renderer_host/input/touch_emulator_client.h',
937 'browser/renderer_host/input/touch_event_queue.cc', 939 'browser/renderer_host/input/touch_event_queue.cc',
938 'browser/renderer_host/input/touch_event_queue.h', 940 'browser/renderer_host/input/touch_event_queue.h',
939 'browser/renderer_host/input/touch_action_filter.cc', 941 'browser/renderer_host/input/touch_action_filter.cc',
940 'browser/renderer_host/input/touch_action_filter.h', 942 'browser/renderer_host/input/touch_action_filter.h',
941 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc',
942 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 943 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
943 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 944 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
944 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 945 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
945 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 946 '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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1640 'browser/geolocation/wifi_data_provider_linux.cc', 1640 'browser/geolocation/wifi_data_provider_linux.cc',
1641 'browser/power_save_blocker_ozone.cc', 1641 'browser/power_save_blocker_ozone.cc',
1642 'browser/power_save_blocker_x11.cc', 1642 'browser/power_save_blocker_x11.cc',
1643 ], 1643 ],
1644 }], 1644 }],
1645 ['os_bsd==1', { 1645 ['os_bsd==1', {
1646 'sources/': [ 1646 'sources/': [
1647 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ], 1647 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
1648 ], 1648 ],
1649 }], 1649 }],
1650 ['use_aura!=1 and OS!="android"', {
1651 'sources!': [
1652 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1653 'browser/renderer_host/tap_suppression_controller.cc',
1654 ],
1655 }, {
1656 'sources!': [
1657 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc',
1658 ],
1659 }],
1660 ['use_aura==1', { 1650 ['use_aura==1', {
1661 'dependencies': [ 1651 'dependencies': [
1662 '../ui/aura/aura.gyp:aura', 1652 '../ui/aura/aura.gyp:aura',
1663 '../ui/base/strings/ui_strings.gyp:ui_strings', 1653 '../ui/base/strings/ui_strings.gyp:ui_strings',
1664 ], 1654 ],
1665 'sources/': [
1666 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'],
1667 ],
1668 }, { 1655 }, {
1669 'sources/': [ 1656 'sources/': [
1670 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1671 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1657 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1672 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1658 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1673 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1659 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
1674 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1660 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
1675 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 1661 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
1676 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 1662 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
1677 ], 1663 ],
1678 }], 1664 }],
1679 ['use_aura==1 or OS=="mac"', { 1665 ['use_aura==1 or OS=="mac"', {
1680 'dependencies': [ 1666 'dependencies': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 '../build/linux/system.gyp:dbus', 1714 '../build/linux/system.gyp:dbus',
1729 '../dbus/dbus.gyp:dbus', 1715 '../dbus/dbus.gyp:dbus',
1730 ], 1716 ],
1731 }, { # OS != "linux" or use_dbus==0 1717 }, { # OS != "linux" or use_dbus==0
1732 'sources!': [ 1718 'sources!': [
1733 'browser/geolocation/wifi_data_provider_linux.cc', 1719 'browser/geolocation/wifi_data_provider_linux.cc',
1734 ], 1720 ],
1735 }], 1721 }],
1736 ], 1722 ],
1737 } 1723 }
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