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