summaryrefslogtreecommitdiffstats
path: root/extensions/shell/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/shell/BUILD.gn')
-rw-r--r--extensions/shell/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index a98d704..52e3cab 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -145,6 +145,15 @@ if (!(is_chromeos && !use_ozone)) {
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("app_shell_unittests_run") {
+ testonly = true
+ deps = [
+ ":app_shell_unittests",
+ ]
+}
+
test("app_shell_unittests") {
sources = rebase_path(app_shell_gypi_values.app_shell_unittests_sources,
".",