[WebRTC] Add a filter list for the iwyu-verifier bot.

Integration on the iwyu_verifier bot is handled here:
https://chromium-review.googlesource.com/c/chromium/tools/build/+/6381824

Bug: b/236227627
Change-Id: I1bac1a640c4dfce94266b0557bb74e3a169ee5c0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/382202
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#44200}
diff --git a/tools_webrtc/iwyu/iwyu-verifier-filter_list.json b/tools_webrtc/iwyu/iwyu-verifier-filter_list.json
new file mode 100644
index 0000000..e8f0961
--- /dev/null
+++ b/tools_webrtc/iwyu/iwyu-verifier-filter_list.json
@@ -0,0 +1,11 @@
+{
+  "excluded_paths": [
+    "examples/androidnativeapi/jni/",
+    "examples/androidvoip/jni/",
+    "examples/objc/",
+    "examples/objcnativeapi/objc/",
+    "modules/desktop_capture/win/",
+    "test/ios/",
+    "test/mac/"
+  ]
+}