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

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

Issue 2557213002: Build services as standalone executables (Closed)
Patch Set: remove DCHECKs with side effects -_- 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 group("runner") { 5 group("runner") {
6 testonly = true 6 testonly = true
7 deps = [ 7 deps = [
8 "//services/service_manager/runner/child",
9 "//services/service_manager/runner/host", 8 "//services/service_manager/runner/host",
10 ] 9 ]
11 } 10 }
12 11
13 source_set("init") { 12 source_set("init") {
14 sources = [ 13 sources = [
15 "init.cc", 14 "init.cc",
16 "init.h", 15 "init.h",
17 ] 16 ]
18 17
19 deps = [ 18 deps = [
20 "//base", 19 "//base",
21 "//base:base_static", 20 "//base:base_static",
22 "//base:i18n", 21 "//base:i18n",
23 "//services/service_manager/runner/common", 22 "//services/service_manager/runner/common",
24 ] 23 ]
25 } 24 }
OLDNEW
« no previous file with comments | « services/service_manager/public/cpp/standalone_service/switches.cc ('k') | services/service_manager/runner/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698