Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3617)

Unified Diff: build/android/findbugs_filter/findbugs_exclude.xml

Issue 317273006: Add serialization/deserialization of structs for mojo java bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/android/javatests/src/org/chromium/mojo/bindings/BindingsTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | mojo/android/javatests/src/org/chromium/mojo/bindings/BindingsTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698