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

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

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « build/android/buildbot/bb_run_bot.py ('k') | build/android/gyp/delete_files.py » ('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 59aa92fd1ed246ff468f9765f53a203d4ad24297..06358d9090fc64ed9f34dc622f72de8e97170cc7 100644
--- a/build/android/findbugs_filter/findbugs_exclude.xml
+++ b/build/android/findbugs_filter/findbugs_exclude.xml
@@ -75,6 +75,11 @@ In particular, ~ at the start of a string means it's a regex.
<Bug code="Dm" />
</Match>
<Match>
+ <Class name="~org\.chromium\.chrome\..*\.NotificationService" />
+ <Method name="dispatchIntentOnUIThread" />
+ <Bug code="Dm" />
+ </Match>
+ <Match>
<Class name="~org\.chromium\.content\..*\.ChildProcessService.*" />
<Method name="run" />
<Bug code="Dm" />
« no previous file with comments | « build/android/buildbot/bb_run_bot.py ('k') | build/android/gyp/delete_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698