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

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

Issue 2573283002: Use a static catalog manifest for the standalone Mash runner (Closed)
Patch Set: . Created 3 years, 11 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 | « no previous file | chrome/app/mash/mash_service_overrides.json » ('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/service_manager/public/service_manifest.gni") 5 import("//services/service_manager/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 "//base:i18n", 13 "//base:i18n",
14 "//components/tracing:startup_tracing", 14 "//components/tracing:startup_tracing",
15 "//content/public/common", 15 "//content/public/common",
16 "//mash/package", 16 "//mash/package",
17 "//mash/session/public/interfaces:constants", 17 "//mash/session/public/interfaces:constants",
18 "//services/catalog/public/interfaces", 18 "//services/catalog/public/interfaces",
19 "//services/service_manager", 19 "//services/service_manager",
20 "//services/service_manager/background:lib", 20 "//services/service_manager/background:lib",
21 "//services/service_manager/public/cpp", 21 "//services/service_manager/public/cpp",
22 "//services/service_manager/public/cpp/standalone_service", 22 "//services/service_manager/public/cpp/standalone_service",
23 "//services/service_manager/public/interfaces", 23 "//services/service_manager/public/interfaces",
24 "//services/service_manager/runner:init", 24 "//services/service_manager/runner:init",
25 "//services/service_manager/runner/common", 25 "//services/service_manager/runner/common",
26 "//services/service_manager/runner/host:lib", 26 "//services/service_manager/runner/host:lib",
27 "//services/service_manager/standalone:lib", 27 "//services/service_manager/standalone",
28 "//url", 28 "//url",
29 ] 29 ]
30 data_deps = [ 30 data_deps = [
31 ":mash_manifest", 31 ":mash_manifest",
32 "//chrome/app:service_manifests", 32 "//chrome/app:service_manifests",
33 ] 33 ]
34 34
35 if (is_chromeos) { 35 if (is_chromeos) {
36 deps += [ "//ash/resources" ] 36 deps += [ "//ash/resources" ]
37 } 37 }
(...skipping 30 matching lines...) Expand all
68 if (is_chromeos) { 68 if (is_chromeos) {
69 deps += [ "//ash/mus:manifest" ] 69 deps += [ "//ash/mus:manifest" ]
70 packaged_services += [ "ash" ] 70 packaged_services += [ "ash" ]
71 } 71 }
72 72
73 if (is_linux && !is_android) { 73 if (is_linux && !is_android) {
74 deps += [ "//components/font_service:manifest" ] 74 deps += [ "//components/font_service:manifest" ]
75 packaged_services += [ "font_service" ] 75 packaged_services += [ "font_service" ]
76 } 76 }
77 } 77 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/mash/mash_service_overrides.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698