| 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" ]
|
| }
|
|
|