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

Side by Side Diff: content/content_browser.gypi

Issue 11188012: gesture recognizer: Remove the touch-event queue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 8 years, 2 months 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 | Annotate | Revision Log
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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'browser/renderer_host/text_input_client_mac.h', 714 'browser/renderer_host/text_input_client_mac.h',
715 'browser/renderer_host/text_input_client_mac.mm', 715 'browser/renderer_host/text_input_client_mac.mm',
716 'browser/renderer_host/text_input_client_message_filter.h', 716 'browser/renderer_host/text_input_client_message_filter.h',
717 'browser/renderer_host/text_input_client_message_filter.mm', 717 'browser/renderer_host/text_input_client_message_filter.mm',
718 'browser/renderer_host/throttling_resource_handler.cc', 718 'browser/renderer_host/throttling_resource_handler.cc',
719 'browser/renderer_host/throttling_resource_handler.h', 719 'browser/renderer_host/throttling_resource_handler.h',
720 'browser/renderer_host/touch_event_queue.cc', 720 'browser/renderer_host/touch_event_queue.cc',
721 'browser/renderer_host/touch_event_queue.h', 721 'browser/renderer_host/touch_event_queue.h',
722 'browser/renderer_host/transfer_navigation_resource_throttle.cc', 722 'browser/renderer_host/transfer_navigation_resource_throttle.cc',
723 'browser/renderer_host/transfer_navigation_resource_throttle.h', 723 'browser/renderer_host/transfer_navigation_resource_throttle.h',
724 'browser/renderer_host/ui_events_helper.cc',
725 'browser/renderer_host/ui_events_helper.h',
724 'browser/renderer_host/web_input_event_aura.cc', 726 'browser/renderer_host/web_input_event_aura.cc',
725 'browser/renderer_host/web_input_event_aura.h', 727 'browser/renderer_host/web_input_event_aura.h',
726 'browser/renderer_host/web_input_event_aurawin.cc', 728 'browser/renderer_host/web_input_event_aurawin.cc',
727 'browser/renderer_host/web_input_event_aurax11.cc', 729 'browser/renderer_host/web_input_event_aurax11.cc',
728 'browser/renderer_host/x509_user_cert_resource_handler.cc', 730 'browser/renderer_host/x509_user_cert_resource_handler.cc',
729 'browser/renderer_host/x509_user_cert_resource_handler.h', 731 'browser/renderer_host/x509_user_cert_resource_handler.h',
730 'browser/resolve_proxy_msg_helper.cc', 732 'browser/resolve_proxy_msg_helper.cc',
731 'browser/resolve_proxy_msg_helper.h', 733 'browser/resolve_proxy_msg_helper.h',
732 'browser/resource_context_impl.cc', 734 'browser/resource_context_impl.cc',
733 'browser/resource_context_impl.h', 735 'browser/resource_context_impl.h',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 ['exclude', '^browser/renderer_host/java/'], 1093 ['exclude', '^browser/renderer_host/java/'],
1092 ], 1094 ],
1093 }], 1095 }],
1094 ['input_speech==0', { 1096 ['input_speech==0', {
1095 'sources/': [ 1097 'sources/': [
1096 ['exclude', '^browser/speech/'], 1098 ['exclude', '^browser/speech/'],
1097 ], 1099 ],
1098 }], 1100 }],
1099 ], 1101 ],
1100 } 1102 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/ui_events_helper.cc ('k') | ui/aura/gestures/gesture_recognizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698