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

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, 1 month 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "input/input_event_stream_validator.cc", 163 "input/input_event_stream_validator.cc",
164 "input/input_event_stream_validator.h", 164 "input/input_event_stream_validator.h",
165 "input/input_param_traits.cc", 165 "input/input_param_traits.cc",
166 "input/input_param_traits.h", 166 "input/input_param_traits.h",
167 "input/synthetic_gesture_packet.cc", 167 "input/synthetic_gesture_packet.cc",
168 "input/synthetic_gesture_packet.h", 168 "input/synthetic_gesture_packet.h",
169 "input/synthetic_gesture_params.cc", 169 "input/synthetic_gesture_params.cc",
170 "input/synthetic_gesture_params.h", 170 "input/synthetic_gesture_params.h",
171 "input/synthetic_pinch_gesture_params.cc", 171 "input/synthetic_pinch_gesture_params.cc",
172 "input/synthetic_pinch_gesture_params.h", 172 "input/synthetic_pinch_gesture_params.h",
173 "input/synthetic_pointer_action_list_params.cc",
174 "input/synthetic_pointer_action_list_params.h",
173 "input/synthetic_pointer_action_params.cc", 175 "input/synthetic_pointer_action_params.cc",
174 "input/synthetic_pointer_action_params.h", 176 "input/synthetic_pointer_action_params.h",
175 "input/synthetic_smooth_drag_gesture_params.cc", 177 "input/synthetic_smooth_drag_gesture_params.cc",
176 "input/synthetic_smooth_drag_gesture_params.h", 178 "input/synthetic_smooth_drag_gesture_params.h",
177 "input/synthetic_smooth_scroll_gesture_params.cc", 179 "input/synthetic_smooth_scroll_gesture_params.cc",
178 "input/synthetic_smooth_scroll_gesture_params.h", 180 "input/synthetic_smooth_scroll_gesture_params.h",
179 "input/synthetic_tap_gesture_params.cc", 181 "input/synthetic_tap_gesture_params.cc",
180 "input/synthetic_tap_gesture_params.h", 182 "input/synthetic_tap_gesture_params.h",
181 "input/synthetic_web_input_event_builders.cc", 183 "input/synthetic_web_input_event_builders.cc",
182 "input/synthetic_web_input_event_builders.h", 184 "input/synthetic_web_input_event_builders.h",
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 "//ui/gfx/geometry/mojo", 597 "//ui/gfx/geometry/mojo",
596 "//ui/gfx/mojo", 598 "//ui/gfx/mojo",
597 "//url/mojo:url_mojom_gurl", 599 "//url/mojo:url_mojom_gurl",
598 "//url/mojo:url_mojom_origin", 600 "//url/mojo:url_mojom_origin",
599 ] 601 ]
600 602
601 export_class_attribute = "CONTENT_EXPORT" 603 export_class_attribute = "CONTENT_EXPORT"
602 export_define = "CONTENT_IMPLEMENTATION=1" 604 export_define = "CONTENT_IMPLEMENTATION=1"
603 export_header = "content/common/content_export.h" 605 export_header = "content/common/content_export.h"
604 } 606 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698