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

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

Issue 971223004: Fix up a few more lint warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | chrome/android/shell/res/drawable/progress_bar.xml » ('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 11efa06ddeb8719db3a1316c1e96828d5b4e95e3..b2f2e50a10210cb668c0e7404d60ae638fb1fc95 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -43,6 +43,8 @@ Still reading?
</issue>
<issue id="IconDensities">
<!-- crbug.com/457918 is tracking missing assets -->
+ <ignore path="components/web_contents_delegate_android/android/java/res/drawable-xxhdpi"/>
+ <ignore path="components/web_contents_delegate_android/android/java/res/drawable-xxxhdpi"/>
<ignore path="content/public/android/java/res/drawable-xxhdpi"/>
<ignore path="content/public/android/java/res/drawable-xxxhdpi"/>
<ignore path="chrome/android/java/res/drawable-xxhdpi"/>
« no previous file with comments | « no previous file | chrome/android/shell/res/drawable/progress_bar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698