Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1073)

Unified Diff: build/android/lint/suppressions.xml

Issue 2912393005: Add support for webapk without runtimeHost (part 2) (Closed)
Patch Set: pkotwicz@'s comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/lint/suppressions.xml
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
index a002824a78583767762a131582c46958fad8d7d3..eb4d4e024ffaf5846bc209a999d5497a3a64f24e 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -104,6 +104,10 @@ Still reading?
<issue id="IconDensities">
<!-- The large assets below only include a few densities to reduce APK size. -->
<ignore regexp=": data_reduction_illustration.png, physical_web_logo.png, physical_web_logo_anim1.png, physical_web_logo_anim2.png$"/>
+ <ignore regexp="chrome/android/webapk/shell_apk/res/drawable-hdpi"/>
+ <ignore regexp="chrome/android/webapk/shell_apk/res/drawable-mdpi"/>
+ <ignore regexp="chrome/android/webapk/shell_apk/res/drawable-xhdpi"/>
+ <ignore regexp="chrome/android/webapk/shell_apk/res/drawable-xxhdpi"/>
<!-- crbug.com/457918 is tracking missing assets -->
<ignore regexp="chrome/android/java/res/drawable-xxhdpi"/>
<ignore regexp="chrome/android/java/res/drawable-xxxhdpi"/>

Powered by Google App Engine
This is Rietveld 408576698