Fix rtc_media_unittests deps (crbug.com/908819 is now fixed).

It is now possible to have dependencies with suffix _module without
clashing with the Android GN templates.

Bug: chromium:908819
Change-Id: I1b34aac60af93485ce23ebce295ab97c7c163d20
Reviewed-on: https://webrtc-review.googlesource.com/c/117161
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26265}
diff --git a/media/BUILD.gn b/media/BUILD.gn
index d846562..416f40c 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -570,10 +570,7 @@
       "../modules/audio_processing:api",
       "../modules/audio_processing:mocks",
       "../modules/rtp_rtcp",
-
-      # TODO(http://crbug.com/908819): Add this dependency when Chromium
-      # android templates stop to consider *_module to have a special meaning.
-      # "../modules/video_capture:video_capture_module",
+      "../modules/video_capture:video_capture_module",
       "../modules/video_coding:video_codec_interface",
       "../modules/video_coding:webrtc_vp8",
       "../pc:rtc_pc",