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

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

Issue 2566663004: Revert of Build services as standalone executables (Closed)
Patch Set: Created 4 years 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_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/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 "//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/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",
23 "//services/service_manager/public/interfaces", 22 "//services/service_manager/public/interfaces",
24 "//services/service_manager/runner:init", 23 "//services/service_manager/runner:init",
25 "//services/service_manager/runner/common", 24 "//services/service_manager/runner/common",
25 "//services/service_manager/runner/host:child_process_base",
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:lib",
28 "//url", 28 "//url",
29 ] 29 ]
30 data_deps = [ 30 data_deps = [
31 ":browser_manifest", 31 ":browser_manifest",
32 ":mash_manifest", 32 ":mash_manifest",
33 "//chrome/app:service_manifests", 33 "//chrome/app:service_manifests",
34 ] 34 ]
35 35
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 75
76 service_manifest("browser_manifest") { 76 service_manifest("browser_manifest") {
77 name = "content_browser" 77 name = "content_browser"
78 source = "${root_out_dir}/Packages/chrome_content_browser/manifest.json" 78 source = "${root_out_dir}/Packages/chrome_content_browser/manifest.json"
79 output_name = "chrome_mash_content_browser" 79 output_name = "chrome_mash_content_browser"
80 deps = [ 80 deps = [
81 "//chrome/app:chrome_content_browser_manifest", 81 "//chrome/app:chrome_content_browser_manifest",
82 ] 82 ]
83 overlays = [ "chrome_mash_content_browser_manifest_overlay.json" ] 83 overlays = [ "chrome_mash_content_browser_manifest_overlay.json" ]
84 } 84 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698