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

Side by Side Diff: services/ui/ws/BUILD.gn

Issue 2559703003: Converts WindowTreeClientTest to be in terms of aura (Closed)
Patch Set: feedback Created 4 years 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 9
10 static_library("lib") { 10 static_library("lib") {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "//ui/gfx", 160 "//ui/gfx",
161 ] 161 ]
162 } 162 }
163 163
164 static_library("test_support") { 164 static_library("test_support") {
165 testonly = true 165 testonly = true
166 166
167 sources = [ 167 sources = [
168 "test_change_tracker.cc", 168 "test_change_tracker.cc",
169 "test_change_tracker.h", 169 "test_change_tracker.h",
170 "window_server_service_test_base.cc",
171 "window_server_service_test_base.h",
172 "window_server_test_base.cc",
173 "window_server_test_base.h",
170 ] 174 ]
171 175
172 deps = [ 176 deps = [
173 "//base", 177 "//base",
178 "//base/test:test_config",
174 "//mojo/common", 179 "//mojo/common",
175 "//mojo/public/cpp/bindings:bindings", 180 "//mojo/public/cpp/bindings:bindings",
181 "//services/service_manager/public/cpp:service_test_support",
182 "//services/service_manager/public/cpp:sources",
176 "//services/ui/common:mus_common", 183 "//services/ui/common:mus_common",
177 "//services/ui/public/cpp", 184 "//services/ui/public/cpp",
178 "//services/ui/public/interfaces", 185 "//services/ui/public/interfaces",
186 "//testing/gtest",
187 "//ui/aura",
188 "//ui/display:test_support",
179 "//ui/gfx/geometry/mojo", 189 "//ui/gfx/geometry/mojo",
190 "//ui/gl",
191 "//ui/wm",
180 ] 192 ]
181 } 193 }
182 194
183 group("tests") { 195 group("tests") {
184 testonly = true 196 testonly = true
185 deps = [ 197 deps = [
186 ":mus_ws_unittests", 198 ":mus_ws_unittests",
187 ] 199 ]
188 if (!is_android) { 200 if (!is_android) {
189 deps += [ "//services/ui/public/cpp/tests:mus_public_unittests" ] 201 deps += [ "//services/ui/public/cpp/tests:mus_public_unittests" ]
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "//gpu/ipc/client", 241 "//gpu/ipc/client",
230 "//mojo/public/cpp/bindings:bindings", 242 "//mojo/public/cpp/bindings:bindings",
231 "//services/service_manager/public/cpp:service_test_support", 243 "//services/service_manager/public/cpp:service_test_support",
232 "//services/service_manager/public/cpp:sources", 244 "//services/service_manager/public/cpp:sources",
233 "//services/service_manager/public/cpp/test:run_all_service_tests", 245 "//services/service_manager/public/cpp/test:run_all_service_tests",
234 "//services/service_manager/public/interfaces", 246 "//services/service_manager/public/interfaces",
235 "//services/ui/common:mus_common", 247 "//services/ui/common:mus_common",
236 "//services/ui/common:task_runner_test_base", 248 "//services/ui/common:task_runner_test_base",
237 "//services/ui/public/cpp", 249 "//services/ui/public/cpp",
238 "//services/ui/public/cpp:internal_or_test", 250 "//services/ui/public/cpp:internal_or_test",
239 "//services/ui/public/cpp/tests:test_support",
240 "//services/ui/public/interfaces", 251 "//services/ui/public/interfaces",
241 "//testing/gtest", 252 "//testing/gtest",
242 "//third_party/mesa:osmesa", 253 "//third_party/mesa:osmesa",
254 "//ui/aura",
255 "//ui/aura:test_support",
243 "//ui/events", 256 "//ui/events",
244 "//ui/gfx", 257 "//ui/gfx",
245 "//ui/gfx:test_support", 258 "//ui/gfx:test_support",
246 "//ui/gfx/geometry", 259 "//ui/gfx/geometry",
247 "//ui/gfx/geometry/mojo", 260 "//ui/gfx/geometry/mojo",
248 "//ui/gl", 261 "//ui/gl",
249 ] 262 ]
250 263
251 # TODO(fsamuel): Remove this dep. crbug.com/670454 264 # TODO(fsamuel): Remove this dep. crbug.com/670454
252 deps += [ "//services/ui/surfaces" ] 265 deps += [ "//services/ui/surfaces" ]
253 266
254 data_deps = [ 267 data_deps = [
255 ":mus_ws_unittests_app_manifest", 268 ":mus_ws_unittests_app_manifest",
256 ] 269 ]
257 } 270 }
258 271
259 service_manifest("mus_ws_unittests_app_manifest") { 272 service_manifest("mus_ws_unittests_app_manifest") {
260 name = "mus_ws_unittests_app" 273 name = "mus_ws_unittests_app"
261 source = "mus_ws_unittests_app_manifest.json" 274 source = "mus_ws_unittests_app_manifest.json"
262 } 275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698