| commit | 758ce1c31d1ccb051d53e5210bc9c6266605e26f | [log] [tgz] | 
|---|---|---|
| author | Jeremy Leconte <jleconte@webrtc.org> | Mon Mar 24 13:21:17 2025 | 
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 13:52:47 2025 | 
| tree | 71349eb70e5e38cec0d578e8f1e12d8e3bf337a0 | |
| parent | fe203b427877c5c9636c6624baa72203b11f55c5 [diff] | 
[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/" + ] +}