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

Side by Side Diff: content/content_browser.gypi

Issue 1884883005: Prepare SyntheticPointerAction to handle touch actions for multiple fingers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for mouse and change type of params_list Created 4 years, 6 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 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 'browser/renderer_host/input/synthetic_gesture_target_mac.h', 1252 'browser/renderer_host/input/synthetic_gesture_target_mac.h',
1253 'browser/renderer_host/input/synthetic_gesture_target_mac.mm', 1253 'browser/renderer_host/input/synthetic_gesture_target_mac.mm',
1254 'browser/renderer_host/input/synthetic_mouse_pointer.cc', 1254 'browser/renderer_host/input/synthetic_mouse_pointer.cc',
1255 'browser/renderer_host/input/synthetic_mouse_pointer.h', 1255 'browser/renderer_host/input/synthetic_mouse_pointer.h',
1256 'browser/renderer_host/input/synthetic_pinch_gesture.cc', 1256 'browser/renderer_host/input/synthetic_pinch_gesture.cc',
1257 'browser/renderer_host/input/synthetic_pinch_gesture.h', 1257 'browser/renderer_host/input/synthetic_pinch_gesture.h',
1258 'browser/renderer_host/input/synthetic_pointer.cc', 1258 'browser/renderer_host/input/synthetic_pointer.cc',
1259 'browser/renderer_host/input/synthetic_pointer.h', 1259 'browser/renderer_host/input/synthetic_pointer.h',
1260 'browser/renderer_host/input/synthetic_pointer_action.cc', 1260 'browser/renderer_host/input/synthetic_pointer_action.cc',
1261 'browser/renderer_host/input/synthetic_pointer_action.h', 1261 'browser/renderer_host/input/synthetic_pointer_action.h',
1262 'browser/renderer_host/input/synthetic_pointer_action_controller.cc',
1263 'browser/renderer_host/input/synthetic_pointer_action_controller.h',
1262 'browser/renderer_host/input/synthetic_smooth_drag_gesture.cc', 1264 'browser/renderer_host/input/synthetic_smooth_drag_gesture.cc',
1263 'browser/renderer_host/input/synthetic_smooth_drag_gesture.h', 1265 'browser/renderer_host/input/synthetic_smooth_drag_gesture.h',
1264 'browser/renderer_host/input/synthetic_smooth_move_gesture.cc', 1266 'browser/renderer_host/input/synthetic_smooth_move_gesture.cc',
1265 'browser/renderer_host/input/synthetic_smooth_move_gesture.h', 1267 'browser/renderer_host/input/synthetic_smooth_move_gesture.h',
1266 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', 1268 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc',
1267 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', 1269 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h',
1268 'browser/renderer_host/input/synthetic_tap_gesture.cc', 1270 'browser/renderer_host/input/synthetic_tap_gesture.cc',
1269 'browser/renderer_host/input/synthetic_tap_gesture.h', 1271 'browser/renderer_host/input/synthetic_tap_gesture.h',
1270 'browser/renderer_host/input/synthetic_touch_pointer.cc', 1272 'browser/renderer_host/input/synthetic_touch_pointer.cc',
1271 'browser/renderer_host/input/synthetic_touch_pointer.h', 1273 'browser/renderer_host/input/synthetic_touch_pointer.h',
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
2204 ], 2206 ],
2205 }], 2207 }],
2206 ['OS != "mac" and OS != "android"', { 2208 ['OS != "mac" and OS != "android"', {
2207 'sources!': [ 2209 'sources!': [
2208 'browser/gpu/gpu_surface_tracker.cc', 2210 'browser/gpu/gpu_surface_tracker.cc',
2209 'browser/gpu/gpu_surface_tracker.h', 2211 'browser/gpu/gpu_surface_tracker.h',
2210 ], 2212 ],
2211 }], 2213 }],
2212 ], 2214 ],
2213 } 2215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698