Index: ui/base/BUILD.gn |
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
index f8c68a6b8d9d77e88315c3a9f9c7cd2e85e6b0b7..8a77d734e17a06a79da1e82814865b54b7fe1ca6 100644 |
--- a/ui/base/BUILD.gn |
+++ b/ui/base/BUILD.gn |
@@ -616,6 +616,16 @@ if (is_android) { |
} |
} |
+# |
+# TODO(GYP): Delete this after we've converted everything to GN. |
+# The _run targets exist only for compatibility w/ GYP. |
+group("ui_base_unittests_run") { |
+ testonly = true |
+ deps = [ |
+ ":ui_base_unittests", |
+ ] |
+} |
+ |
# GYP version: ui/base/ui_base_tests.gyp:ui_base_unittests |
test("ui_base_unittests") { |
sources = [ |