Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: views/views.gyp

Issue 8642002: Enable FocusManager tests for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 111160)
+++ views/views.gyp (working copy)
@@ -530,7 +530,11 @@
'../ui/views/bubble/bubble_frame_view_unittest.cc',
'../ui/views/events/event_unittest.cc',
'../ui/views/focus/accelerator_handler_gtk_unittest.cc',
+ '../ui/views/focus/focus_manager_test.h',
+ '../ui/views/focus/focus_manager_test.cc',
'../ui/views/focus/focus_manager_unittest.cc',
+ '../ui/views/focus/focus_manager_unittest_win.cc',
+ '../ui/views/focus/focus_traversal_unittest.cc',
'../ui/views/layout/box_layout_unittest.cc',
'../ui/views/layout/grid_layout_unittest.cc',
'../ui/views/touchui/touch_selection_controller_impl_unittest.cc',
@@ -604,7 +608,6 @@
'../ui/aura/aura.gyp:test_support_aura',
],
'sources/': [
- ['exclude', '../ui/views/focus/focus_manager_unittest.cc'], # TODO(beng):
['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
['exclude', 'controls/table/table_view_unittest.cc'],
['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'],
« ui/views/focus/focus_manager_test.h ('K') | « ui/views/widget/native_widget_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698