Add WebRTC targets to chromium_builder_asan build target.

Bug: 900473
Change-Id: Ie39b16a7f3ce097469e6424e9169577b3844fe1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041875
Reviewed-by: John Budorick <[email protected]>
Reviewed-by: Martin Barbella <[email protected]>
Commit-Queue: Max Moroz <[email protected]>
Cr-Commit-Position: refs/heads/master@{#739910}
diff --git a/BUILD.gn b/BUILD.gn
index b353d4f..43ed805 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1268,6 +1268,14 @@
         "//v8:v8_shell($v8_snapshot_toolchain)",
       ]
     }
+
+    if (!is_component_build) {
+      # See https://bugs.chromium.org/p/chromium/issues/detail?id=942546#c11.
+      deps += [
+        "//third_party/webrtc/rtc_tools:rtp_generator",
+        "//third_party/webrtc/rtc_tools:video_replay",
+      ]
+    }
   }
 }