| Index: mojo/shell/public/cpp/BUILD.gn
|
| diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
|
| index 611830bacb2069e7e86411011528aae128bea080..ca5247c2f6e51d4982edf2a0ed7d2c7e723545df 100644
|
| --- a/mojo/shell/public/cpp/BUILD.gn
|
| +++ b/mojo/shell/public/cpp/BUILD.gn
|
| @@ -73,6 +73,8 @@ source_set("test_support") {
|
| "application_test_base.h",
|
| "lib/application_test_base.cc",
|
| "lib/application_test_main.cc",
|
| + "lib/shell_test.cc",
|
| + "shell_test.h",
|
| ]
|
|
|
| public_deps = [
|
| @@ -87,6 +89,7 @@ source_set("test_support") {
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/environment",
|
| "//mojo/public/cpp/system",
|
| + "//mojo/shell/background:lib",
|
| "//mojo/shell/public/interfaces:interfaces_cpp_sources",
|
| ]
|
|
|
|
|