summaryrefslogtreecommitdiffstats
path: root/mojo/shell/background/BUILD.gn
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-02-19 07:53:13 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-19 15:54:10 +0000
commit4f56799de0e3221ab0e15c8b5ae44cd2b00ec5a7 (patch)
tree60b55f8c90c5add58770aae6cd92ead97742922e /mojo/shell/background/BUILD.gn
parentbe8017a38ab65cf3e2e9692767c23f15144be686 (diff)
downloadchromium_src-4f56799de0e3221ab0e15c8b5ae44cd2b00ec5a7.zip
chromium_src-4f56799de0e3221ab0e15c8b5ae44cd2b00ec5a7.tar.gz
chromium_src-4f56799de0e3221ab0e15c8b5ae44cd2b00ec5a7.tar.bz2
Restructure/simplify ApplicationManager
1. fold a bunch of functions together 2. make application loader load after a reply from the package manager R=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/1709903002 Cr-Commit-Position: refs/heads/master@{#376444}
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",