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

Side by Side Diff: services/service_manager/public/cpp/BUILD.gn

Issue 2645973006: [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: . Created 3 years, 11 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
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 group("cpp") { 5 group("cpp") {
6 public_deps = [ 6 public_deps = [
7 ":sources", 7 ":sources",
8 ] 8 ]
9 } 9 }
10 10
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 ] 79 ]
80 80
81 public_deps = [ 81 public_deps = [
82 ":cpp", 82 ":cpp",
83 "//testing/gtest", 83 "//testing/gtest",
84 ] 84 ]
85 85
86 deps = [ 86 deps = [
87 "//base", 87 "//base",
88 "//base/test:test_support", 88 "//base/test:test_support",
89 "//mojo/edk/system",
89 "//mojo/public/cpp/bindings", 90 "//mojo/public/cpp/bindings",
90 "//mojo/public/cpp/system", 91 "//mojo/public/cpp/system",
91 "//services/service_manager/background:lib", 92 "//services/service_manager/background:lib",
92 "//services/service_manager/public/interfaces", 93 "//services/service_manager/public/interfaces",
93 ] 94 ]
94 95
95 data_deps = [] 96 data_deps = []
96 } 97 }
97 } 98 }
OLDNEW
« no previous file with comments | « services/service_manager/public/constants.gni ('k') | services/service_manager/public/cpp/lib/service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698