Chromium Code Reviews| 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', |