| Index: chrome/chrome.gyp
|
| ===================================================================
|
| --- chrome/chrome.gyp (revision 22100)
|
| +++ chrome/chrome.gyp (working copy)
|
| @@ -46,12 +46,12 @@
|
| # TODO(jcampan): move these vars to views.gyp.
|
| 'views_unit_tests_sources': [
|
| '../views/view_unittest.cc',
|
| + '../views/focus/focus_manager_unittest.cc',
|
| ],
|
| 'views_unit_tests_sources_win_specific': [
|
| # TODO(jcampan): make the following tests work on Linux.
|
| '../views/controls/label_unittest.cc',
|
| '../views/controls/table/table_view_unittest.cc',
|
| - '../views/focus/focus_manager_unittest.cc',
|
| '../views/grid_layout_unittest.cc',
|
| ]
|
| },
|
|
|