| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 97a462722a303f5d5bc3ff2a3f1f0a921dbaa51c..d30c4a6123130a3167ed7392bead889a980c35d0 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -519,6 +519,8 @@
|
| }],
|
| ['use_aura==0 and OS=="win"', {
|
| 'sources/': [
|
| + ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
|
| + ['exclude', 'controls/textfield/native_textfield_views_unittest.cc'],
|
| ['exclude', 'controls/tree/tree_view_views_unittest.cc'],
|
| ],
|
| }],
|
|
|