summaryrefslogtreecommitdiffstats
path: root/mojo/shell/background/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/background/BUILD.gn')
-rw-r--r--mojo/shell/background/BUILD.gn8
1 files changed, 8 insertions, 0 deletions
diff --git a/mojo/shell/background/BUILD.gn b/mojo/shell/background/BUILD.gn
index c5a1faa..be73bd5 100644
--- a/mojo/shell/background/BUILD.gn
+++ b/mojo/shell/background/BUILD.gn
@@ -2,6 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+group("background") {
+ testonly = true
+ deps = [
+ ":lib",
+ ":main",
+ ]
+}
+
source_set("lib") {
sources = [
"background_shell.cc",