Chromium Code Reviews| Index: build/android/lint/suppressions.xml |
| diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml |
| index 97d5373afcfa6ed2081c209fb6ba8f8e019f310d..85347c63c4a87610a51cd7da41050f5e58212c27 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/10/01 17:19:46
Just confirming: this regex won't cause other Icon
Theresa
2015/10/01 17:57:34
Yes, it's a different line for each warning for bo
newt (away)
2015/10/01 18:18:04
Sounds good to me. Thanks for confirming.
|
| + </issue> |
| <issue id="IconLocation"> |
| <!-- It is OK for content_shell_apk to have missing assets. --> |
| <ignore path="content/shell/android/java/res/"/> |
| @@ -61,6 +64,9 @@ Still reading? |
| <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> |
| <ignore path="remoting/android/java/res"/> |
| </issue> |
| + <issue id="InconsistentArrays"> |
| + <ignore regexp=".*contextual_search_crushed_sprite_frames.xml.*"/> |
| + </issue> |
| <issue id="InconsistentLayout" severity="ignore"/> |
| <issue id="InflateParams" severity="ignore"/> |
| <issue id="MissingApplicationIcon" severity="ignore"/> |