| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index a0c28f3d24dc189ae1d31ae578f945c0bc82cace..7aae23386ff0858f700188252db42d7944730c4f 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -284,9 +284,7 @@ test("components_unittests") {
|
| }
|
|
|
| if (toolkit_views) {
|
| - # TODO bug 522654 Enable this when the undefined symbol is fixed in
|
| - # web_modal such that this links.
|
| - #deps += [ "//components/constrained_window:unit_tests" ]
|
| + deps += [ "//components/constrained_window:unit_tests" ]
|
| }
|
|
|
| if (is_win) {
|
|
|