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

Side by Side Diff: webrtc/build/android/suppressions.xml

Issue 2444853002: Roll chromium_revision 1362287708..9b5bb47fa0 (426760:426837) + roll Android SDK to N (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <lint> 2 <lint>
3 <!-- These lint settings is for the Android linter that gets run by 3 <!-- These lint settings is for the Android linter that gets run by
4 lint_action.gypi on compile of WebRTC java code. All WebRTC java code 4 lint_action.gypi on compile of WebRTC java code. All WebRTC java code
5 should lint cleanly for the issues below. --> 5 should lint cleanly for the issues below. -->
6 <!-- TODO(phoglund): make work with suppress.py or remove printout referring 6 <!-- TODO(phoglund): make work with suppress.py or remove printout referring
7 to suppress.py. --> 7 to suppress.py. -->
8 <issue id="NewApi"></issue> 8 <issue id="NewApi"></issue>
9 9
10 <issue id="Locale" severity="ignore"/> 10 <issue id="Locale" severity="ignore"/>
(...skipping 13 matching lines...) Expand all
24 <issue id="IconColors" severity="ignore"/> 24 <issue id="IconColors" severity="ignore"/>
25 <issue id="IconDipSize" severity="ignore"/> 25 <issue id="IconDipSize" severity="ignore"/>
26 <issue id="IconDuplicatesConfig" severity="ignore"/> 26 <issue id="IconDuplicatesConfig" severity="ignore"/>
27 <issue id="RelativeOverlap" severity="ignore"/> 27 <issue id="RelativeOverlap" severity="ignore"/>
28 <issue id="RtlCompat" severity="ignore"/> 28 <issue id="RtlCompat" severity="ignore"/>
29 <issue id="IconMissingDensityFolder" severity="ignore"/> 29 <issue id="IconMissingDensityFolder" severity="ignore"/>
30 <issue id="WrongCall" severity="ignore"/> 30 <issue id="WrongCall" severity="ignore"/>
31 <issue id="NewApi" severity="ignore"/> 31 <issue id="NewApi" severity="ignore"/>
32 <issue id="OldTargetApi" severity="ignore"/> 32 <issue id="OldTargetApi" severity="ignore"/>
33 33
34 <issue id="GoogleAppIndexingWarning" severity="ignore"/>
35 <issue id="MissingRegistered" severity="ignore"/>
36
34 <!-- These are just from the dummy AndroidManifest.xml we use for linting. 37 <!-- These are just from the dummy AndroidManifest.xml we use for linting.
35 It's in the same directory as this file. --> 38 It's in the same directory as this file. -->
36 <issue id="MissingApplicationIcon" severity="ignore"/> 39 <issue id="MissingApplicationIcon" severity="ignore"/>
37 <issue id="AllowBackup" severity="ignore"/> 40 <issue id="AllowBackup" severity="ignore"/>
38 <issue id="MissingVersion" severity="ignore"/> 41 <issue id="MissingVersion" severity="ignore"/>
39 </lint> 42 </lint>
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698