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

Unified Diff: ui/events/events.gyp

Issue 66663004: events: Add a new events_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo 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 | « build/all.gyp ('k') | ui/events/test/events_unittests.cc » ('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 bd07acbade46b353a5bf56f35d9e8a5a068ac73f..9176ffd2ce07dbdffb737f27c60e5e3a5e89c92f 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -130,6 +130,28 @@
'defines': ['USE_OZONE_EVDEV=1'],
}],
],
- }
+ },
+ {
+ 'target_name': 'events_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:test_support_base',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
+ '../gfx/gfx.gyp:gfx',
+ 'events_base',
+ 'events',
+ ],
+ 'sources': [
+ 'event_dispatcher_unittest.cc',
+ 'event_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',
+ ],
+ },
],
}
« no previous file with comments | « build/all.gyp ('k') | ui/events/test/events_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698