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

Unified Diff: tools-webrtc/android/suppressions.xml

Issue 2864213004: Rename tools-webrtc -> tools_webrtc (Closed)
Patch Set: REmove symlink Created 3 years, 7 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 | « tools-webrtc/android/profiling/utilities.sh ('k') | tools-webrtc/audio_quality/README » ('j') | 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
deleted file mode 100644
index 9055c76dc290b12a2b4c0d8f29f8fe9a90b3b126..0000000000000000000000000000000000000000
--- a/tools-webrtc/android/suppressions.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<lint>
- <!-- These lint settings is for the Android linter that gets run by
- lint_action.gypi on compile of WebRTC java code. All WebRTC java code
- should lint cleanly for the issues below. -->
- <!-- TODO(phoglund): make work with suppress.py or remove printout referring
- to suppress.py. -->
-
- <issue id="UseSparseArrays" severity="ignore"/>
-
- <issue id="LongLogTag" severity="ignore"/>
- <issue id="Registered" severity="ignore"/>
- <issue id="MissingPermission" severity="ignore"/>
- <issue id="ApplySharedPref" severity="ignore"/>
- <!-- TODO(sakal): Remove once the lint tool is updated. -->
- <issue id="CommitPrefEdits" severity="ignore"/>
- <issue id="UnusedResources" severity="ignore"/>
- <issue id="IconColors" severity="ignore"/>
- <issue id="IconDipSize" severity="ignore"/>
- <issue id="IconDuplicatesConfig" severity="ignore"/>
- <issue id="RelativeOverlap" severity="ignore"/>
- <issue id="RtlCompat" severity="ignore"/>
- <issue id="IconMissingDensityFolder" severity="ignore"/>
- <issue id="OldTargetApi" severity="ignore"/>
-
- <issue id="GoogleAppIndexingWarning" severity="ignore"/>
- <issue id="MissingRegistered" severity="ignore"/>
-
- <!-- These are just from the dummy AndroidManifest.xml we use for linting.
- It's in the same directory as this file. -->
- <issue id="MissingApplicationIcon" severity="ignore"/>
- <issue id="AllowBackup" severity="ignore"/>
- <issue id="MissingVersion" severity="ignore"/>
-
- <!-- Ignore all lint errors in Chromium code. -->
- <issue id="all">
- <ignore path="**/org/chromium/**/*.java" />
- </issue>
-</lint>
« no previous file with comments | « tools-webrtc/android/profiling/utilities.sh ('k') | tools-webrtc/audio_quality/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698