| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 490b8a1cecbe8197457d81b81dfd81522d4c1c0e..05451c33aafa899bb866a55511d4725b2dd01121 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1368,12 +1368,14 @@ if (!is_android) {
|
| "//ui/views",
|
| "//ui/views:test_support",
|
| ]
|
| + sources += rebase_path(unit_gypi_values.chrome_unit_tests_views_sources,
|
| + ".",
|
| + "//chrome")
|
| if (!is_mac) {
|
| - # TODO(tapted): Enable toolkit-views unit_tests on Mac when their
|
| - # respective implementations are linked in. http://crbug.com/412234.
|
| - sources += rebase_path(unit_gypi_values.chrome_unit_tests_views_sources,
|
| - ".",
|
| - "//chrome")
|
| + sources += rebase_path(
|
| + unit_gypi_values.chrome_unit_tests_views_non_mac_sources,
|
| + ".",
|
| + "//chrome")
|
| }
|
| }
|
| if (use_ash) {
|
|
|