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

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

Issue 2207103003: Removing unused resources from chrome/java/res (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment about suppression Created 4 years, 4 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/notification_icon_bg.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 210594b578658a17c26e988910ae5f72ccfb6ac8..632cc5b920a4c6bafe4648bdf22ef08ab4376ed5 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -108,8 +108,9 @@ Still reading?
<issue id="UnusedResources">
<!-- Used by Android's policies system -->
<ignore regexp="restriction_values.xml" />
-
<ignore path="android_webview/tools/automated_ui_tests/java/res/" />
+ <!-- This file isn't used if the target SDK version is less than 24 -->
Ted C 2016/08/05 20:48:33 maybe add a TODO to remove this suppression once w
estevenson 2016/08/05 21:21:45 Done.
+ <ignore path="chrome/android/java/res/xml/network_security_config.xml" />
</issue>
<issue id="SignatureOrSystemPermissions" severity="ignore"/>
<issue id="UnusedAttribute" severity="ignore"/>
« no previous file with comments | « no previous file | chrome/android/java/res/drawable/notification_icon_bg.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698