| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | |
| 90 "//mojo/public/cpp/bindings", | 89 "//mojo/public/cpp/bindings", |
| 91 "//mojo/public/cpp/system", | 90 "//mojo/public/cpp/system", |
| 92 "//services/service_manager/background:lib", | 91 "//services/service_manager/background:lib", |
| 93 "//services/service_manager/public/interfaces", | 92 "//services/service_manager/public/interfaces", |
| 94 ] | 93 ] |
| 95 | 94 |
| 96 data_deps = [] | 95 data_deps = [] |
| 97 } | 96 } |
| 98 } | 97 } |
| OLD | NEW |