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

Unified Diff: ui/views/BUILD.gn

Issue 2578303003: a11y: Add a11y information to views::Tab and manually ignore its a11y children. (Closed)
Patch Set: Add tests. Created 3 years, 11 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
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 0c762ffd9b176059f15f3344dcd5553df3f3ba15..9f10e348b4207071be3a186d26cb70b61d7d20b1 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -845,6 +845,7 @@ source_set("views_unittests_sources") {
"controls/scrollbar/scrollbar_unittest.cc",
"controls/slider_unittest.cc",
"controls/styled_label_unittest.cc",
+ "controls/tabbed_pane/tabbed_pane_mac_accessibility_unittest.mm",
tapted 2017/01/06 04:25:11 nit: tabbed_pane_accessibility_mac_unittest.mm - t
Patti Lor 2017/01/09 22:39:27 Done & renamed the test to match.
"controls/tabbed_pane/tabbed_pane_unittest.cc",
"controls/table/table_utils_unittest.cc",
"controls/table/table_view_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698