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

Side by Side Diff: services/service_manager/runner/host/BUILD.gn

Issue 2855393002: Fix a TODO in GN file (Closed)
Patch Set: Created 3 years, 7 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/service_manager/public/cpp/BUILD.gn ('k') | services/service_manager/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/cpp/service.gni") 5 import("//services/service_manager/public/cpp/service.gni")
6 import("//services/service_manager/public/service_manifest.gni") 6 import("//services/service_manager/public/service_manifest.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
11 sources = [ 11 sources = [
12 "service_process_launcher.cc", 12 "service_process_launcher.cc",
13 "service_process_launcher.h", 13 "service_process_launcher.h",
14 ] 14 ]
15 15
16 deps = [ 16 deps = [
17 "//base:base_static", 17 "//base:base_static",
18 "//base:i18n", 18 "//base:i18n",
19 "//services/service_manager/public/cpp:sources", 19 "//services/service_manager/public/cpp",
20 "//services/service_manager/public/cpp/standalone_service", 20 "//services/service_manager/public/cpp/standalone_service",
21 "//services/service_manager/runner:init", 21 "//services/service_manager/runner:init",
22 "//services/service_manager/runner/common", 22 "//services/service_manager/runner/common",
23 ] 23 ]
24 24
25 public_deps = [ 25 public_deps = [
26 "//base", 26 "//base",
27 "//mojo/edk/system", 27 "//mojo/edk/system",
28 "//mojo/public/cpp/system", 28 "//mojo/public/cpp/system",
29 ] 29 ]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 deps = [ 63 deps = [
64 "//mojo/public/cpp/system", 64 "//mojo/public/cpp/system",
65 "//services/service_manager/public/cpp/standalone_service:main", 65 "//services/service_manager/public/cpp/standalone_service:main",
66 ] 66 ]
67 } 67 }
68 68
69 service_manifest("host_test_service_manifest") { 69 service_manifest("host_test_service_manifest") {
70 name = "host_test_service" 70 name = "host_test_service"
71 source = "host_test_service_manifest.json" 71 source = "host_test_service_manifest.json"
72 } 72 }
OLDNEW
« no previous file with comments | « services/service_manager/public/cpp/BUILD.gn ('k') | services/service_manager/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698