OLD | NEW |
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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
897 'browser/renderer_host/image_transport_factory_android.h', | 897 'browser/renderer_host/image_transport_factory_android.h', |
898 'browser/renderer_host/ime_adapter_android.cc', | 898 'browser/renderer_host/ime_adapter_android.cc', |
899 'browser/renderer_host/ime_adapter_android.h', | 899 'browser/renderer_host/ime_adapter_android.h', |
900 'browser/renderer_host/input/gesture_event_queue.cc', | 900 'browser/renderer_host/input/gesture_event_queue.cc', |
901 'browser/renderer_host/input/gesture_event_queue.h', | 901 'browser/renderer_host/input/gesture_event_queue.h', |
902 'browser/renderer_host/input/input_ack_handler.h', | 902 'browser/renderer_host/input/input_ack_handler.h', |
903 'browser/renderer_host/input/input_router.h', | 903 'browser/renderer_host/input/input_router.h', |
904 'browser/renderer_host/input/input_router_client.h', | 904 'browser/renderer_host/input/input_router_client.h', |
905 'browser/renderer_host/input/input_router_impl.cc', | 905 'browser/renderer_host/input/input_router_impl.cc', |
906 'browser/renderer_host/input/input_router_impl.h', | 906 'browser/renderer_host/input/input_router_impl.h', |
| 907 'browser/renderer_host/input/input_router_config_helper.cc', |
| 908 'browser/renderer_host/input/input_router_config_helper.h', |
907 'browser/renderer_host/input/motion_event_android.cc', | 909 'browser/renderer_host/input/motion_event_android.cc', |
908 'browser/renderer_host/input/motion_event_android.h', | 910 'browser/renderer_host/input/motion_event_android.h', |
909 'browser/renderer_host/input/motion_event_web.cc', | 911 'browser/renderer_host/input/motion_event_web.cc', |
910 'browser/renderer_host/input/motion_event_web.h', | 912 'browser/renderer_host/input/motion_event_web.h', |
911 'browser/renderer_host/input/synthetic_gesture.cc', | 913 'browser/renderer_host/input/synthetic_gesture.cc', |
912 'browser/renderer_host/input/synthetic_gesture.h', | 914 'browser/renderer_host/input/synthetic_gesture.h', |
913 'browser/renderer_host/input/synthetic_gesture_controller.cc', | 915 'browser/renderer_host/input/synthetic_gesture_controller.cc', |
914 'browser/renderer_host/input/synthetic_gesture_controller.h', | 916 'browser/renderer_host/input/synthetic_gesture_controller.h', |
915 'browser/renderer_host/input/synthetic_gesture_target.h', | 917 'browser/renderer_host/input/synthetic_gesture_target.h', |
916 'browser/renderer_host/input/synthetic_gesture_target_android.cc', | 918 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
(...skipping 13 matching lines...) Expand all Loading... |
930 'browser/renderer_host/input/tap_suppression_controller_client.h', | 932 'browser/renderer_host/input/tap_suppression_controller_client.h', |
931 'browser/renderer_host/input/timeout_monitor.cc', | 933 'browser/renderer_host/input/timeout_monitor.cc', |
932 'browser/renderer_host/input/timeout_monitor.h', | 934 'browser/renderer_host/input/timeout_monitor.h', |
933 'browser/renderer_host/input/touch_emulator.cc', | 935 'browser/renderer_host/input/touch_emulator.cc', |
934 'browser/renderer_host/input/touch_emulator.h', | 936 'browser/renderer_host/input/touch_emulator.h', |
935 'browser/renderer_host/input/touch_emulator_client.h', | 937 'browser/renderer_host/input/touch_emulator_client.h', |
936 'browser/renderer_host/input/touch_event_queue.cc', | 938 'browser/renderer_host/input/touch_event_queue.cc', |
937 'browser/renderer_host/input/touch_event_queue.h', | 939 'browser/renderer_host/input/touch_event_queue.h', |
938 'browser/renderer_host/input/touch_action_filter.cc', | 940 'browser/renderer_host/input/touch_action_filter.cc', |
939 'browser/renderer_host/input/touch_action_filter.h', | 941 'browser/renderer_host/input/touch_action_filter.h', |
940 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | |
941 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 942 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
942 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 943 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
943 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 944 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
944 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 945 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
945 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | |
946 'browser/renderer_host/input/web_input_event_builders_android.cc', | 946 'browser/renderer_host/input/web_input_event_builders_android.cc', |
947 'browser/renderer_host/input/web_input_event_builders_android.h', | 947 'browser/renderer_host/input/web_input_event_builders_android.h', |
948 'browser/renderer_host/input/web_input_event_builders_win.cc', | 948 'browser/renderer_host/input/web_input_event_builders_win.cc', |
949 'browser/renderer_host/input/web_input_event_builders_win.h', | 949 'browser/renderer_host/input/web_input_event_builders_win.h', |
950 'browser/renderer_host/input/web_input_event_util.cc', | 950 'browser/renderer_host/input/web_input_event_util.cc', |
951 'browser/renderer_host/input/web_input_event_util.h', | 951 'browser/renderer_host/input/web_input_event_util.h', |
952 'browser/renderer_host/input/web_input_event_util_posix.cc', | 952 'browser/renderer_host/input/web_input_event_util_posix.cc', |
953 'browser/renderer_host/input/web_input_event_util_posix.h', | 953 'browser/renderer_host/input/web_input_event_util_posix.h', |
954 'browser/renderer_host/java/java_bound_object.cc', | 954 'browser/renderer_host/java/java_bound_object.cc', |
955 'browser/renderer_host/java/java_bound_object.h', | 955 'browser/renderer_host/java/java_bound_object.h', |
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1641 'browser/geolocation/wifi_data_provider_linux.cc', | 1641 'browser/geolocation/wifi_data_provider_linux.cc', |
1642 'browser/power_save_blocker_ozone.cc', | 1642 'browser/power_save_blocker_ozone.cc', |
1643 'browser/power_save_blocker_x11.cc', | 1643 'browser/power_save_blocker_x11.cc', |
1644 ], | 1644 ], |
1645 }], | 1645 }], |
1646 ['os_bsd==1', { | 1646 ['os_bsd==1', { |
1647 'sources/': [ | 1647 'sources/': [ |
1648 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], | 1648 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], |
1649 ], | 1649 ], |
1650 }], | 1650 }], |
1651 ['use_aura!=1 and OS!="android"', { | |
1652 'sources!': [ | |
1653 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | |
1654 'browser/renderer_host/tap_suppression_controller.cc', | |
1655 ], | |
1656 }, { | |
1657 'sources!': [ | |
1658 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub
.cc', | |
1659 ], | |
1660 }], | |
1661 ['use_aura==1', { | 1651 ['use_aura==1', { |
1662 'dependencies': [ | 1652 'dependencies': [ |
1663 '../ui/aura/aura.gyp:aura', | 1653 '../ui/aura/aura.gyp:aura', |
1664 '../ui/base/strings/ui_strings.gyp:ui_strings', | 1654 '../ui/base/strings/ui_strings.gyp:ui_strings', |
1665 ], | 1655 ], |
1666 'sources/': [ | |
1667 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller.cc'], | |
1668 ], | |
1669 }, { | 1656 }, { |
1670 'sources/': [ | 1657 'sources/': [ |
1671 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr
oller_aura.cc'], | |
1672 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 1658 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
1673 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 1659 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
1674 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], | 1660 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], |
1675 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], | 1661 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], |
1676 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], | 1662 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], |
1677 ['exclude', '^browser/renderer_host/ui_events_helper.h'], | 1663 ['exclude', '^browser/renderer_host/ui_events_helper.h'], |
1678 ], | 1664 ], |
1679 }], | 1665 }], |
1680 ['use_aura==1 or OS=="mac"', { | 1666 ['use_aura==1 or OS=="mac"', { |
1681 'dependencies': [ | 1667 'dependencies': [ |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1733 '../build/linux/system.gyp:dbus', | 1719 '../build/linux/system.gyp:dbus', |
1734 '../dbus/dbus.gyp:dbus', | 1720 '../dbus/dbus.gyp:dbus', |
1735 ], | 1721 ], |
1736 }, { # OS != "linux" or use_dbus==0 | 1722 }, { # OS != "linux" or use_dbus==0 |
1737 'sources!': [ | 1723 'sources!': [ |
1738 'browser/geolocation/wifi_data_provider_linux.cc', | 1724 'browser/geolocation/wifi_data_provider_linux.cc', |
1739 ], | 1725 ], |
1740 }], | 1726 }], |
1741 ], | 1727 ], |
1742 } | 1728 } |
OLD | NEW |