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

Side by Side Diff: content/content_browser.gypi

Issue 929333002: Adding synthetic touch/mouse drag [Part1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed few comments. Created 5 years, 10 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
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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 'browser/renderer_host/input/synthetic_gesture_controller.h', 1081 'browser/renderer_host/input/synthetic_gesture_controller.h',
1082 'browser/renderer_host/input/synthetic_gesture_target.h', 1082 'browser/renderer_host/input/synthetic_gesture_target.h',
1083 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 1083 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
1084 'browser/renderer_host/input/synthetic_gesture_target_android.h', 1084 'browser/renderer_host/input/synthetic_gesture_target_android.h',
1085 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', 1085 'browser/renderer_host/input/synthetic_gesture_target_aura.cc',
1086 'browser/renderer_host/input/synthetic_gesture_target_aura.h', 1086 'browser/renderer_host/input/synthetic_gesture_target_aura.h',
1087 'browser/renderer_host/input/synthetic_gesture_target_base.cc', 1087 'browser/renderer_host/input/synthetic_gesture_target_base.cc',
1088 'browser/renderer_host/input/synthetic_gesture_target_base.h', 1088 'browser/renderer_host/input/synthetic_gesture_target_base.h',
1089 'browser/renderer_host/input/synthetic_pinch_gesture.cc', 1089 'browser/renderer_host/input/synthetic_pinch_gesture.cc',
1090 'browser/renderer_host/input/synthetic_pinch_gesture.h', 1090 'browser/renderer_host/input/synthetic_pinch_gesture.h',
1091 'browser/renderer_host/input/synthetic_smooth_drag_gesture.cc',
1092 'browser/renderer_host/input/synthetic_smooth_drag_gesture.h',
1093 'browser/renderer_host/input/synthetic_smooth_move_gesture.cc',
1094 'browser/renderer_host/input/synthetic_smooth_move_gesture.h',
1091 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', 1095 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc',
1092 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', 1096 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h',
1093 'browser/renderer_host/input/synthetic_tap_gesture.cc', 1097 'browser/renderer_host/input/synthetic_tap_gesture.cc',
1094 'browser/renderer_host/input/synthetic_tap_gesture.h', 1098 'browser/renderer_host/input/synthetic_tap_gesture.h',
1095 'browser/renderer_host/input/tap_suppression_controller.cc', 1099 'browser/renderer_host/input/tap_suppression_controller.cc',
1096 'browser/renderer_host/input/tap_suppression_controller.h', 1100 'browser/renderer_host/input/tap_suppression_controller.h',
1097 'browser/renderer_host/input/tap_suppression_controller_client.h', 1101 'browser/renderer_host/input/tap_suppression_controller_client.h',
1098 'browser/renderer_host/input/timeout_monitor.cc', 1102 'browser/renderer_host/input/timeout_monitor.cc',
1099 'browser/renderer_host/input/timeout_monitor.h', 1103 'browser/renderer_host/input/timeout_monitor.h',
1100 'browser/renderer_host/input/touch_action_filter.cc', 1104 'browser/renderer_host/input/touch_action_filter.cc',
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 'browser/media/media_web_contents_observer.h', 1975 'browser/media/media_web_contents_observer.h',
1972 ], 1976 ],
1973 }], 1977 }],
1974 ['OS == "linux" and use_openssl==1', { 1978 ['OS == "linux" and use_openssl==1', {
1975 'dependencies': [ 1979 'dependencies': [
1976 '../third_party/boringssl/boringssl.gyp:boringssl', 1980 '../third_party/boringssl/boringssl.gyp:boringssl',
1977 ], 1981 ],
1978 }], 1982 }],
1979 ], 1983 ],
1980 } 1984 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698