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

Side by Side Diff: content/content_browser.gypi

Issue 171283002: Always reset touch action at the beginning of a new gesture sequence (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test name. Created 6 years, 9 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
« no previous file with comments | « content/browser/renderer_host/input/web_touch_event_traits.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'browser/renderer_host/input/web_input_event_builders_android.cc', 919 'browser/renderer_host/input/web_input_event_builders_android.cc',
920 'browser/renderer_host/input/web_input_event_builders_android.h', 920 'browser/renderer_host/input/web_input_event_builders_android.h',
921 'browser/renderer_host/input/web_input_event_builders_gtk.cc', 921 'browser/renderer_host/input/web_input_event_builders_gtk.cc',
922 'browser/renderer_host/input/web_input_event_builders_gtk.h', 922 'browser/renderer_host/input/web_input_event_builders_gtk.h',
923 'browser/renderer_host/input/web_input_event_builders_win.cc', 923 'browser/renderer_host/input/web_input_event_builders_win.cc',
924 'browser/renderer_host/input/web_input_event_builders_win.h', 924 'browser/renderer_host/input/web_input_event_builders_win.h',
925 'browser/renderer_host/input/web_input_event_util.cc', 925 'browser/renderer_host/input/web_input_event_util.cc',
926 'browser/renderer_host/input/web_input_event_util.h', 926 'browser/renderer_host/input/web_input_event_util.h',
927 'browser/renderer_host/input/web_input_event_util_posix.cc', 927 'browser/renderer_host/input/web_input_event_util_posix.cc',
928 'browser/renderer_host/input/web_input_event_util_posix.h', 928 'browser/renderer_host/input/web_input_event_util_posix.h',
929 'browser/renderer_host/input/web_touch_event_traits.cc',
930 'browser/renderer_host/input/web_touch_event_traits.h',
929 'browser/renderer_host/java/java_bound_object.cc', 931 'browser/renderer_host/java/java_bound_object.cc',
930 'browser/renderer_host/java/java_bound_object.h', 932 'browser/renderer_host/java/java_bound_object.h',
931 'browser/renderer_host/java/java_bridge_channel_host.cc', 933 'browser/renderer_host/java/java_bridge_channel_host.cc',
932 'browser/renderer_host/java/java_bridge_channel_host.h', 934 'browser/renderer_host/java/java_bridge_channel_host.h',
933 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', 935 'browser/renderer_host/java/java_bridge_dispatcher_host.cc',
934 'browser/renderer_host/java/java_bridge_dispatcher_host.h', 936 'browser/renderer_host/java/java_bridge_dispatcher_host.h',
935 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc', 937 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc',
936 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', 938 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h',
937 'browser/renderer_host/java/java_method.cc', 939 'browser/renderer_host/java/java_method.cc',
938 'browser/renderer_host/java/java_method.h', 940 'browser/renderer_host/java/java_method.h',
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1658 '../build/linux/system.gyp:dbus', 1660 '../build/linux/system.gyp:dbus',
1659 '../dbus/dbus.gyp:dbus', 1661 '../dbus/dbus.gyp:dbus',
1660 ], 1662 ],
1661 }, { # OS != "linux" or use_dbus==0 1663 }, { # OS != "linux" or use_dbus==0
1662 'sources!': [ 1664 'sources!': [
1663 'browser/geolocation/wifi_data_provider_linux.cc', 1665 'browser/geolocation/wifi_data_provider_linux.cc',
1664 ], 1666 ],
1665 }], 1667 }],
1666 ], 1668 ],
1667 } 1669 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/input/web_touch_event_traits.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698