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

Unified Diff: ui/events/events.gyp

Issue 83733004: events: Remove the tests from ui_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/ui_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 8e96748387f8dc183b7e7d1c3f30b7c742e5cc8b..e7540cc08cb09696542678dbf582a3baf42a4aa6 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -152,18 +152,22 @@
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/testing/gtest.gyp:gtest',
'../gfx/gfx.gyp:gfx',
+ 'dom4_keycode_converter',
'events_base',
'events',
],
'sources': [
'event_dispatcher_unittest.cc',
'event_unittest.cc',
+ 'gestures/velocity_calculator_unittest.cc',
+ 'keycodes/dom4/keycode_converter_unittest.cc',
'latency_info_unittest.cc',
'test/events_unittests.cc',
'test/test_suite.cc',
'test/test_suite.h',
'ozone/evdev/key_event_converter_unittest.cc',
'ozone/evdev/touch_event_converter_unittest.cc',
+ 'x/events_x_unittest.cc',
],
},
],
« no previous file with comments | « no previous file | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698