| 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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'browser/renderer_host/gtk_plugin_container.cc', | 817 'browser/renderer_host/gtk_plugin_container.cc', |
| 818 'browser/renderer_host/gtk_plugin_container.h', | 818 'browser/renderer_host/gtk_plugin_container.h', |
| 819 'browser/renderer_host/gtk_plugin_container_manager.cc', | 819 'browser/renderer_host/gtk_plugin_container_manager.cc', |
| 820 'browser/renderer_host/gtk_plugin_container_manager.h', | 820 'browser/renderer_host/gtk_plugin_container_manager.h', |
| 821 'browser/renderer_host/gtk_window_utils.cc', | 821 'browser/renderer_host/gtk_window_utils.cc', |
| 822 'browser/renderer_host/gtk_window_utils.h', | 822 'browser/renderer_host/gtk_window_utils.h', |
| 823 'browser/renderer_host/image_transport_factory_android.cc', | 823 'browser/renderer_host/image_transport_factory_android.cc', |
| 824 'browser/renderer_host/image_transport_factory_android.h', | 824 'browser/renderer_host/image_transport_factory_android.h', |
| 825 'browser/renderer_host/ime_adapter_android.cc', | 825 'browser/renderer_host/ime_adapter_android.cc', |
| 826 'browser/renderer_host/ime_adapter_android.h', | 826 'browser/renderer_host/ime_adapter_android.h', |
| 827 'browser/renderer_host/input/browser_input_event.cc', | |
| 828 'browser/renderer_host/input/browser_input_event.h', | |
| 829 'browser/renderer_host/input/buffered_input_router.cc', | |
| 830 'browser/renderer_host/input/buffered_input_router.h', | |
| 831 'browser/renderer_host/input/gesture_event_filter.cc', | 827 'browser/renderer_host/input/gesture_event_filter.cc', |
| 832 'browser/renderer_host/input/gesture_event_filter.h', | 828 'browser/renderer_host/input/gesture_event_filter.h', |
| 833 'browser/renderer_host/input/immediate_input_router.cc', | 829 'browser/renderer_host/input/immediate_input_router.cc', |
| 834 'browser/renderer_host/input/immediate_input_router.h', | 830 'browser/renderer_host/input/immediate_input_router.h', |
| 835 'browser/renderer_host/input/input_ack_handler.h', | 831 'browser/renderer_host/input/input_ack_handler.h', |
| 836 'browser/renderer_host/input/input_queue.cc', | |
| 837 'browser/renderer_host/input/input_queue.h', | |
| 838 'browser/renderer_host/input/input_queue_client.h', | |
| 839 'browser/renderer_host/input/input_router.h', | 832 'browser/renderer_host/input/input_router.h', |
| 840 'browser/renderer_host/input/input_router_client.h', | 833 'browser/renderer_host/input/input_router_client.h', |
| 841 'browser/renderer_host/input/tap_suppression_controller.cc', | 834 'browser/renderer_host/input/tap_suppression_controller.cc', |
| 842 'browser/renderer_host/input/tap_suppression_controller.h', | 835 'browser/renderer_host/input/tap_suppression_controller.h', |
| 843 'browser/renderer_host/input/tap_suppression_controller_client.h', | 836 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 844 'browser/renderer_host/input/touch_event_queue.cc', | 837 'browser/renderer_host/input/touch_event_queue.cc', |
| 845 'browser/renderer_host/input/touch_event_queue.h', | 838 'browser/renderer_host/input/touch_event_queue.h', |
| 846 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 839 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
| 847 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 840 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 848 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 841 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| (...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1559 '../third_party/speex/speex.gyp:libspeex', | 1552 '../third_party/speex/speex.gyp:libspeex', |
| 1560 ], | 1553 ], |
| 1561 }], | 1554 }], |
| 1562 ['linux_use_libgps==1', { | 1555 ['linux_use_libgps==1', { |
| 1563 'dependencies': [ | 1556 'dependencies': [ |
| 1564 '../build/linux/system.gyp:libgps', | 1557 '../build/linux/system.gyp:libgps', |
| 1565 ], | 1558 ], |
| 1566 }], | 1559 }], |
| 1567 ], | 1560 ], |
| 1568 } | 1561 } |
| OLD | NEW |