| Index: remoting/test/BUILD.gn
|
| diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
|
| index 8bc132fbee6ea4b12570fc71d569a559a09e899b..26e9230adea043946c15bcd7ff016913b7055d34 100644
|
| --- a/remoting/test/BUILD.gn
|
| +++ b/remoting/test/BUILD.gn
|
| @@ -96,6 +96,7 @@ executable("chromoting_test_driver") {
|
| ":test_support",
|
| "//base/test:test_support",
|
| "//build/config/sanitizers:deps",
|
| + "//build/win:default_exe_manifest",
|
| "//testing/gtest",
|
| ]
|
| }
|
| @@ -134,6 +135,7 @@ executable("ar_sample_test_driver") {
|
| ":ar_test_driver_common",
|
| "//base/test:test_support",
|
| "//build/config/sanitizers:deps",
|
| + "//build/win:default_exe_manifest",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|