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

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

Issue 1191373010: Chromecast: fix Android lint warnings, which are now build errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 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 | chromecast/android/AndroidManifest.xml » ('j') | chromecast/chromecast.gyp » ('J')
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 4f10aa8255baf59b5daa3dff291a9d73d2fdf3d0..23d91e64a671ae20c623f93961bc8b608829fbe4 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -102,6 +102,8 @@ Still reading?
<ignore path="chrome/android/java/res" />
<ignore path="content/shell/android/shell_apk/res/layout/content_shell_activity.xml" />
<ignore path="content/shell/android/shell_apk/res/values/strings.xml" />
+ <ignore path="chromecast/browser/android/apk/res/values/strings.xml" />
aurimas (slooooooooow) 2015/06/23 00:42:19 Which values and strings are unused?
gunsch 2015/06/23 00:45:43 None now (same thing I pinged you about over chat)
+ <ignore path="chromecast/internal/shell/android/apk/res/values/strings.xml" />
</issue>
<issue id="SignatureOrSystemPermissions" severity="ignore"/>
<issue id="UnusedAttribute" severity="ignore"/>
« no previous file with comments | « no previous file | chromecast/android/AndroidManifest.xml » ('j') | chromecast/chromecast.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698