Index: chrome/chrome_tests.gypi |
=================================================================== |
--- chrome/chrome_tests.gypi (revision 109708) |
+++ chrome/chrome_tests.gypi (working copy) |
@@ -272,6 +272,11 @@ |
'<(DEPTH)/third_party/wtl/include', |
], |
}], |
+ ['OS=="win" and use_aura==1', { |
+ 'sources/': [ |
+ ['exclude', 'test/base/ui_test_utils_win.cc'], |
+ ], |
+ }], |
], |
}, |
{ |