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

Side by Side Diff: services/shell/BUILD.gn

Issue 2164503006: Rename mojo_application GN templates to service* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/navigation/BUILD.gn ('k') | services/shell/background/tests/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//mojo/public/mojo_application_manifest.gni") 5 import("//services/shell/public/service_manifest.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 group("all") { 9 group("all") {
10 testonly = true 10 testonly = true
11 deps = [ 11 deps = [
12 ":shell", 12 ":shell",
13 "//services/shell/background", 13 "//services/shell/background",
14 "//services/shell/runner", 14 "//services/shell/runner",
15 "//services/shell/standalone", 15 "//services/shell/standalone",
(...skipping 29 matching lines...) Expand all
45 public_deps = [ 45 public_deps = [
46 # ApplicationManager exposes and uses PackageManager types in its header. 46 # ApplicationManager exposes and uses PackageManager types in its header.
47 "//services/catalog:lib", 47 "//services/catalog:lib",
48 ] 48 ]
49 49
50 data_deps = [ 50 data_deps = [
51 ":manifest", 51 ":manifest",
52 ] 52 ]
53 } 53 }
54 54
55 mojo_application_manifest("manifest") { 55 service_manifest("manifest") {
56 application_name = "shell" 56 name = "shell"
57 source = "manifest.json" 57 source = "manifest.json"
58 } 58 }
OLDNEW
« no previous file with comments | « services/navigation/BUILD.gn ('k') | services/shell/background/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698