Index: build/android/lint/suppressions.xml |
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml |
index 24b084687f90b3bdda0d49f17758efe4495e4aed..4f10aa8255baf59b5daa3dff291a9d73d2fdf3d0 100644 |
--- a/build/android/lint/suppressions.xml |
+++ b/build/android/lint/suppressions.xml |
@@ -53,10 +53,14 @@ Still reading? |
<ignore path="ui/android/java/res/drawable-xxxhdpi"/> |
<ignore regexp=".*: reader_mode_bar_background.9.png, tabs_moved_htc.png, tabs_moved_nexus.png, tabs_moved_samsung.png$"/> |
</issue> |
- <!-- It is OK for content_shell_apk and chrome_shell_apk to have missing assets. --> |
<issue id="IconLocation"> |
+ <!-- It is OK for content_shell_apk and chrome_shell_apk to have missing assets. --> |
<ignore path="content/shell/android/java/res/"/> |
<ignore path="chrome/android/shell/res/"/> |
+ <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/drawable/icon.png --> |
+ <ignore path="res/drawable/icon.png"/> |
+ <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> |
+ <ignore path="remoting/android/java/res"/> |
</issue> |
<issue id="InconsistentLayout" severity="ignore"/> |
<issue id="InflateParams" severity="ignore"/> |
@@ -73,11 +77,14 @@ Still reading? |
<ignore path="org/chromium/base/SysUtils.class"/> |
<ignore path="org/chromium/chrome/browser/TtsPlatformImpl.class"/> |
<ignore path="org/chromium/chrome/browser/TtsPlatformImpl$*.class"/> |
+ <ignore path="chrome/android/java/res/values-v17/styles.xml"/> |
</issue> |
<issue id="OldTargetApi"> |
<ignore path="AndroidManifest.xml"/> |
</issue> |
<issue id="Overdraw" severity="ignore"/> |
+ <!-- TODO(newt): remove if INJECT_EVENTS is not needed crbug.com/502028 --> |
+ <issue id="ProtectedPermissions" severity="ignore"/> |
<issue id="Recycle" severity="ignore"/> |
<issue id="Registered" severity="ignore"/> |
<issue id="RtlCompat" severity="ignore"/> |
@@ -93,6 +100,8 @@ Still reading? |
targets have been merged. crbug.com/484934 |
--> |
<ignore path="chrome/android/java/res" /> |
+ <ignore path="content/shell/android/shell_apk/res/layout/content_shell_activity.xml" /> |
+ <ignore path="content/shell/android/shell_apk/res/values/strings.xml" /> |
</issue> |
<issue id="SignatureOrSystemPermissions" severity="ignore"/> |
<issue id="UnusedAttribute" severity="ignore"/> |