| Index: third_party/opus/BUILD.gn
|
| diff --git a/third_party/opus/BUILD.gn b/third_party/opus/BUILD.gn
|
| index 19da82d3723a55478bf25218aa7b4a6a14c87562..5fea34f45c5de7cc4e54b0e9fa6955923da328c2 100644
|
| --- a/third_party/opus/BUILD.gn
|
| +++ b/third_party/opus/BUILD.gn
|
| @@ -195,6 +195,7 @@ executable("opus_compare") {
|
| deps = [
|
| ":opus",
|
| "//build/config/sanitizers:deps",
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
| @@ -212,6 +213,7 @@ executable("opus_demo") {
|
| deps = [
|
| ":opus",
|
| "//build/config/sanitizers:deps",
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
|
|