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

Unified Diff: ui/ui_unittests.gypi

Issue 28513004: Move evdev events support into EventFactoryDelegateEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/_evdev//, add event_factory_delegate_ozone.cc, move GetRequestedDelegate() Created 7 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
« ui/events/events.gyp ('K') | « ui/events/ozone/event_factory_ozone.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index f1e876d79e93e3856704013dbb3f73111bdd1dde..6d7b47aded447215938234aeca5cee9aafca7680 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -171,7 +171,7 @@
'events/event_dispatcher_unittest.cc',
'events/event_unittest.cc',
'events/latency_info_unittest.cc',
- 'events/ozone/evdev/touch_event_converter_ozone_unittest.cc',
+ 'events/ozone/evdev/touch_event_converter_unittest.cc',
'gfx/blit_unittest.cc',
'gfx/break_list_unittest.cc',
'gfx/canvas_unittest.cc',
@@ -335,6 +335,11 @@
'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
],
}],
+ ['use_ozone_evdev==0', {
+ 'sources!': [
+ 'events/ozone/evdev/touch_event_converter_unittest.cc',
+ ],
+ }],
sadrul 2013/10/21 20:22:54 You shouldn't need this once you add the rule in f
spang 2013/10/21 20:32:04 Done.
],
'target_conditions': [
['OS == "ios"', {
« ui/events/events.gyp ('K') | « ui/events/ozone/event_factory_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698