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

Unified Diff: build/android/lint/suppressions.xml

Issue 407733006: Move mojo java bindings to mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 5 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/bindings/java/src/org/chromium/mojo/bindings/AutoCloseableRouter.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/lint/suppressions.xml
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
index da02211d227dd0983144418dd3bbe5443ddbfce2..36f89c578236c21d7841397189ca4146a40b1fdb 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -25,8 +25,7 @@ Still reading?
<ignore path="AndroidManifest.xml"/>
</issue>
<issue id="Assert">
- <ignore regexp="mojo/public/java/src/.*"/>
- <ignore regexp="mojo/bindings/java/src/.*"/>
+ <ignore regexp="mojo/public/java/.*"/>
</issue>
<issue id="CommitPrefEdits">
<ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/android2/channel/AndroidChannelPreferences.java"/>
« no previous file with comments | « no previous file | mojo/bindings/java/src/org/chromium/mojo/bindings/AutoCloseableRouter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698