Chromium Code Reviews| Index: views/views.gyp |
| diff --git a/views/views.gyp b/views/views.gyp |
| index 805da08a0997ba4a5978b2c1002fd5b82295a775..8d0328a62d49880f7d3efca33a78b5e76022e3fa 100644 |
| --- a/views/views.gyp |
| +++ b/views/views.gyp |
| @@ -593,6 +593,7 @@ |
| 'ime/character_composer_unittest.cc', |
| 'layout/grid_layout_unittest.cc', |
| 'layout/box_layout_unittest.cc', |
| + 'test/test_event_utils.h', |
|
rjkroege
2011/11/12 16:11:35
this is not the conventional pattern. You need to
Gajen
2011/11/14 12:10:17
Done.
|
| 'test/views_test_base.cc', |
| 'test/views_test_base.h', |
| 'run_all_unittests.cc', |
| @@ -670,6 +671,11 @@ |
| ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
| ], |
| }], |
| + ['use_x11==1', { |
| + 'sources': [ |
| + 'test/test_event_utils_x.cc', |
| + ], |
| + }], |
| ], |
| }, |
| { |