| Index: build/android/lint/suppressions.xml
|
| diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
|
| index 3a6eca8a2f56cb40670af521df7e2e952dba1a59..ec26b40aecd3dcc62c885c6e962750ad619b5d3d 100644
|
| --- a/build/android/lint/suppressions.xml
|
| +++ b/build/android/lint/suppressions.xml
|
| @@ -55,7 +55,12 @@ Still reading?
|
| <ignore path="chrome/android/java/res/drawable-xxxhdpi"/>
|
| <ignore path="ui/android/java/res/drawable-xxhdpi"/>
|
| <ignore path="ui/android/java/res/drawable-xxxhdpi"/>
|
| + <!-- TODO(twellington): revisit this once needed resolutions for google_icon_sprite.png and try to merge the two regexp's. -->
|
| <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. -->
|
|
|