Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Side by Side Diff: ash/test/BUILD.gn

Issue 2471643002: mash: remove the LockStateControllerDelegate. (Closed)
Patch Set: sky comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/shell.cc ('k') | ash/test/lock_state_controller_test_api.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "ash_test_helper.cc", 78 "ash_test_helper.cc",
79 "ash_test_helper.h", 79 "ash_test_helper.h",
80 "ash_test_views_delegate.cc", 80 "ash_test_views_delegate.cc",
81 "ash_test_views_delegate.h", 81 "ash_test_views_delegate.h",
82 "child_modal_window.cc", 82 "child_modal_window.cc",
83 "child_modal_window.h", 83 "child_modal_window.h",
84 "cursor_manager_test_api.cc", 84 "cursor_manager_test_api.cc",
85 "cursor_manager_test_api.h", 85 "cursor_manager_test_api.h",
86 "immersive_fullscreen_controller_test_api.cc", 86 "immersive_fullscreen_controller_test_api.cc",
87 "immersive_fullscreen_controller_test_api.h", 87 "immersive_fullscreen_controller_test_api.h",
88 "lock_state_controller_test_api.cc",
89 "lock_state_controller_test_api.h",
88 "mirror_window_test_api.cc", 90 "mirror_window_test_api.cc",
89 "mirror_window_test_api.h", 91 "mirror_window_test_api.h",
90 "overflow_bubble_view_test_api.cc", 92 "overflow_bubble_view_test_api.cc",
91 "overflow_bubble_view_test_api.h", 93 "overflow_bubble_view_test_api.h",
92 "shelf_button_pressed_metric_tracker_test_api.cc", 94 "shelf_button_pressed_metric_tracker_test_api.cc",
93 "shelf_button_pressed_metric_tracker_test_api.h", 95 "shelf_button_pressed_metric_tracker_test_api.h",
94 "shelf_view_test_api.cc", 96 "shelf_view_test_api.cc",
95 "shelf_view_test_api.h", 97 "shelf_view_test_api.h",
96 "shell_test_api.cc", 98 "shell_test_api.cc",
97 "shell_test_api.h", 99 "shell_test_api.h",
98 "status_area_widget_test_helper.cc", 100 "status_area_widget_test_helper.cc",
99 "status_area_widget_test_helper.h", 101 "status_area_widget_test_helper.h",
100 "task_switch_time_tracker_test_api.cc", 102 "task_switch_time_tracker_test_api.cc",
101 "task_switch_time_tracker_test_api.h", 103 "task_switch_time_tracker_test_api.h",
102 "test_activation_delegate.cc", 104 "test_activation_delegate.cc",
103 "test_activation_delegate.h", 105 "test_activation_delegate.h",
104 "test_keyboard_ui.cc", 106 "test_keyboard_ui.cc",
105 "test_keyboard_ui.h", 107 "test_keyboard_ui.h",
106 "test_lock_state_controller_delegate.cc",
107 "test_lock_state_controller_delegate.h",
108 "test_overlay_delegate.cc", 108 "test_overlay_delegate.cc",
109 "test_overlay_delegate.h", 109 "test_overlay_delegate.h",
110 "test_screenshot_delegate.cc", 110 "test_screenshot_delegate.cc",
111 "test_screenshot_delegate.h", 111 "test_screenshot_delegate.h",
112 "test_session_state_animator.cc", 112 "test_session_state_animator.cc",
113 "test_session_state_animator.h", 113 "test_session_state_animator.h",
114 "test_shell_delegate.cc", 114 "test_shell_delegate.cc",
115 "test_shell_delegate.h", 115 "test_shell_delegate.h",
116 "test_shutdown_client.cc",
117 "test_shutdown_client.h",
116 "test_suite.cc", 118 "test_suite.cc",
117 "test_suite.h", 119 "test_suite.h",
118 "test_suite_init.h", 120 "test_suite_init.h",
119 "test_suite_init.mm", 121 "test_suite_init.mm",
120 "test_system_tray_item.cc", 122 "test_system_tray_item.cc",
121 "test_system_tray_item.h", 123 "test_system_tray_item.h",
122 "test_wallpaper_delegate.cc", 124 "test_wallpaper_delegate.cc",
123 "test_wallpaper_delegate.h", 125 "test_wallpaper_delegate.h",
124 "tray_cast_test_api.cc", 126 "tray_cast_test_api.cc",
125 "tray_cast_test_api.h", 127 "tray_cast_test_api.h",
126 "ui_controls_factory_ash.cc", 128 "ui_controls_factory_ash.cc",
127 "ui_controls_factory_ash.h", 129 "ui_controls_factory_ash.h",
128 "user_metrics_recorder_test_api.cc", 130 "user_metrics_recorder_test_api.cc",
129 "user_metrics_recorder_test_api.h", 131 "user_metrics_recorder_test_api.h",
130 ] 132 ]
131 configs += [ "//build/config:precompiled_headers" ] 133 configs += [ "//build/config:precompiled_headers" ]
132 134
133 public_deps = [ 135 public_deps = [
134 "//ash", 136 "//ash",
135 "//ui/display:display_manager_test_api", 137 "//ui/display:display_manager_test_api",
136 ] 138 ]
137 deps = [ 139 deps = [
138 "//ash/common/test:test_support", 140 "//ash/common/test:test_support",
139 "//ash/public/cpp", 141 "//ash/public/cpp",
142 "//ash/public/interfaces",
140 "//ash/resources", 143 "//ash/resources",
141 "//base:i18n", 144 "//base:i18n",
142 "//base/test:test_support", 145 "//base/test:test_support",
143 "//components/signin/core/account_id", 146 "//components/signin/core/account_id",
144 "//components/user_manager:user_manager", 147 "//components/user_manager:user_manager",
145 "//device/bluetooth", 148 "//device/bluetooth",
146 "//skia", 149 "//skia",
147 "//testing/gtest", 150 "//testing/gtest",
148 "//ui/accessibility", 151 "//ui/accessibility",
149 "//ui/app_list:test_support", 152 "//ui/app_list:test_support",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 deps = [ 205 deps = [
203 ":test_support_with_content", 206 ":test_support_with_content",
204 "//base", 207 "//base",
205 "//skia", 208 "//skia",
206 "//testing/gtest", 209 "//testing/gtest",
207 "//ui/aura", 210 "//ui/aura",
208 "//ui/base", 211 "//ui/base",
209 "//ui/gl:test_support", 212 "//ui/gl:test_support",
210 ] 213 ]
211 } 214 }
OLDNEW
« no previous file with comments | « ash/shell.cc ('k') | ash/test/lock_state_controller_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698