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

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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ] 77 ]
78 78
79 public_deps = [ 79 public_deps = [
80 ":cpp", 80 ":cpp",
81 "//testing/gtest", 81 "//testing/gtest",
82 ] 82 ]
83 83
84 deps = [ 84 deps = [
85 "//base", 85 "//base",
86 "//base/test:test_support", 86 "//base/test:test_support",
87 "//mojo/edk/system",
87 "//mojo/public/cpp/bindings", 88 "//mojo/public/cpp/bindings",
88 "//mojo/public/cpp/system", 89 "//mojo/public/cpp/system",
89 "//services/service_manager/background:lib", 90 "//services/service_manager/background:lib",
90 "//services/service_manager/public/interfaces", 91 "//services/service_manager/public/interfaces",
91 ] 92 ]
92 93
93 data_deps = [] 94 data_deps = []
94 } 95 }
95 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698