| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 | 6 |
| 7 # Used to test ash with an aura backend. | 7 # Used to test ash with an aura backend. |
| 8 source_set("ash_with_aura_test_support") { | 8 source_set("ash_with_aura_test_support") { |
| 9 testonly = true | 9 testonly = true |
| 10 sources = [ | 10 sources = [ |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 deps = [ | 135 deps = [ |
| 136 "//ash/common/test:test_support", | 136 "//ash/common/test:test_support", |
| 137 "//ash/public/cpp", | 137 "//ash/public/cpp", |
| 138 "//ash/public/interfaces", | 138 "//ash/public/interfaces", |
| 139 "//ash/resources", | 139 "//ash/resources", |
| 140 "//base:i18n", | 140 "//base:i18n", |
| 141 "//base/test:test_support", | 141 "//base/test:test_support", |
| 142 "//components/signin/core/account_id", | 142 "//components/signin/core/account_id", |
| 143 "//components/user_manager:user_manager", | 143 "//components/user_manager:user_manager", |
| 144 "//device/bluetooth", | 144 "//device/bluetooth", |
| 145 "//services/ui/public/interfaces", |
| 145 "//skia", | 146 "//skia", |
| 146 "//testing/gtest", | 147 "//testing/gtest", |
| 147 "//ui/accessibility", | 148 "//ui/accessibility", |
| 148 "//ui/app_list:test_support", | 149 "//ui/app_list:test_support", |
| 149 "//ui/app_list/presenter", | 150 "//ui/app_list/presenter", |
| 150 "//ui/aura", | 151 "//ui/aura", |
| 151 "//ui/aura:test_support", | 152 "//ui/aura:test_support", |
| 152 "//ui/base:test_support", | 153 "//ui/base:test_support", |
| 153 "//ui/compositor:test_support", | 154 "//ui/compositor:test_support", |
| 154 "//ui/display/types", | 155 "//ui/display/types", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 deps = [ | 204 deps = [ |
| 204 ":test_support_with_content", | 205 ":test_support_with_content", |
| 205 "//base", | 206 "//base", |
| 206 "//skia", | 207 "//skia", |
| 207 "//testing/gtest", | 208 "//testing/gtest", |
| 208 "//ui/aura", | 209 "//ui/aura", |
| 209 "//ui/base", | 210 "//ui/base", |
| 210 "//ui/gl:test_support", | 211 "//ui/gl:test_support", |
| 211 ] | 212 ] |
| 212 } | 213 } |
| OLD | NEW |