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

Unified Diff: tools_webrtc/android/suppressions.xml

Issue 2986603002: Ignore NewApi Android Lint warning + Roll chromium_revision (Closed)
Patch Set: Update Chromium revision. 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..d051a561300ea46fe2fde592d43793f662e558c3 100644
--- a/tools_webrtc/android/suppressions.xml
+++ b/tools_webrtc/android/suppressions.xml
@@ -6,6 +6,9 @@
<!-- 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="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