Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: content/content_browser.gypi

Issue 26664002: SyntheticGestureTarget implementation for injecting synthetic input events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase_wip Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 'browser/renderer_host/input/immediate_input_router.cc', 818 'browser/renderer_host/input/immediate_input_router.cc',
819 'browser/renderer_host/input/immediate_input_router.h', 819 'browser/renderer_host/input/immediate_input_router.h',
820 'browser/renderer_host/input/input_ack_handler.h', 820 'browser/renderer_host/input/input_ack_handler.h',
821 'browser/renderer_host/input/input_router.h', 821 'browser/renderer_host/input/input_router.h',
822 'browser/renderer_host/input/input_router_client.h', 822 'browser/renderer_host/input/input_router_client.h',
823 'browser/renderer_host/input/synthetic_gesture_controller_new.cc', 823 'browser/renderer_host/input/synthetic_gesture_controller_new.cc',
824 'browser/renderer_host/input/synthetic_gesture_controller_new.h', 824 'browser/renderer_host/input/synthetic_gesture_controller_new.h',
825 'browser/renderer_host/input/synthetic_gesture_new.cc', 825 'browser/renderer_host/input/synthetic_gesture_new.cc',
826 'browser/renderer_host/input/synthetic_gesture_new.h', 826 'browser/renderer_host/input/synthetic_gesture_new.h',
827 'browser/renderer_host/input/synthetic_gesture_target.h', 827 'browser/renderer_host/input/synthetic_gesture_target.h',
828 'browser/renderer_host/input/synthetic_gesture_target_android.h',
829 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
830 'browser/renderer_host/input/synthetic_gesture_target_aura.h',
831 'browser/renderer_host/input/synthetic_gesture_target_aura.cc',
832 'browser/renderer_host/input/synthetic_gesture_target_base.h',
833 'browser/renderer_host/input/synthetic_gesture_target_base.cc',
Dominik Grewe 2013/10/25 16:10:11 '.cc' before '.h'
kouhei (in TOK) 2013/10/28 03:03:17 Done.
828 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc', 834 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc',
829 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h', 835 'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h',
830 'browser/renderer_host/input/synthetic_web_input_event_builders.cc', 836 'browser/renderer_host/input/synthetic_web_input_event_builders.cc',
831 'browser/renderer_host/input/synthetic_web_input_event_builders.h', 837 'browser/renderer_host/input/synthetic_web_input_event_builders.h',
832 'browser/renderer_host/input/tap_suppression_controller.cc', 838 'browser/renderer_host/input/tap_suppression_controller.cc',
833 'browser/renderer_host/input/tap_suppression_controller.h', 839 'browser/renderer_host/input/tap_suppression_controller.h',
834 'browser/renderer_host/input/tap_suppression_controller_client.h', 840 'browser/renderer_host/input/tap_suppression_controller_client.h',
835 'browser/renderer_host/input/touch_event_queue.cc', 841 'browser/renderer_host/input/touch_event_queue.cc',
836 'browser/renderer_host/input/touch_event_queue.h', 842 'browser/renderer_host/input/touch_event_queue.h',
837 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc', 843 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc',
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], 1559 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1554 ], 1560 ],
1555 }, { # input_speech==1 1561 }, { # input_speech==1
1556 'dependencies': [ 1562 'dependencies': [
1557 '../third_party/flac/flac.gyp:libflac', 1563 '../third_party/flac/flac.gyp:libflac',
1558 '../third_party/speex/speex.gyp:libspeex', 1564 '../third_party/speex/speex.gyp:libspeex',
1559 ], 1565 ],
1560 }], 1566 }],
1561 ], 1567 ],
1562 } 1568 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698