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

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

Issue 2113233002: 🎓 Provide AndroidManifest.xml to chrome_java to fix UnusedResources warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Provide AndroidManifest.xml to chrome_java to fix UnusedResources warnings Created 4 years, 5 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/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 891936e98492f497d09d8a3a2ee71e2e84dafe15..210594b578658a17c26e988910ae5f72ccfb6ac8 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -110,13 +110,6 @@ Still reading?
<ignore regexp="restriction_values.xml" />
<ignore path="android_webview/tools/automated_ui_tests/java/res/" />
- <!-- Used by chrome/android/java/AndroidManifest.xml -->
- <ignore path="chrome/android/java/res/drawable/window_background.xml" />
- <ignore path="chrome/android/java/res/xml/bookmark_widget_info.xml" />
- <ignore path="chrome/android/java/res/xml/file_paths.xml" />
-
- <ignore path="content/shell/android/shell_apk/res/layout/content_shell_activity.xml" />
- <ignore path="content/shell/android/shell_apk/res/values/strings.xml" />
</issue>
<issue id="SignatureOrSystemPermissions" severity="ignore"/>
<issue id="UnusedAttribute" severity="ignore"/>
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698