Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: mash/BUILD.gn

Issue 2296763009: mash: Fix launching touch hud app in mash mode. (Closed)
Patch Set: deps and define Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/browser_command_controller.cc ('k') | mash/app_driver/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//services/shell/public/service_manifest.gni") 5 import("//services/shell/public/service_manifest.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # Target that builders build. 8 # Target that builders build.
9 group("all") { 9 group("all") {
10 testonly = true 10 testonly = true
11 11
12 deps = [ 12 deps = [
13 ":mash_unittests", 13 ":mash_unittests",
14 "//ash/touch_hud/mus:touch_hud",
15 "//components/leveldb", 14 "//components/leveldb",
16 "//mash/catalog_viewer", 15 "//mash/catalog_viewer",
17 "//mash/example", 16 "//mash/example",
18 "//mash/init", 17 "//mash/init",
19 "//mash/login", 18 "//mash/login",
20 "//mash/screenlock", 19 "//mash/screenlock",
21 "//mash/session", 20 "//mash/session",
22 "//mash/task_viewer", 21 "//mash/task_viewer",
23 ] 22 ]
24 } 23 }
(...skipping 29 matching lines...) Expand all
54 ":unittests_manifest", 53 ":unittests_manifest",
55 "//ash/mus:resources", 54 "//ash/mus:resources",
56 ] 55 ]
57 } 56 }
58 57
59 service_manifest("unittests_manifest") { 58 service_manifest("unittests_manifest") {
60 type = "exe" 59 type = "exe"
61 name = "mash_unittests" 60 name = "mash_unittests"
62 source = "unittests_manifest.json" 61 source = "unittests_manifest.json"
63 } 62 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_command_controller.cc ('k') | mash/app_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698