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

Unified Diff: components/exo/BUILD.gn

Issue 2086833004: Run exo_unittests in waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable crashing test Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/exo/display_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 26b75c8ef622cccbd521d52792a2d5aec1fd0961..9c124734d74ab4b37c64f21b033aa3f57b98bb19 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -119,12 +119,24 @@ test("exo_unittests") {
sources = [
"test/run_all_unittests.cc",
]
+
deps = [
":unit_tests",
"//ash:test_support",
"//base",
"//base/test:test_support",
]
+
+ data_deps = [
+ "//ash/resources:ash_test_resources_100_percent",
+ "//ash/resources:ash_test_resources_200_percent",
+ "//ash/strings:ash_test_strings",
+ ]
+
+ if (use_x11) {
+ deps += [ "//tools/xdisplaycheck" ]
+ }
+
if (is_linux) {
deps += [ "//components/exo/wayland:unit_tests" ]
}
« no previous file with comments | « no previous file | components/exo/display_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698