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

Side by Side Diff: chrome/app/mash/BUILD.gn

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. Created 4 years, 4 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 | « ash/sysui/user_wallpaper_delegate_mus.cc ('k') | chrome/app/mash/mash_runner.cc » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 6
7 source_set("mash") { 7 source_set("mash") {
8 sources = [ 8 sources = [
9 "mash_runner.cc", 9 "mash_runner.cc",
10 "mash_runner.h", 10 "mash_runner.h",
11 ] 11 ]
12 deps = [ 12 deps = [
13 "//ash/mus:lib", 13 "//ash/mus:lib",
14 "//ash/resources", 14 "//ash/resources",
15 "//ash/sysui:lib",
16 "//ash/touch_hud/mus:lib", 15 "//ash/touch_hud/mus:lib",
17 "//base:i18n", 16 "//base:i18n",
18 "//content/public/common", 17 "//content/public/common",
19 "//mash/app_driver:lib", 18 "//mash/app_driver:lib",
20 "//mash/quick_launch:lib", 19 "//mash/quick_launch:lib",
21 "//mash/session:lib", 20 "//mash/session:lib",
22 "//mash/task_viewer:lib", 21 "//mash/task_viewer:lib",
23 "//services/shell", 22 "//services/shell",
24 "//services/shell/background:lib", 23 "//services/shell/background:lib",
25 "//services/shell/public/cpp", 24 "//services/shell/public/cpp",
(...skipping 12 matching lines...) Expand all
38 deps += [ "//components/font_service:lib" ] 37 deps += [ "//components/font_service:lib" ]
39 } 38 }
40 } 39 }
41 40
42 service_manifest("manifest") { 41 service_manifest("manifest") {
43 type = "exe" 42 type = "exe"
44 name = "chrome_mash" 43 name = "chrome_mash"
45 source = "chrome_mash_manifest.json" 44 source = "chrome_mash_manifest.json"
46 deps = [ 45 deps = [
47 "//ash/mus:manifest", 46 "//ash/mus:manifest",
48 "//ash/sysui:manifest",
49 "//ash/touch_hud/mus:manifest", 47 "//ash/touch_hud/mus:manifest",
50 "//mash/app_driver:manifest", 48 "//mash/app_driver:manifest",
51 "//mash/quick_launch:manifest", 49 "//mash/quick_launch:manifest",
52 "//mash/session:manifest", 50 "//mash/session:manifest",
53 "//mash/task_viewer:manifest", 51 "//mash/task_viewer:manifest",
54 "//services/ui:manifest", 52 "//services/ui:manifest",
55 ] 53 ]
56 packaged_services = [ 54 packaged_services = [
57 "app_driver", 55 "app_driver",
58 "ash", 56 "ash",
59 "ash_sysui",
60 "mash_session", 57 "mash_session",
61 "quick_launch", 58 "quick_launch",
62 "task_viewer", 59 "task_viewer",
63 "touch_hud", 60 "touch_hud",
64 "ui", 61 "ui",
65 ] 62 ]
66 63
67 if (is_linux && !is_android) { 64 if (is_linux && !is_android) {
68 deps += [ "//components/font_service:manifest" ] 65 deps += [ "//components/font_service:manifest" ]
69 packaged_services += [ "font_service" ] 66 packaged_services += [ "font_service" ]
70 } 67 }
71 } 68 }
OLDNEW
« no previous file with comments | « ash/sysui/user_wallpaper_delegate_mus.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698