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

Unified Diff: views/views.gyp

Issue 7720020: Get views_unittests pass on touch build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enable TouchSelectionControllerImplTest as they're fixed Created 9 years, 4 months 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
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/widget_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 6c34f4ad3c04270c3801dd19e7e8b098904672d7..e82ea8b8413e4ee4e4ece99dda013ce90c94de4d 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -506,7 +506,11 @@
],
}],
[ 'touchui==1', {
- 'sources!': [ 'focus/accelerator_handler_gtk_unittest.cc' ],
+ 'sources!': [
+ 'focus/accelerator_handler_gtk_unittest.cc',
+ 'controls/table/table_view_unittest.cc',
+ 'controls/tabbed_pane/tabbed_pane_unittest.cc'
+ ],
}],
],
},
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/widget_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698