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

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

Issue 2858563004: Add support for webapk without runtimeHost (Closed)
Patch Set: Ted@'s comments and add "Unsupported by ..." strings for browser not supporting webapks. 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/WebApkConstants.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 ad513d3321f0756a245c452a475e182ee2f76166..2aad54f4def22d9138552f90f8ad7159ab949f28 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -433,6 +433,7 @@ Still reading?
<issue id="UseCompoundDrawables">
<!-- Upscaling 24dp to 48dp doesn't work as expected with a TextView compound drawable. -->
<ignore regexp="chrome/android/java/res/layout/photo_picker_bitmap_view.xml"/>
+ <ignore regexp="chrome/android/webapk/shell_apk/res/layout/choose_host_browser_dialog_list.xml"/>
agrieve 2017/06/05 20:34:20 Would using tools:ignore= work for suppressing thi
Xi Han 2017/06/05 20:43:50 Thanks! Didn't know this before.
</issue>
<issue id="UselessParent">
<ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/activity_webview_browser.xml"/>
« no previous file with comments | « no previous file | chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698