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

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

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 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 | « build/android/jinja_template.gypi ('k') | build/android/lint_action.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..bfd3e8d1445a8a9689866c68a1560ee7d052c5d1 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -25,12 +25,6 @@ Still reading?
<ignore path="AndroidManifest.xml"/>
</issue>
<issue id="Assert" severity="ignore"/>
- <issue id="CommitPrefEdits">
- <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/android2/channel/AndroidChannelPreferences.java"/>
- </issue>
- <issue id="DefaultLocale">
- <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/external/client/contrib/AndroidListenerState.java"/>
- </issue>
<issue id="DrawAllocation">
<ignore path="content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java"/>
<ignore path="content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java"/>
@@ -41,6 +35,9 @@ Still reading?
<issue id="HandlerLeak">
<ignore path="remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java"/>
</issue>
+ <issue id="HardcodedDebugMode">
+ <ignore path="AndroidManifest.xml"/>
+ </issue>
<issue id="IconDensities">
<!-- crbug.com/457918 is tracking missing assets -->
<ignore path="components/web_contents_delegate_android/android/java/res/drawable-xxhdpi"/>
@@ -87,10 +84,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/jinja_template.gypi ('k') | build/android/lint_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698