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

Side by Side Diff: content/common/BUILD.gn

Issue 2336803003: Make SyntheticPointerAction to flush the pointer action sequence (Closed)
Patch Set: controller Created 4 years 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "input/input_event_stream_validator.cc", 165 "input/input_event_stream_validator.cc",
166 "input/input_event_stream_validator.h", 166 "input/input_event_stream_validator.h",
167 "input/input_param_traits.cc", 167 "input/input_param_traits.cc",
168 "input/input_param_traits.h", 168 "input/input_param_traits.h",
169 "input/synthetic_gesture_packet.cc", 169 "input/synthetic_gesture_packet.cc",
170 "input/synthetic_gesture_packet.h", 170 "input/synthetic_gesture_packet.h",
171 "input/synthetic_gesture_params.cc", 171 "input/synthetic_gesture_params.cc",
172 "input/synthetic_gesture_params.h", 172 "input/synthetic_gesture_params.h",
173 "input/synthetic_pinch_gesture_params.cc", 173 "input/synthetic_pinch_gesture_params.cc",
174 "input/synthetic_pinch_gesture_params.h", 174 "input/synthetic_pinch_gesture_params.h",
175 "input/synthetic_pointer_action_list_params.cc",
176 "input/synthetic_pointer_action_list_params.h",
175 "input/synthetic_pointer_action_params.cc", 177 "input/synthetic_pointer_action_params.cc",
176 "input/synthetic_pointer_action_params.h", 178 "input/synthetic_pointer_action_params.h",
177 "input/synthetic_smooth_drag_gesture_params.cc", 179 "input/synthetic_smooth_drag_gesture_params.cc",
178 "input/synthetic_smooth_drag_gesture_params.h", 180 "input/synthetic_smooth_drag_gesture_params.h",
179 "input/synthetic_smooth_scroll_gesture_params.cc", 181 "input/synthetic_smooth_scroll_gesture_params.cc",
180 "input/synthetic_smooth_scroll_gesture_params.h", 182 "input/synthetic_smooth_scroll_gesture_params.h",
181 "input/synthetic_tap_gesture_params.cc", 183 "input/synthetic_tap_gesture_params.cc",
182 "input/synthetic_tap_gesture_params.h", 184 "input/synthetic_tap_gesture_params.h",
183 "input/synthetic_web_input_event_builders.cc", 185 "input/synthetic_web_input_event_builders.cc",
184 "input/synthetic_web_input_event_builders.h", 186 "input/synthetic_web_input_event_builders.h",
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 "//ui/gfx/geometry/mojo", 610 "//ui/gfx/geometry/mojo",
609 "//ui/gfx/mojo", 611 "//ui/gfx/mojo",
610 "//url/mojo:url_mojom_gurl", 612 "//url/mojo:url_mojom_gurl",
611 "//url/mojo:url_mojom_origin", 613 "//url/mojo:url_mojom_origin",
612 ] 614 ]
613 615
614 export_class_attribute = "CONTENT_EXPORT" 616 export_class_attribute = "CONTENT_EXPORT"
615 export_define = "CONTENT_IMPLEMENTATION=1" 617 export_define = "CONTENT_IMPLEMENTATION=1"
616 export_header = "content/common/content_export.h" 618 export_header = "content/common/content_export.h"
617 } 619 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/input/synthetic_touchscreen_pinch_gesture.cc ('k') | content/common/input/input_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698