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

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

Issue 2843973002: Use larger vector graphics for special tiles and fix selection ring. (Closed)
Patch Set: Fix unused variable issue 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
« no previous file with comments | « no previous file | chrome/android/java/res/drawable/checkmark_blue.xml » ('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 5e32a8d627798d69077f4e216907afed8a103c22..82949fc43b53b9585fb1113a826e6b78c45e3e3f 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -437,8 +437,10 @@ Still reading?
<!-- TODO(crbug.com/635567): Fix this properly. -->
<ignore regexp="content/shell/android/shell_apk/res/values/strings.xml"/>
</issue>
- <!-- TODO(crbug.com/669629): Remove this when the Chromecast dependency on old layout code is removed. -->
<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"/>
+ <!-- TODO(crbug.com/669629): Remove this when the Chromecast dependency on old layout code is removed. -->
<ignore regexp="chromecast/internal/android/prebuilt/settings/res/layout-v17/setup_activity_progress.xml"/>
</issue>
<issue id="UselessParent">
« no previous file with comments | « no previous file | chrome/android/java/res/drawable/checkmark_blue.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698