Add missing "//build/config/sanitizers:deps" to executable targets.

BUG=webrtc:6215
NOTRY=True

Review-Url: https://codereview.webrtc.org/2278723004
Cr-Commit-Position: refs/heads/master@{#13915}
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 0b680ce..b5474a3 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1578,6 +1578,7 @@
 
     deps = [
       ":g711",
+      "//build/config/sanitizers:deps",
     ]
   }
 
@@ -1594,6 +1595,7 @@
     deps = [
       ":g722",
       "../..:webrtc_common",
+      "//build/config/sanitizers:deps",
     ]
   }
 
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 35e4fb3..fae82f6 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -264,6 +264,7 @@
       "../test:channel_transport",
       "../test:test_support",
       "../voice_engine",
+      "//build/config/sanitizers:deps",
       "//build/win:default_exe_manifest",
       "//testing/gtest",
       "//third_party/gflags",
@@ -288,6 +289,7 @@
     deps = [
       "../modules/audio_processing",
       "../system_wrappers:metrics_default",
+      "//build/config/sanitizers:deps",
       "//build/win:default_exe_manifest",
       "//testing/gtest",
       "//third_party/gflags",
@@ -313,6 +315,7 @@
       "../system_wrappers:system_wrappers_default",
       "../test:channel_transport",
       "../voice_engine",
+      "//build/config/sanitizers:deps",
       "//build/win:default_exe_manifest",
       "//testing/gtest",
       "//third_party/gflags",