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

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

Issue 2569953002: Removes example code that isn't correctly wired up (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
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 "//mash/session/public/interfaces:constants",
18 "//services/catalog/public/interfaces", 19 "//services/catalog/public/interfaces",
19 "//services/service_manager", 20 "//services/service_manager",
20 "//services/service_manager/background:lib", 21 "//services/service_manager/background:lib",
21 "//services/service_manager/public/cpp", 22 "//services/service_manager/public/cpp",
22 "//services/service_manager/public/cpp/standalone_service", 23 "//services/service_manager/public/cpp/standalone_service",
23 "//services/service_manager/public/interfaces", 24 "//services/service_manager/public/interfaces",
24 "//services/service_manager/runner:init", 25 "//services/service_manager/runner:init",
25 "//services/service_manager/runner/common", 26 "//services/service_manager/runner/common",
26 "//services/service_manager/runner/host:lib", 27 "//services/service_manager/runner/host:lib",
27 "//services/service_manager/standalone:lib", 28 "//services/service_manager/standalone:lib",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 76
76 service_manifest("browser_manifest") { 77 service_manifest("browser_manifest") {
77 name = "content_browser" 78 name = "content_browser"
78 source = "${root_out_dir}/Packages/chrome_content_browser/manifest.json" 79 source = "${root_out_dir}/Packages/chrome_content_browser/manifest.json"
79 output_name = "chrome_mash_content_browser" 80 output_name = "chrome_mash_content_browser"
80 deps = [ 81 deps = [
81 "//chrome/app:chrome_content_browser_manifest", 82 "//chrome/app:chrome_content_browser_manifest",
82 ] 83 ]
83 overlays = [ "chrome_mash_content_browser_manifest_overlay.json" ] 84 overlays = [ "chrome_mash_content_browser_manifest_overlay.json" ]
84 } 85 }
OLDNEW
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698