| 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 # GYP version: mojo/mojo_base.gyp:mojo_application_base | 5 # GYP version: mojo/mojo_base.gyp:mojo_application_base |
| 6 source_set("cpp") { | 6 source_set("cpp") { |
| 7 public_deps = [ | 7 public_deps = [ |
| 8 ":sources", | 8 ":sources", |
| 9 ] | 9 ] |
| 10 } | 10 } |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 ] | 72 ] |
| 73 | 73 |
| 74 public_deps = [ | 74 public_deps = [ |
| 75 ":cpp", | 75 ":cpp", |
| 76 "//testing/gtest", | 76 "//testing/gtest", |
| 77 ] | 77 ] |
| 78 | 78 |
| 79 deps = [ | 79 deps = [ |
| 80 "//base", | 80 "//base", |
| 81 "//base/test:test_support", | 81 "//base/test:test_support", |
| 82 "//mojo/logging", | |
| 83 "//mojo/public/cpp/bindings", | 82 "//mojo/public/cpp/bindings", |
| 84 "//mojo/public/cpp/system", | 83 "//mojo/public/cpp/system", |
| 85 "//services/shell/background:lib", | 84 "//services/shell/background:lib", |
| 86 "//services/shell/public/interfaces:interfaces_cpp_sources", | 85 "//services/shell/public/interfaces:interfaces_cpp_sources", |
| 87 ] | 86 ] |
| 88 | 87 |
| 89 data_deps = [] | 88 data_deps = [] |
| 90 } | 89 } |
| 91 } | 90 } |
| OLD | NEW |