| 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 'browser/renderer_host/gtk_plugin_container.cc', | 801 'browser/renderer_host/gtk_plugin_container.cc', |
| 802 'browser/renderer_host/gtk_plugin_container.h', | 802 'browser/renderer_host/gtk_plugin_container.h', |
| 803 'browser/renderer_host/gtk_plugin_container_manager.cc', | 803 'browser/renderer_host/gtk_plugin_container_manager.cc', |
| 804 'browser/renderer_host/gtk_plugin_container_manager.h', | 804 'browser/renderer_host/gtk_plugin_container_manager.h', |
| 805 'browser/renderer_host/gtk_window_utils.cc', | 805 'browser/renderer_host/gtk_window_utils.cc', |
| 806 'browser/renderer_host/gtk_window_utils.h', | 806 'browser/renderer_host/gtk_window_utils.h', |
| 807 'browser/renderer_host/image_transport_factory_android.cc', | 807 'browser/renderer_host/image_transport_factory_android.cc', |
| 808 'browser/renderer_host/image_transport_factory_android.h', | 808 'browser/renderer_host/image_transport_factory_android.h', |
| 809 'browser/renderer_host/ime_adapter_android.cc', | 809 'browser/renderer_host/ime_adapter_android.cc', |
| 810 'browser/renderer_host/ime_adapter_android.h', | 810 'browser/renderer_host/ime_adapter_android.h', |
| 811 'browser/renderer_host/input/buffered_input_router.cc', |
| 812 'browser/renderer_host/input/buffered_input_router.h', |
| 811 'browser/renderer_host/input/gesture_event_filter.cc', | 813 'browser/renderer_host/input/gesture_event_filter.cc', |
| 812 'browser/renderer_host/input/gesture_event_filter.h', | 814 'browser/renderer_host/input/gesture_event_filter.h', |
| 813 'browser/renderer_host/input/immediate_input_router.cc', | 815 'browser/renderer_host/input/immediate_input_router.cc', |
| 814 'browser/renderer_host/input/immediate_input_router.h', | 816 'browser/renderer_host/input/immediate_input_router.h', |
| 817 'browser/renderer_host/input/input_ack_handler.h', |
| 818 'browser/renderer_host/input/input_ack_observer.h', |
| 819 'browser/renderer_host/input/input_queue.cc', |
| 820 'browser/renderer_host/input/input_queue.h', |
| 821 'browser/renderer_host/input/input_queue_client.h', |
| 815 'browser/renderer_host/input/input_router.h', | 822 'browser/renderer_host/input/input_router.h', |
| 816 'browser/renderer_host/input/input_router_client.h', | 823 'browser/renderer_host/input/input_router_client.h', |
| 817 'browser/renderer_host/input/tap_suppression_controller.cc', | 824 'browser/renderer_host/input/tap_suppression_controller.cc', |
| 818 'browser/renderer_host/input/tap_suppression_controller.h', | 825 'browser/renderer_host/input/tap_suppression_controller.h', |
| 819 'browser/renderer_host/input/tap_suppression_controller_client.h', | 826 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 820 'browser/renderer_host/input/touch_event_queue.cc', | 827 'browser/renderer_host/input/touch_event_queue.cc', |
| 821 'browser/renderer_host/input/touch_event_queue.h', | 828 'browser/renderer_host/input/touch_event_queue.h', |
| 822 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 829 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
| 823 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 830 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 824 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 831 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 '../third_party/speex/speex.gyp:libspeex', | 1515 '../third_party/speex/speex.gyp:libspeex', |
| 1509 ], | 1516 ], |
| 1510 }], | 1517 }], |
| 1511 ['linux_use_libgps==1', { | 1518 ['linux_use_libgps==1', { |
| 1512 'dependencies': [ | 1519 'dependencies': [ |
| 1513 '../build/linux/system.gyp:libgps', | 1520 '../build/linux/system.gyp:libgps', |
| 1514 ], | 1521 ], |
| 1515 }], | 1522 }], |
| 1516 ], | 1523 ], |
| 1517 } | 1524 } |
| OLD | NEW |