| Index: build/android/lint/suppressions.xml
|
| diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
|
| index 97d5373afcfa6ed2081c209fb6ba8f8e019f310d..231a26e1bf8efadc244eb4cd7222355f184d9719 100644
|
| --- a/build/android/lint/suppressions.xml
|
| +++ b/build/android/lint/suppressions.xml
|
| @@ -52,6 +52,10 @@ Still reading?
|
| <ignore path="ui/android/java/res/drawable-xxhdpi"/>
|
| <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$"/>
|
| + <ignore regexp=".*: data_reduction_illustration.png, google_icon_sprite.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.*"/>
|
| </issue>
|
| <issue id="IconLocation">
|
| <!-- It is OK for content_shell_apk to have missing assets. -->
|
|
|