| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//mojo/public/mojo_application.gni") | 5 import("//mojo/public/mojo_application.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
| 10 | 10 |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 | 134 |
| 135 deps = [ | 135 deps = [ |
| 136 "//base", | 136 "//base", |
| 137 "//base/test:test_config", | 137 "//base/test:test_config", |
| 138 "//components/resource_provider/public/cpp", | 138 "//components/resource_provider/public/cpp", |
| 139 "//components/resource_provider/public/interfaces", | 139 "//components/resource_provider/public/interfaces", |
| 140 "//mojo/application/public/cpp:test_support", | 140 "//mojo/application/public/cpp:test_support", |
| 141 "//mojo/platform_handle", | 141 "//mojo/platform_handle", |
| 142 ] | 142 ] |
| 143 | 143 |
| 144 data_deps = [ ":resource_provider" ] | 144 data_deps = [ |
| 145 ":resource_provider", |
| 146 ] |
| 145 } | 147 } |
| OLD | NEW |