| Index: ui/message_center/BUILD.gn
|
| diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
|
| index 24a722e88016b1b7cb8b8a169f2024df5ac17d0a..03a6d106dce6df9a79343edad0aa3de54a2bd871 100644
|
| --- a/ui/message_center/BUILD.gn
|
| +++ b/ui/message_center/BUILD.gn
|
| @@ -162,9 +162,6 @@ static_library("test_support") {
|
| ]
|
| }
|
|
|
| -# TODO(GYP) Enable this when media is linked.
|
| -if (false) {
|
| -
|
| test("message_center_unittests") {
|
| sources = [
|
| "test/run_all_unittests.cc",
|
| @@ -223,5 +220,3 @@ test("message_center_unittests") {
|
| }
|
| } # enable_notifications
|
| }
|
| -
|
| -} # if false
|
|
|