| Index: sky/shell/BUILD.gn
|
| diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
|
| index 4032deb4d9308c2b11f60dac3c23ca206cbc7e6e..cba8fdf390cc44ef899154f23b4046ab91f9cc72 100644
|
| --- a/sky/shell/BUILD.gn
|
| +++ b/sky/shell/BUILD.gn
|
| @@ -181,9 +181,14 @@ if (is_android) {
|
| "linux/main.cc",
|
| "linux/platform_service_provider_linux.cc",
|
| "linux/platform_view_linux.cc",
|
| + "testing/test_runner.cc",
|
| + "testing/test_runner.h",
|
| ]
|
|
|
| - deps = common_deps + [ ":common" ]
|
| + deps = common_deps + [
|
| + ":common",
|
| + "//sky/services/testing",
|
| + ]
|
| }
|
| } else {
|
| assert(false, "Unsupported platform")
|
|
|