Index: ui/arc/BUILD.gn |
diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn |
index cd4187e57ab6f328e48159dd6f279cc25deb46b2..2c477422f5ddc0852e9098eb3ac22b5944e82b9b 100644 |
--- a/ui/arc/BUILD.gn |
+++ b/ui/arc/BUILD.gn |
@@ -3,6 +3,7 @@ |
# found in the LICENSE file. |
import("//build/config/ui.gni") |
+import("//testing/test.gni") |
static_library("arc") { |
sources = [ |
@@ -22,7 +23,7 @@ static_library("arc") { |
] |
} |
-static_library("ui_arc_unittests") { |
+test("ui_arc_unittests") { |
testonly = true |
sources = [ |
"notification/arc_notification_manager_unittest.cc", |