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

Side by Side Diff: services/ui/public/cpp/tests/BUILD.gn

Issue 2123363002: ShellTest -> ServiceTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 months 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 7
8 source_set("unittest_support") { 8 source_set("unittest_support") {
9 testonly = true 9 testonly = true
10 10
(...skipping 22 matching lines...) Expand all
33 sources = [ 33 sources = [
34 "window_server_shelltest_base.cc", 34 "window_server_shelltest_base.cc",
35 "window_server_shelltest_base.h", 35 "window_server_shelltest_base.h",
36 "window_server_test_base.cc", 36 "window_server_test_base.cc",
37 "window_server_test_base.h", 37 "window_server_test_base.h",
38 ] 38 ]
39 39
40 deps = [ 40 deps = [
41 "//base", 41 "//base",
42 "//base/test:test_config", 42 "//base/test:test_config",
43 "//services/shell/public/cpp:shell_test_support", 43 "//services/shell/public/cpp:service_test_support",
44 "//services/shell/public/cpp:sources", 44 "//services/shell/public/cpp:sources",
45 "//services/ui/common:mus_common", 45 "//services/ui/common:mus_common",
46 "//services/ui/public/cpp", 46 "//services/ui/public/cpp",
47 "//testing/gtest", 47 "//testing/gtest",
48 "//ui/gl", 48 "//ui/gl",
49 ] 49 ]
50 } 50 }
51 51
52 test("mus_public_unittests") { 52 test("mus_public_unittests") {
53 sources = [ 53 sources = [
(...skipping 19 matching lines...) Expand all
73 "//ui/events", 73 "//ui/events",
74 "//ui/gfx:test_support", 74 "//ui/gfx:test_support",
75 "//ui/gfx/geometry", 75 "//ui/gfx/geometry",
76 "//ui/gfx/geometry/mojo", 76 "//ui/gfx/geometry/mojo",
77 ] 77 ]
78 78
79 if (use_x11) { 79 if (use_x11) {
80 deps += [ "//ui/gfx/x" ] 80 deps += [ "//ui/gfx/x" ]
81 } 81 }
82 } 82 }
OLDNEW
« no previous file with comments | « services/ui/clipboard/clipboard_unittest.cc ('k') | services/ui/public/cpp/tests/window_server_shelltest_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698