Refactor webrtc/modules/audio_conference_mixer for GN check

This moves some GN check configurations out of .gn to individual
targets.

The now checked target is:
"//webrtc/modules/audio_conference_mixer/*"

BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2593003002
Cr-Commit-Position: refs/heads/master@{#15759}
diff --git a/.gn b/.gn
index 5584d8c..0bd9b08 100644
--- a/.gn
+++ b/.gn
@@ -25,6 +25,7 @@
   "//webrtc/api/*",
   "//webrtc/audio/*",
   "//webrtc/modules/audio_coding/*",
+  "//webrtc/modules/audio_conference_mixer/*",
   "//webrtc/modules/audio_device/*",
   "//webrtc/modules/audio_mixer/*",
   "//webrtc/modules/audio_processing/*",
diff --git a/webrtc/modules/audio_conference_mixer/BUILD.gn b/webrtc/modules/audio_conference_mixer/BUILD.gn
index 61faf45..2792a65 100644
--- a/webrtc/modules/audio_conference_mixer/BUILD.gn
+++ b/webrtc/modules/audio_conference_mixer/BUILD.gn
@@ -39,7 +39,9 @@
   }
 
   deps = [
+    "../..:webrtc_common",
     "../../audio/utility:audio_frame_operations",
+    "../../base:rtc_base_approved",
     "../../system_wrappers",
     "../audio_processing",
   ]