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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 'browser/renderer_host/input/immediate_input_router.cc', | 836 'browser/renderer_host/input/immediate_input_router.cc', |
837 'browser/renderer_host/input/immediate_input_router.h', | 837 'browser/renderer_host/input/immediate_input_router.h', |
838 'browser/renderer_host/input/input_ack_handler.h', | 838 'browser/renderer_host/input/input_ack_handler.h', |
839 'browser/renderer_host/input/input_router.h', | 839 'browser/renderer_host/input/input_router.h', |
840 'browser/renderer_host/input/input_router_client.h', | 840 'browser/renderer_host/input/input_router_client.h', |
841 'browser/renderer_host/input/synthetic_gesture_controller_new.cc', | 841 'browser/renderer_host/input/synthetic_gesture_controller_new.cc', |
842 'browser/renderer_host/input/synthetic_gesture_controller_new.h', | 842 'browser/renderer_host/input/synthetic_gesture_controller_new.h', |
843 'browser/renderer_host/input/synthetic_gesture_new.cc', | 843 'browser/renderer_host/input/synthetic_gesture_new.cc', |
844 'browser/renderer_host/input/synthetic_gesture_new.h', | 844 'browser/renderer_host/input/synthetic_gesture_new.h', |
845 'browser/renderer_host/input/synthetic_gesture_target.h', | 845 'browser/renderer_host/input/synthetic_gesture_target.h', |
| 846 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
| 847 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
| 848 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', |
| 849 'browser/renderer_host/input/synthetic_gesture_target_aura.h', |
| 850 'browser/renderer_host/input/synthetic_gesture_target_base.cc', |
| 851 'browser/renderer_host/input/synthetic_gesture_target_base.h', |
846 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', | 852 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', |
847 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', | 853 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', |
848 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', | 854 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', |
849 'browser/renderer_host/input/synthetic_web_input_event_builders.h', | 855 'browser/renderer_host/input/synthetic_web_input_event_builders.h', |
850 'browser/renderer_host/input/tap_suppression_controller.cc', | 856 'browser/renderer_host/input/tap_suppression_controller.cc', |
851 'browser/renderer_host/input/tap_suppression_controller.h', | 857 'browser/renderer_host/input/tap_suppression_controller.h', |
852 'browser/renderer_host/input/tap_suppression_controller_client.h', | 858 'browser/renderer_host/input/tap_suppression_controller_client.h', |
853 'browser/renderer_host/input/touch_event_queue.cc', | 859 'browser/renderer_host/input/touch_event_queue.cc', |
854 'browser/renderer_host/input/touch_event_queue.h', | 860 'browser/renderer_host/input/touch_event_queue.h', |
855 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', | 861 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', |
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1573 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1579 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
1574 ], | 1580 ], |
1575 }, { # input_speech==1 | 1581 }, { # input_speech==1 |
1576 'dependencies': [ | 1582 'dependencies': [ |
1577 '../third_party/flac/flac.gyp:libflac', | 1583 '../third_party/flac/flac.gyp:libflac', |
1578 '../third_party/speex/speex.gyp:libspeex', | 1584 '../third_party/speex/speex.gyp:libspeex', |
1579 ], | 1585 ], |
1580 }], | 1586 }], |
1581 ], | 1587 ], |
1582 } | 1588 } |
OLD | NEW |