| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index 6f4da62696c651882503eb617e4a44dd6e9a2b12..9d7ff2b60db98febef8d30de6c5c55e53419e4c1 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -595,6 +595,8 @@
|
| 'focus/focus_manager_unittest.cc',
|
| 'layout/grid_layout_unittest.cc',
|
| 'layout/box_layout_unittest.cc',
|
| + 'test/test_event_utils.h',
|
| + 'test/test_event_utils_x.cc',
|
| 'test/views_test_base.cc',
|
| 'test/views_test_base.h',
|
| 'run_all_unittests.cc',
|
| @@ -667,6 +669,11 @@
|
| ['exclude', '../ui/aura/test/test_desktop_delegate.h'],
|
| ],
|
| }],
|
| + ['use_x11!=1', {
|
| + 'sources/': [
|
| + ['exclude', 'test/test_event_utils_x.cc'],
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|