| Index: third_party/widevine/cdm/BUILD.gn
|
| diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
|
| index b66c652c0aebd8be609ce55e4964f50175098437..30953737e1e2f1b7ffc6e35d13c8d20a68c6ba26 100644
|
| --- a/third_party/widevine/cdm/BUILD.gn
|
| +++ b/third_party/widevine/cdm/BUILD.gn
|
| @@ -119,7 +119,7 @@ if (use_stub_cdm_for_chrome) {
|
| ":version_h",
|
| ":copy_widevinecdm",
|
| "//base",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| ]
|
|
|
| public_deps = [ ":copy_widevinecdm" ]
|
| @@ -150,7 +150,7 @@ if (use_stub_cdm_for_chrome) {
|
| deps = [
|
| ":version_h",
|
| "//base",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| ]
|
|
|
| if (is_mac) {
|
|
|