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

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

Issue 2897123004: Move display_service_unittests to services_unittests. (Closed)
Patch Set: services -> service_manager Created 3 years, 7 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
« no previous file with comments | « services/test/run_all_service_tests.cc ('k') | services/ui/display/run_all_unittests.cc » ('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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("display") { 8 source_set("display") {
9 sources = [ 9 sources = [
10 "screen_manager.cc", 10 "screen_manager.cc",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 } 48 }
49 } else { 49 } else {
50 sources += [ 50 sources += [
51 "screen_manager_stub_internal.cc", 51 "screen_manager_stub_internal.cc",
52 "screen_manager_stub_internal.h", 52 "screen_manager_stub_internal.h",
53 ] 53 ]
54 } 54 }
55 } 55 }
56 56
57 if (use_ozone && is_chromeos) { 57 if (use_ozone && is_chromeos) {
58 test("display_service_unittests") { 58 source_set("tests") {
59 testonly = true
60
59 sources = [ 61 sources = [
60 "run_all_unittests.cc",
61 "screen_manager_ozone_internal_unittests.cc", 62 "screen_manager_ozone_internal_unittests.cc",
62 ] 63 ]
63 64
64 deps = [ 65 deps = [
65 ":display", 66 ":display",
66 "//base", 67 "//base",
67 "//base/test:test_support", 68 "//base/test:test_support",
68 "//services/ui/common:task_runner_test_base", 69 "//services/ui/common:task_runner_test_base",
69 "//testing/gmock", 70 "//testing/gmock",
70 "//testing/gtest", 71 "//testing/gtest",
71 "//ui/base", 72 "//ui/base",
72 "//ui/display", 73 "//ui/display",
73 "//ui/events/devices", 74 "//ui/events/devices",
74 "//ui/gfx", 75 "//ui/gfx",
75 "//ui/gfx:test_support", 76 "//ui/gfx:test_support",
76 "//ui/ozone", 77 "//ui/ozone",
77 ] 78 ]
78 79
79 data_deps = [ 80 data_deps = [
80 "//ui/resources:ui_test_pak_data", 81 "//ui/resources:ui_test_pak_data",
81 ] 82 ]
82 } 83 }
83 } 84 }
OLDNEW
« no previous file with comments | « services/test/run_all_service_tests.cc ('k') | services/ui/display/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698