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

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

Issue 2912393005: Add support for webapk without runtimeHost (part 2) (Closed)
Patch Set: Adopt hdpi logo image. Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkMetaDataKeys.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/lint/suppressions.xml
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
index e6f8531558271e185efe041438104fb599523cfe..c58889a38d2b52de5f5797666eb9bfec86d60a74 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -104,6 +104,8 @@ 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$"/>
+ <!-- This is intentional to save on WebAPKs' size. -->
+ <ignore regexp="chrome/android/webapk/shell_apk/res/drawable-*"/>
<!-- crbug.com/457918 is tracking missing assets -->
<ignore regexp="chrome/android/java/res/drawable-xxhdpi"/>
<ignore regexp="chrome/android/java/res/drawable-xxxhdpi"/>
« no previous file with comments | « no previous file | chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkMetaDataKeys.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698