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

Unified Diff: ui/events/BUILD.gn

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? Created 5 years, 11 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 | « ui/base/x/x11_util.cc ('k') | ui/events/event_utils.h » ('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 33740d5fdcbc0627c2f726af8c3a989c2c3cf189..139bd8aa590e71d2a83ee14d10851acd11bc52be 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -205,8 +205,6 @@ source_set("test_support") {
sources = [
"test/cocoa_test_event_utils.h",
"test/cocoa_test_event_utils.mm",
- "test/event_generator.cc",
- "test/event_generator.h",
"test/events_test_utils.cc",
"test/events_test_utils.h",
"test/mock_motion_event.cc",
@@ -265,6 +263,7 @@ test("events_unittests") {
"gesture_detection/touch_disposition_gesture_filter_unittest.cc",
"gesture_detection/velocity_tracker_unittest.cc",
"gestures/fling_curve_unittest.cc",
+ "gestures/gesture_provider_impl_unittest.cc",
"keycodes/dom4/keycode_converter_unittest.cc",
"latency_info_unittest.cc",
"platform/platform_event_source_unittest.cc",
@@ -291,8 +290,4 @@ test("events_unittests") {
} else {
sources -= [ "x/events_x_unittest.cc" ]
}
-
- if (use_aura) {
- sources += [ "gestures/gesture_provider_impl_unittest.cc" ]
- }
}
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | ui/events/event_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698