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

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

Issue 2785373004: Remove BuildInfo#isGreaterThanN() (Closed)
Patch Set: Updates for network security config Created 3 years, 9 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 | « base/android/java/src/org/chromium/base/BuildInfo.java ('k') | chrome/android/BUILD.gn » ('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 33882a2d2613da7eb92846a974044f08ec233c51..f1f719414487f96dcfa9ed7a0bd55189f4c10822 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -323,12 +323,6 @@ Still reading?
<ignore regexp="chrome/android/java/res/drawable-hdpi/signin_promo_illustration.png"/>
<ignore regexp="chrome/android/java/res/drawable-nodpi/missing.png"/>
<ignore regexp="chrome/android/java/res/values-v17/styles.xml"/>
- <!--
- This file isn't used if the target SDK version is less than 24.
- TODO(estevenson) remove this and the conditional inclusion in
- AndroidManifest.xml after rolling to SDK 24.
- -->
- <ignore regexp="chrome/android/java/res/xml/network_security_config.xml"/>
<ignore regexp="chromecast/browser/android/apk/res/values/strings.xml"/>
<ignore regexp="chromecast/internal"/>
<ignore regexp="clank"/>
« no previous file with comments | « base/android/java/src/org/chromium/base/BuildInfo.java ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698