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

Side by Side Diff: content/content_browser.gypi

Issue 2336803003: Make SyntheticPointerAction to flush the pointer action sequence (Closed)
Patch Set: controller Created 4 years, 3 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 'browser/renderer_host/input/synthetic_gesture_target_mac.h', 1194 'browser/renderer_host/input/synthetic_gesture_target_mac.h',
1195 'browser/renderer_host/input/synthetic_gesture_target_mac.mm', 1195 'browser/renderer_host/input/synthetic_gesture_target_mac.mm',
1196 'browser/renderer_host/input/synthetic_mouse_pointer.cc', 1196 'browser/renderer_host/input/synthetic_mouse_pointer.cc',
1197 'browser/renderer_host/input/synthetic_mouse_pointer.h', 1197 'browser/renderer_host/input/synthetic_mouse_pointer.h',
1198 'browser/renderer_host/input/synthetic_pinch_gesture.cc', 1198 'browser/renderer_host/input/synthetic_pinch_gesture.cc',
1199 'browser/renderer_host/input/synthetic_pinch_gesture.h', 1199 'browser/renderer_host/input/synthetic_pinch_gesture.h',
1200 'browser/renderer_host/input/synthetic_pointer.cc', 1200 'browser/renderer_host/input/synthetic_pointer.cc',
1201 'browser/renderer_host/input/synthetic_pointer.h', 1201 'browser/renderer_host/input/synthetic_pointer.h',
1202 'browser/renderer_host/input/synthetic_pointer_action.cc', 1202 'browser/renderer_host/input/synthetic_pointer_action.cc',
1203 'browser/renderer_host/input/synthetic_pointer_action.h', 1203 'browser/renderer_host/input/synthetic_pointer_action.h',
1204 'browser/renderer_host/input/synthetic_pointer_action_controller.cc',
1205 'browser/renderer_host/input/synthetic_pointer_action_controller.h',
samuong 2016/09/23 12:53:40 Is this still needed now that we're off of GYP and
lanwei 2016/09/29 14:38:54 I am not sure if the gyp is depreciated completely
1204 'browser/renderer_host/input/synthetic_smooth_drag_gesture.cc', 1206 'browser/renderer_host/input/synthetic_smooth_drag_gesture.cc',
1205 'browser/renderer_host/input/synthetic_smooth_drag_gesture.h', 1207 'browser/renderer_host/input/synthetic_smooth_drag_gesture.h',
1206 'browser/renderer_host/input/synthetic_smooth_move_gesture.cc', 1208 'browser/renderer_host/input/synthetic_smooth_move_gesture.cc',
1207 'browser/renderer_host/input/synthetic_smooth_move_gesture.h', 1209 'browser/renderer_host/input/synthetic_smooth_move_gesture.h',
1208 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', 1210 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc',
1209 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', 1211 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h',
1210 'browser/renderer_host/input/synthetic_tap_gesture.cc', 1212 'browser/renderer_host/input/synthetic_tap_gesture.cc',
1211 'browser/renderer_host/input/synthetic_tap_gesture.h', 1213 'browser/renderer_host/input/synthetic_tap_gesture.h',
1212 'browser/renderer_host/input/synthetic_touch_pointer.cc', 1214 'browser/renderer_host/input/synthetic_touch_pointer.cc',
1213 'browser/renderer_host/input/synthetic_touch_pointer.h', 1215 'browser/renderer_host/input/synthetic_touch_pointer.h',
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 ], 2116 ],
2115 }], 2117 }],
2116 ['OS != "mac" and OS != "android"', { 2118 ['OS != "mac" and OS != "android"', {
2117 'sources!': [ 2119 'sources!': [
2118 'browser/gpu/gpu_surface_tracker.cc', 2120 'browser/gpu/gpu_surface_tracker.cc',
2119 'browser/gpu/gpu_surface_tracker.h', 2121 'browser/gpu/gpu_surface_tracker.h',
2120 ], 2122 ],
2121 }], 2123 }],
2122 ], 2124 ],
2123 } 2125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698