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

Unified Diff: ui/events/BUILD.gn

Issue 502993004: Remove abstract Clone and Cancel methods from MotionEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nasty bug fix Created 6 years, 2 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
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_util_unittest.cc ('k') | ui/events/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 395dab03934121935d5aa54004d928027df22985..c00d2e68e786f7e94cf75369cccfd1674bf92181 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -238,8 +238,8 @@ source_set("test_support") {
"test/event_generator.h",
"test/events_test_utils.cc",
"test/events_test_utils.h",
- "test/mock_motion_event.cc",
- "test/mock_motion_event.h",
+ "test/motion_event_test_utils.cc",
+ "test/motion_event_test_utils.h",
"test/platform_event_waiter.cc",
"test/platform_event_waiter.h",
"test/test_event_handler.cc",
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_util_unittest.cc ('k') | ui/events/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698