| Index: third_party/opus/BUILD.gn
|
| diff --git a/third_party/opus/BUILD.gn b/third_party/opus/BUILD.gn
|
| index 6211449f8a8a93356c91f2603ce7c87e4cacbf45..eea0689d6d65e5fc22a539ef6cd005b7ad8523ab 100644
|
| --- a/third_party/opus/BUILD.gn
|
| +++ b/third_party/opus/BUILD.gn
|
| @@ -418,7 +418,7 @@ executable("opus_compare") {
|
|
|
| deps = [
|
| ":opus",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//build/win:default_exe_manifest",
|
| ]
|
| }
|
| @@ -436,7 +436,7 @@ executable("opus_demo") {
|
|
|
| deps = [
|
| ":opus",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|