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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
831 'browser/renderer_host/input/immediate_input_router.cc', | 831 'browser/renderer_host/input/immediate_input_router.cc', |
832 'browser/renderer_host/input/immediate_input_router.h', | 832 'browser/renderer_host/input/immediate_input_router.h', |
833 'browser/renderer_host/input/input_ack_handler.h', | 833 'browser/renderer_host/input/input_ack_handler.h', |
834 'browser/renderer_host/input/input_router.h', | 834 'browser/renderer_host/input/input_router.h', |
835 'browser/renderer_host/input/input_router_client.h', | 835 'browser/renderer_host/input/input_router_client.h', |
836 'browser/renderer_host/input/synthetic_gesture_controller_new.cc', | 836 'browser/renderer_host/input/synthetic_gesture_controller_new.cc', |
837 'browser/renderer_host/input/synthetic_gesture_controller_new.h', | 837 'browser/renderer_host/input/synthetic_gesture_controller_new.h', |
838 'browser/renderer_host/input/synthetic_gesture_new.cc', | 838 'browser/renderer_host/input/synthetic_gesture_new.cc', |
839 'browser/renderer_host/input/synthetic_gesture_new.h', | 839 'browser/renderer_host/input/synthetic_gesture_new.h', |
840 'browser/renderer_host/input/synthetic_gesture_target.h', | 840 'browser/renderer_host/input/synthetic_gesture_target.h', |
| 841 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
| 842 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
| 843 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', |
| 844 'browser/renderer_host/input/synthetic_gesture_target_aura.h', |
| 845 'browser/renderer_host/input/synthetic_gesture_target_base.cc', |
| 846 'browser/renderer_host/input/synthetic_gesture_target_base.h', |
841 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', | 847 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', |
842 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', | 848 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', |
843 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', | 849 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', |
844 'browser/renderer_host/input/synthetic_web_input_event_builders.h', | 850 'browser/renderer_host/input/synthetic_web_input_event_builders.h', |
845 'browser/renderer_host/input/tap_suppression_controller.cc', | 851 'browser/renderer_host/input/tap_suppression_controller.cc', |
846 'browser/renderer_host/input/tap_suppression_controller.h', | 852 'browser/renderer_host/input/tap_suppression_controller.h', |
847 'browser/renderer_host/input/tap_suppression_controller_client.h', | 853 'browser/renderer_host/input/tap_suppression_controller_client.h', |
848 'browser/renderer_host/input/touch_event_queue.cc', | 854 'browser/renderer_host/input/touch_event_queue.cc', |
849 'browser/renderer_host/input/touch_event_queue.h', | 855 'browser/renderer_host/input/touch_event_queue.h', |
850 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 856 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1557 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1563 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
1558 ], | 1564 ], |
1559 }, { # input_speech==1 | 1565 }, { # input_speech==1 |
1560 'dependencies': [ | 1566 'dependencies': [ |
1561 '../third_party/flac/flac.gyp:libflac', | 1567 '../third_party/flac/flac.gyp:libflac', |
1562 '../third_party/speex/speex.gyp:libspeex', | 1568 '../third_party/speex/speex.gyp:libspeex', |
1563 ], | 1569 ], |
1564 }], | 1570 }], |
1565 ], | 1571 ], |
1566 } | 1572 } |
OLD | NEW |