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

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

Issue 2537873002: [Chromecast] Suppress a crashing lint warning. (Closed)
Patch Set: Add link to tracking bug Created 4 years, 1 month 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 | no next file » | 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 aaad4e8a73078ec93d540a35b94711ddfe8b619b..f8a45cc4bc8264410892194f89ca03b288798d2e 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -315,7 +315,7 @@ Still reading?
<ignore regexp="blimp/client/app/android/java/res/values/dimens.xml"/>
<ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preferences.xml"/>
<ignore regexp="blimp/client/app/android/java/res/xml/blimp_preferences.xml"/>
- <ignore regexp="blimp/client/core/resources/android/java/res/*" />
+ <ignore regexp="blimp/client/core/resources/android/java/res/*" />
<!-- TODO(crbug.com/635567): Fix this properly. -->
<ignore regexp="chrome/android/java/res/drawable-hdpi/*"/>
<ignore regexp="chrome/android/java/res/drawable-hdpi/amex_card.png"/>
@@ -459,6 +459,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">
+ <ignore regexp="chromecast/internal/android/prebuilt/settings/res/layout-v17/setup_activity_progress.xml"/>
+ </issue>
<issue id="UselessParent">
<ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/activity_webview_browser.xml"/>
<ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.xml"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698