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

Unified Diff: ui/events/BUILD.gn

Issue 2234023002: Refactor WebInputEventAura to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove aura naming Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index b6d5cd40f8abe54d51465d29eec5bd325cac265a..6698f8db6197fa285009e9a33ebf9db291f39f72 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -385,6 +385,8 @@ test("events_unittests") {
"blink/blink_event_util_unittest.cc",
"blink/input_handler_proxy_unittest.cc",
"blink/input_scroll_elasticity_controller_unittest.cc",
+ "blink/web_input_event_builders_win_unittest.cc",
+ "blink/web_input_event_unittest.cc",
"devices/mojo/device_struct_traits_unittest.cc",
"gestures/blink/web_gesture_curve_impl_unittest.cc",
"ipc/latency_info_param_traits_unittest.cc",
@@ -395,6 +397,7 @@ test("events_unittests") {
"//ipc:test_support",
"//mojo/public/cpp/bindings",
"//third_party/WebKit/public:blink_headers",
+ "//ui/display",
"//ui/events/blink",
"//ui/events/devices/mojo:test_interfaces",
"//ui/events/gestures/blink",

Powered by Google App Engine
This is Rietveld 408576698