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

Side by Side Diff: components/exo/BUILD.gn

Issue 2374893002: Adds AshTest (Closed)
Patch Set: real feedback Created 4 years, 2 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
« ash/common/test/ash_test.h ('K') | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("exo") { 8 source_set("exo") {
9 sources = [ 9 sources = [
10 "buffer.cc", 10 "buffer.cc",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 70
71 sources = [ 71 sources = [
72 "test/exo_test_base.cc", 72 "test/exo_test_base.cc",
73 "test/exo_test_base.h", 73 "test/exo_test_base.h",
74 "test/exo_test_helper.cc", 74 "test/exo_test_helper.cc",
75 "test/exo_test_helper.h", 75 "test/exo_test_helper.h",
76 ] 76 ]
77 77
78 deps = [ 78 deps = [
79 ":exo", 79 ":exo",
80 "//ash:ash_with_aura_test_support",
80 "//ash:test_support_without_content", 81 "//ash:test_support_without_content",
81 "//base", 82 "//base",
82 "//gpu", 83 "//gpu",
83 "//skia", 84 "//skia",
84 "//testing/gtest", 85 "//testing/gtest",
85 "//ui/aura", 86 "//ui/aura",
86 "//ui/compositor", 87 "//ui/compositor",
87 "//ui/gfx/geometry", 88 "//ui/gfx/geometry",
88 "//ui/wm:wm", 89 "//ui/wm:wm",
89 ] 90 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 } 135 }
135 } 136 }
136 137
137 test("exo_unittests") { 138 test("exo_unittests") {
138 sources = [ 139 sources = [
139 "test/run_all_unittests.cc", 140 "test/run_all_unittests.cc",
140 ] 141 ]
141 142
142 deps = [ 143 deps = [
143 ":unit_tests", 144 ":unit_tests",
145 "//ash:ash_with_aura_test_support",
144 "//ash:test_support_without_content", 146 "//ash:test_support_without_content",
145 "//base", 147 "//base",
146 "//base/test:test_support", 148 "//base/test:test_support",
147 "//device/gamepad:test_helpers", 149 "//device/gamepad:test_helpers",
148 ] 150 ]
149 151
150 data_deps = [ 152 data_deps = [
151 "//ash/common/strings:ash_test_strings", 153 "//ash/common/strings:ash_test_strings",
152 "//ash/resources:ash_test_resources_100_percent", 154 "//ash/resources:ash_test_resources_100_percent",
153 "//ash/resources:ash_test_resources_200_percent", 155 "//ash/resources:ash_test_resources_200_percent",
154 ] 156 ]
155 157
156 if (use_x11) { 158 if (use_x11) {
157 deps += [ "//tools/xdisplaycheck" ] 159 deps += [ "//tools/xdisplaycheck" ]
158 } 160 }
159 161
160 if (is_linux) { 162 if (is_linux) {
161 deps += [ "//components/exo/wayland:unit_tests" ] 163 deps += [ "//components/exo/wayland:unit_tests" ]
162 } 164 }
163 } 165 }
OLDNEW
« ash/common/test/ash_test.h ('K') | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698