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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/app/BUILD.gn ('k') | chrome/app/mash/DEPS » ('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/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 "//ash/resources", 13 "//ash/resources",
14 "//base:i18n", 14 "//base:i18n",
15 "//components/tracing:startup_tracing", 15 "//components/tracing:startup_tracing",
16 "//content/public/common", 16 "//content/public/common",
17 "//mash/package", 17 "//mash/package",
18 "//services/catalog/public/interfaces", 18 "//services/catalog/public/interfaces",
19 "//services/shell", 19 "//services/service_manager",
20 "//services/shell/background:lib", 20 "//services/service_manager/background:lib",
21 "//services/shell/public/cpp", 21 "//services/service_manager/public/cpp",
22 "//services/shell/public/interfaces", 22 "//services/service_manager/public/interfaces",
23 "//services/shell/runner/common", 23 "//services/service_manager/runner/common",
24 "//services/shell/runner/host:child_process_base", 24 "//services/service_manager/runner/host:child_process_base",
25 "//services/shell/runner/host:lib", 25 "//services/service_manager/runner/host:lib",
26 "//url", 26 "//url",
27 ] 27 ]
28 data_deps = [ 28 data_deps = [
29 ":browser_manifest", 29 ":browser_manifest",
30 ":mash_manifest", 30 ":mash_manifest",
31 "//chrome/app:service_manifests", 31 "//chrome/app:service_manifests",
32 ] 32 ]
33 33
34 if (is_linux && !is_android) { 34 if (is_linux && !is_android) {
35 deps += [ "//components/font_service:lib" ] 35 deps += [ "//components/font_service:lib" ]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 70
71 service_manifest("browser_manifest") { 71 service_manifest("browser_manifest") {
72 name = "content_browser" 72 name = "content_browser"
73 source = "${root_out_dir}/Packages/chrome_content_browser/manifest.json" 73 source = "${root_out_dir}/Packages/chrome_content_browser/manifest.json"
74 output_name = "chrome_mash_content_browser" 74 output_name = "chrome_mash_content_browser"
75 deps = [ 75 deps = [
76 "//chrome/app:chrome_content_browser_manifest", 76 "//chrome/app:chrome_content_browser_manifest",
77 ] 77 ]
78 overlays = [ "chrome_mash_content_browser_manifest_overlay.json" ] 78 overlays = [ "chrome_mash_content_browser_manifest_overlay.json" ]
79 } 79 }
OLDNEW
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/mash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698