Index: build/android/lint/suppressions.xml |
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml |
index 97d5373afcfa6ed2081c209fb6ba8f8e019f310d..bd6214598ba5c36722d17eaf17d48626c6c2f57d 100644 |
--- a/build/android/lint/suppressions.xml |
+++ b/build/android/lint/suppressions.xml |
@@ -53,6 +53,9 @@ Still reading? |
<ignore path="ui/android/java/res/drawable-xxxhdpi"/> |
<ignore regexp=".*: data_reduction_illustration.png, reader_mode_bar_background.9.png, tabs_moved_htc.png, tabs_moved_nexus.png, tabs_moved_samsung.png$"/> |
</issue> |
+ <issue id="IconDipSize"> |
+ <ignore regexp=".*google_icon_sprite.png.*"/> |
newt (away)
2015/09/25 02:18:44
Much better :D
|
+ </issue> |
<issue id="IconLocation"> |
<!-- It is OK for content_shell_apk to have missing assets. --> |
<ignore path="content/shell/android/java/res/"/> |