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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 'browser/renderer_host/gtk_plugin_container.cc', | 804 'browser/renderer_host/gtk_plugin_container.cc', |
805 'browser/renderer_host/gtk_plugin_container.h', | 805 'browser/renderer_host/gtk_plugin_container.h', |
806 'browser/renderer_host/gtk_plugin_container_manager.cc', | 806 'browser/renderer_host/gtk_plugin_container_manager.cc', |
807 'browser/renderer_host/gtk_plugin_container_manager.h', | 807 'browser/renderer_host/gtk_plugin_container_manager.h', |
808 'browser/renderer_host/gtk_window_utils.cc', | 808 'browser/renderer_host/gtk_window_utils.cc', |
809 'browser/renderer_host/gtk_window_utils.h', | 809 'browser/renderer_host/gtk_window_utils.h', |
810 'browser/renderer_host/image_transport_factory_android.cc', | 810 'browser/renderer_host/image_transport_factory_android.cc', |
811 'browser/renderer_host/image_transport_factory_android.h', | 811 'browser/renderer_host/image_transport_factory_android.h', |
812 'browser/renderer_host/ime_adapter_android.cc', | 812 'browser/renderer_host/ime_adapter_android.cc', |
813 'browser/renderer_host/ime_adapter_android.h', | 813 'browser/renderer_host/ime_adapter_android.h', |
| 814 'browser/renderer_host/input/browser_input_event.cc', |
| 815 'browser/renderer_host/input/browser_input_event.h', |
| 816 'browser/renderer_host/input/buffered_input_router.cc', |
| 817 'browser/renderer_host/input/buffered_input_router.h', |
814 'browser/renderer_host/input/gesture_event_filter.cc', | 818 'browser/renderer_host/input/gesture_event_filter.cc', |
815 'browser/renderer_host/input/gesture_event_filter.h', | 819 'browser/renderer_host/input/gesture_event_filter.h', |
816 'browser/renderer_host/input/immediate_input_router.cc', | 820 'browser/renderer_host/input/immediate_input_router.cc', |
817 'browser/renderer_host/input/immediate_input_router.h', | 821 'browser/renderer_host/input/immediate_input_router.h', |
| 822 'browser/renderer_host/input/input_ack_handler.h', |
| 823 'browser/renderer_host/input/input_ack_observer.h', |
| 824 'browser/renderer_host/input/input_queue.cc', |
| 825 'browser/renderer_host/input/input_queue.h', |
| 826 'browser/renderer_host/input/input_queue_client.h', |
818 'browser/renderer_host/input/input_router.h', | 827 'browser/renderer_host/input/input_router.h', |
819 'browser/renderer_host/input/input_router_client.h', | 828 'browser/renderer_host/input/input_router_client.h', |
820 'browser/renderer_host/input/tap_suppression_controller.cc', | 829 'browser/renderer_host/input/tap_suppression_controller.cc', |
821 'browser/renderer_host/input/tap_suppression_controller.h', | 830 'browser/renderer_host/input/tap_suppression_controller.h', |
822 'browser/renderer_host/input/tap_suppression_controller_client.h', | 831 'browser/renderer_host/input/tap_suppression_controller_client.h', |
823 'browser/renderer_host/input/touch_event_queue.cc', | 832 'browser/renderer_host/input/touch_event_queue.cc', |
824 'browser/renderer_host/input/touch_event_queue.h', | 833 'browser/renderer_host/input/touch_event_queue.h', |
825 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 834 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
826 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 835 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
827 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 836 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1528 '../third_party/speex/speex.gyp:libspeex', | 1537 '../third_party/speex/speex.gyp:libspeex', |
1529 ], | 1538 ], |
1530 }], | 1539 }], |
1531 ['linux_use_libgps==1', { | 1540 ['linux_use_libgps==1', { |
1532 'dependencies': [ | 1541 'dependencies': [ |
1533 '../build/linux/system.gyp:libgps', | 1542 '../build/linux/system.gyp:libgps', |
1534 ], | 1543 ], |
1535 }], | 1544 }], |
1536 ], | 1545 ], |
1537 } | 1546 } |
OLD | NEW |