OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |