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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 testonly = true | 68 testonly = true |
69 visibility = [ ":*" ] | 69 visibility = [ ":*" ] |
70 sources = [ | 70 sources = [ |
71 # TODO(jamescook): Move these files into ash/test. | 71 # TODO(jamescook): Move these files into ash/test. |
72 "../laser/laser_pointer_controller_test_api.cc", | 72 "../laser/laser_pointer_controller_test_api.cc", |
73 "../laser/laser_pointer_controller_test_api.h", | 73 "../laser/laser_pointer_controller_test_api.h", |
74 "../laser/laser_pointer_points_test_api.cc", | 74 "../laser/laser_pointer_points_test_api.cc", |
75 "../laser/laser_pointer_points_test_api.h", | 75 "../laser/laser_pointer_points_test_api.h", |
76 "../shell/toplevel_window.cc", | 76 "../shell/toplevel_window.cc", |
77 "../shell/toplevel_window.h", | 77 "../shell/toplevel_window.h", |
78 "ash_md_test_base.cc", | |
79 "ash_md_test_base.h", | |
80 "ash_test_base.cc", | 78 "ash_test_base.cc", |
81 "ash_test_base.h", | 79 "ash_test_base.h", |
82 "ash_test_environment.h", | 80 "ash_test_environment.h", |
83 "ash_test_helper.cc", | 81 "ash_test_helper.cc", |
84 "ash_test_helper.h", | 82 "ash_test_helper.h", |
85 "ash_test_views_delegate.cc", | 83 "ash_test_views_delegate.cc", |
86 "ash_test_views_delegate.h", | 84 "ash_test_views_delegate.h", |
87 "child_modal_window.cc", | 85 "child_modal_window.cc", |
88 "child_modal_window.h", | 86 "child_modal_window.h", |
89 "cursor_manager_test_api.cc", | 87 "cursor_manager_test_api.cc", |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 deps = [ | 196 deps = [ |
199 ":test_support_with_content", | 197 ":test_support_with_content", |
200 "//base", | 198 "//base", |
201 "//skia", | 199 "//skia", |
202 "//testing/gtest", | 200 "//testing/gtest", |
203 "//ui/aura", | 201 "//ui/aura", |
204 "//ui/base", | 202 "//ui/base", |
205 "//ui/gl:test_support", | 203 "//ui/gl:test_support", |
206 ] | 204 ] |
207 } | 205 } |
OLD | NEW |