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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
850 'browser/renderer_host/input/synthetic_gesture_target_aura.h', | 850 'browser/renderer_host/input/synthetic_gesture_target_aura.h', |
851 'browser/renderer_host/input/synthetic_gesture_target_base.cc', | 851 'browser/renderer_host/input/synthetic_gesture_target_base.cc', |
852 'browser/renderer_host/input/synthetic_gesture_target_base.h', | 852 'browser/renderer_host/input/synthetic_gesture_target_base.h', |
853 'browser/renderer_host/input/synthetic_pinch_gesture.cc', | 853 'browser/renderer_host/input/synthetic_pinch_gesture.cc', |
854 'browser/renderer_host/input/synthetic_pinch_gesture.h', | 854 'browser/renderer_host/input/synthetic_pinch_gesture.h', |
855 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', | 855 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', |
856 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', | 856 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', |
857 'browser/renderer_host/input/tap_suppression_controller.cc', | 857 'browser/renderer_host/input/tap_suppression_controller.cc', |
858 'browser/renderer_host/input/tap_suppression_controller.h', | 858 'browser/renderer_host/input/tap_suppression_controller.h', |
859 'browser/renderer_host/input/tap_suppression_controller_client.h', | 859 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 860 'browser/renderer_host/input/timeout_monitor.cc', |
| 861 'browser/renderer_host/input/timeout_monitor.h', |
860 'browser/renderer_host/input/touch_event_queue.cc', | 862 'browser/renderer_host/input/touch_event_queue.cc', |
861 'browser/renderer_host/input/touch_event_queue.h', | 863 'browser/renderer_host/input/touch_event_queue.h', |
862 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 864 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
863 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 865 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
864 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 866 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
865 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 867 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
866 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 868 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
867 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, | 869 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc'
, |
868 'browser/renderer_host/input/web_input_event_builders_android.cc', | 870 'browser/renderer_host/input/web_input_event_builders_android.cc', |
869 'browser/renderer_host/input/web_input_event_builders_android.h', | 871 'browser/renderer_host/input/web_input_event_builders_android.h', |
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1627 '../build/linux/system.gyp:dbus', | 1629 '../build/linux/system.gyp:dbus', |
1628 '../dbus/dbus.gyp:dbus', | 1630 '../dbus/dbus.gyp:dbus', |
1629 ], | 1631 ], |
1630 }, { # OS != "linux" or use_dbus==0 | 1632 }, { # OS != "linux" or use_dbus==0 |
1631 'sources!': [ | 1633 'sources!': [ |
1632 'browser/geolocation/wifi_data_provider_linux.cc', | 1634 'browser/geolocation/wifi_data_provider_linux.cc', |
1633 ], | 1635 ], |
1634 }], | 1636 }], |
1635 ], | 1637 ], |
1636 } | 1638 } |
OLD | NEW |