Index: ui/ui_unittests.gypi |
=================================================================== |
--- ui/ui_unittests.gypi (revision 134136) |
+++ ui/ui_unittests.gypi (working copy) |
@@ -112,6 +112,7 @@ |
# TODO(brettw) re-enable this when the dependencies on WindowImpl are fixed! |
'gfx/icon_util_unittest.cc', |
'gfx/native_theme_win_unittest.cc', |
+ 'base/win/hwnd_subclass_unittest.cc', |
], |
'include_dirs': [ |
'../..', |
@@ -193,6 +194,8 @@ |
['use_aura==1', { |
'sources!': [ |
'gfx/screen_unittest.cc', |
+ 'gfx/native_theme_win_unittest.cc', |
+ 'base/dragdrop/os_exchange_data_win_unittest.cc', |
], |
}], |
['use_aura==1 or toolkit_views==1', { |