| Index: services/shell/tests/shell/BUILD.gn
|
| diff --git a/services/shell/tests/shell/BUILD.gn b/services/shell/tests/shell/BUILD.gn
|
| index 8a73d53fa239cc5bda26f32b93d720986fe546b9..d26ff7c1af3c7a6df24aba439b42136efbc5d2fe 100644
|
| --- a/services/shell/tests/shell/BUILD.gn
|
| +++ b/services/shell/tests/shell/BUILD.gn
|
| @@ -51,6 +51,7 @@ executable("shell_unittest_driver") {
|
| deps = [
|
| ":interfaces",
|
| "//base",
|
| + "//build/win:default_exe_manifest",
|
| "//mojo/edk/system",
|
| "//services/shell/public/cpp",
|
| "//services/shell/public/interfaces",
|
| @@ -80,6 +81,7 @@ executable("shell_unittest_target") {
|
| deps = [
|
| ":interfaces",
|
| "//base",
|
| + "//build/win:default_exe_manifest",
|
| "//services/shell/public/cpp",
|
| "//services/shell/runner/child:test_native_main",
|
| ]
|
|
|