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

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

Issue 410683007: Suppress MissingApplicationIcon Android lint warning. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | 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 b2cf163271ea3bafe1bfe9304f450b45d6a7e1cb..ea4f0aec48db1bb6cccc20282a884684c7a67dd7 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -58,6 +58,7 @@ Still reading?
<ignore path="printing/android/java/src/org/chromium/printing/PrintManagerDelegateImpl.java"/>
<ignore path="ui/android/java/src/org/chromium/ui/base/LocalizationUtils.java"/>
</issue>
+ <issue id="MissingApplicationIcon" severity="ignore"/>
<issue id="MissingRegistered" severity="ignore"/>
<issue id="MissingVersion">
<ignore path="AndroidManifest.xml"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698