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

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

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased 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 | « build/android/gyp/process_resources.py ('k') | build/android/pack_arm_relocations.gypi » ('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 b16de84d4933bf63a30b94c25d99d681efda4111..6921695e6a398a6ed17834bfecb2f25f9f5d8950 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -87,10 +87,11 @@ Still reading?
</issue>
<issue id="SetJavaScriptEnabled" severity="ignore"/>
<issue id="UnusedResources">
- <!-- These files are used by chrome_shell_apk and chrome_apk targets. -->
- <ignore path="chrome/android/java/res/layout/accessibility_tab_switcher.xml" />
- <ignore path="chrome/android/java/res/drawable/btn_back.xml" />
- <ignore path="chrome/android/java/res/drawable/btn_forward.xml" />
+ <!--
+ TODO(pkotwicz): Re-enable after the chrome_java and chrome_staging_java
+ targets have been merged. crbug.com/484934
+ -->
+ <ignore path="chrome/android/java/res" />
</issue>
<issue id="SignatureOrSystemPermissions" severity="ignore"/>
<issue id="UnusedAttribute" severity="ignore"/>
« no previous file with comments | « build/android/gyp/process_resources.py ('k') | build/android/pack_arm_relocations.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698