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

Unified Diff: tools_webrtc/android/suppressions.xml

Issue 2986603002: Ignore NewApi Android Lint warning + Roll chromium_revision (Closed)
Patch Set: Created 3 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools_webrtc/android/suppressions.xml
diff --git a/tools_webrtc/android/suppressions.xml b/tools_webrtc/android/suppressions.xml
index 9055c76dc290b12a2b4c0d8f29f8fe9a90b3b126..c697d6afbbacb7793efff395647cf1c591256d83 100644
--- a/tools_webrtc/android/suppressions.xml
+++ b/tools_webrtc/android/suppressions.xml
@@ -6,6 +6,10 @@
<!-- TODO(phoglund): make work with suppress.py or remove printout referring
to suppress.py. -->
+ <!-- TODO(crbug.com/739746): Remove once platform-tools is updated. -->
+ <issue id="NewApi" severity="ignore"/>
+ <issue id="InlinedApi" severity="ignore"/>
sakal 2017/07/21 09:27:04 This is not needed if we land this CL: https://cod
+
<issue id="UseSparseArrays" severity="ignore"/>
<issue id="LongLogTag" severity="ignore"/>
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698