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

Unified Diff: ui/ui_unittests.gypi

Issue 16466003: Event handling support for ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/ui.gyp ('K') | « ui/ui.gyp ('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 1d0069c3ba721a7afc67299dc7b4c549c0063a00..a94c26ab88e0b6c7b5aefdfc9cf24c15a06b1b00 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -137,6 +137,7 @@
'base/models/list_model_unittest.cc',
'base/models/list_selection_model_unittest.cc',
'base/models/tree_node_model_unittest.cc',
+ 'base/ozone/touch_event_converter_ozone_unittest.cc',
'base/test/data/resource.h',
'base/text/bytes_formatting_unittest.cc',
'base/text/utf16_indexing_unittest.cc',
@@ -214,6 +215,11 @@
'base/x/events_x_unittest.cc',
],
}],
+ ['use_ozone == 1', {
+ 'sources!': [
+ 'base/x/x11_util_unittest.cc',
+ ],
sadrul 2013/06/06 16:54:30 There's a rule in filename_rules.gypi that exclude
rjkroege 2013/06/06 23:05:05 Done.
+ }],
['OS != "mac" and OS != "ios"', {
'sources': [
'gfx/transform_unittest.cc',
« ui/ui.gyp ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698