| 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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 'browser/renderer_host/input/immediate_input_router.cc', | 816 'browser/renderer_host/input/immediate_input_router.cc', |
| 817 'browser/renderer_host/input/immediate_input_router.h', | 817 'browser/renderer_host/input/immediate_input_router.h', |
| 818 'browser/renderer_host/input/input_ack_handler.h', | 818 'browser/renderer_host/input/input_ack_handler.h', |
| 819 'browser/renderer_host/input/input_router.h', | 819 'browser/renderer_host/input/input_router.h', |
| 820 'browser/renderer_host/input/input_router_client.h', | 820 'browser/renderer_host/input/input_router_client.h', |
| 821 'browser/renderer_host/input/synthetic_gesture_controller_new.cc', | 821 'browser/renderer_host/input/synthetic_gesture_controller_new.cc', |
| 822 'browser/renderer_host/input/synthetic_gesture_controller_new.h', | 822 'browser/renderer_host/input/synthetic_gesture_controller_new.h', |
| 823 'browser/renderer_host/input/synthetic_gesture_new.cc', | 823 'browser/renderer_host/input/synthetic_gesture_new.cc', |
| 824 'browser/renderer_host/input/synthetic_gesture_new.h', | 824 'browser/renderer_host/input/synthetic_gesture_new.h', |
| 825 'browser/renderer_host/input/synthetic_gesture_target.h', | 825 'browser/renderer_host/input/synthetic_gesture_target.h', |
| 826 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
| 827 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
| 828 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', |
| 829 'browser/renderer_host/input/synthetic_gesture_target_aura.h', |
| 830 'browser/renderer_host/input/synthetic_gesture_target_base.cc', |
| 831 'browser/renderer_host/input/synthetic_gesture_target_base.h', |
| 826 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', | 832 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', |
| 827 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', | 833 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', |
| 828 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', | 834 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', |
| 829 'browser/renderer_host/input/synthetic_web_input_event_builders.h', | 835 'browser/renderer_host/input/synthetic_web_input_event_builders.h', |
| 830 'browser/renderer_host/input/tap_suppression_controller.cc', | 836 'browser/renderer_host/input/tap_suppression_controller.cc', |
| 831 'browser/renderer_host/input/tap_suppression_controller.h', | 837 'browser/renderer_host/input/tap_suppression_controller.h', |
| 832 'browser/renderer_host/input/tap_suppression_controller_client.h', | 838 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 833 'browser/renderer_host/input/touch_event_queue.cc', | 839 'browser/renderer_host/input/touch_event_queue.cc', |
| 834 'browser/renderer_host/input/touch_event_queue.h', | 840 'browser/renderer_host/input/touch_event_queue.h', |
| 835 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 841 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
| (...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1551 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1557 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
| 1552 ], | 1558 ], |
| 1553 }, { # input_speech==1 | 1559 }, { # input_speech==1 |
| 1554 'dependencies': [ | 1560 'dependencies': [ |
| 1555 '../third_party/flac/flac.gyp:libflac', | 1561 '../third_party/flac/flac.gyp:libflac', |
| 1556 '../third_party/speex/speex.gyp:libspeex', | 1562 '../third_party/speex/speex.gyp:libspeex', |
| 1557 ], | 1563 ], |
| 1558 }], | 1564 }], |
| 1559 ], | 1565 ], |
| 1560 } | 1566 } |
| OLD | NEW |