| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "ash_interactive_ui_test_base.h", | 201 "ash_interactive_ui_test_base.h", |
| 202 ] | 202 ] |
| 203 deps = [ | 203 deps = [ |
| 204 ":test_support_with_content", | 204 ":test_support_with_content", |
| 205 "//base", | 205 "//base", |
| 206 "//skia", | 206 "//skia", |
| 207 "//testing/gtest", | 207 "//testing/gtest", |
| 208 "//ui/aura", | 208 "//ui/aura", |
| 209 "//ui/base", | 209 "//ui/base", |
| 210 "//ui/gl:test_support", | 210 "//ui/gl:test_support", |
| 211 "//ui/message_center:message_center", |
| 211 ] | 212 ] |
| 212 } | 213 } |
| OLD | NEW |