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

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, 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 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "input/input_event_stream_validator.cc", 162 "input/input_event_stream_validator.cc",
163 "input/input_event_stream_validator.h", 163 "input/input_event_stream_validator.h",
164 "input/input_param_traits.cc", 164 "input/input_param_traits.cc",
165 "input/input_param_traits.h", 165 "input/input_param_traits.h",
166 "input/synthetic_gesture_packet.cc", 166 "input/synthetic_gesture_packet.cc",
167 "input/synthetic_gesture_packet.h", 167 "input/synthetic_gesture_packet.h",
168 "input/synthetic_gesture_params.cc", 168 "input/synthetic_gesture_params.cc",
169 "input/synthetic_gesture_params.h", 169 "input/synthetic_gesture_params.h",
170 "input/synthetic_pinch_gesture_params.cc", 170 "input/synthetic_pinch_gesture_params.cc",
171 "input/synthetic_pinch_gesture_params.h", 171 "input/synthetic_pinch_gesture_params.h",
172 "input/synthetic_pointer_action_list_params.cc",
173 "input/synthetic_pointer_action_list_params.h",
172 "input/synthetic_pointer_action_params.cc", 174 "input/synthetic_pointer_action_params.cc",
173 "input/synthetic_pointer_action_params.h", 175 "input/synthetic_pointer_action_params.h",
174 "input/synthetic_smooth_drag_gesture_params.cc", 176 "input/synthetic_smooth_drag_gesture_params.cc",
175 "input/synthetic_smooth_drag_gesture_params.h", 177 "input/synthetic_smooth_drag_gesture_params.h",
176 "input/synthetic_smooth_scroll_gesture_params.cc", 178 "input/synthetic_smooth_scroll_gesture_params.cc",
177 "input/synthetic_smooth_scroll_gesture_params.h", 179 "input/synthetic_smooth_scroll_gesture_params.h",
178 "input/synthetic_tap_gesture_params.cc", 180 "input/synthetic_tap_gesture_params.cc",
179 "input/synthetic_tap_gesture_params.h", 181 "input/synthetic_tap_gesture_params.h",
180 "input/synthetic_web_input_event_builders.cc", 182 "input/synthetic_web_input_event_builders.cc",
181 "input/synthetic_web_input_event_builders.h", 183 "input/synthetic_web_input_event_builders.h",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 "//third_party/WebKit/public:mojo_bindings", 575 "//third_party/WebKit/public:mojo_bindings",
574 "//ui/gfx/geometry/mojo", 576 "//ui/gfx/geometry/mojo",
575 "//url/mojo:url_mojom_gurl", 577 "//url/mojo:url_mojom_gurl",
576 "//url/mojo:url_mojom_origin", 578 "//url/mojo:url_mojom_origin",
577 ] 579 ]
578 580
579 export_class_attribute = "CONTENT_EXPORT" 581 export_class_attribute = "CONTENT_EXPORT"
580 export_define = "CONTENT_IMPLEMENTATION=1" 582 export_define = "CONTENT_IMPLEMENTATION=1"
581 export_header = "content/common/content_export.h" 583 export_header = "content/common/content_export.h"
582 } 584 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698