| Index: build/android/findbugs_filter/findbugs_exclude.xml
|
| diff --git a/build/android/findbugs_filter/findbugs_exclude.xml b/build/android/findbugs_filter/findbugs_exclude.xml
|
| index 1c833dfcd02a17a5bca891ac244943577084e7e5..59aa92fd1ed246ff468f9765f53a203d4ad24297 100644
|
| --- a/build/android/findbugs_filter/findbugs_exclude.xml
|
| +++ b/build/android/findbugs_filter/findbugs_exclude.xml
|
| @@ -103,11 +103,4 @@ In particular, ~ at the start of a string means it's a regex.
|
| <Method name="destroy" />
|
| <Bug code="ST" />
|
| </Match>
|
| - <!--
|
| - Ignore mojo generated files.
|
| - -->
|
| - <Match>
|
| - <Class name="~.*\.mojom\..*" />
|
| - <Bug code="UuF,UrF" />
|
| - </Match>
|
| </FindBugsFilter>
|
|
|