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

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

Issue 1439953002: Use debug apks for dev builds. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | shell/BUILD.gn » ('j') | 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 <!-- 3 <!--
4 STOP! It looks like you want to suppress some lint errors: 4 STOP! It looks like you want to suppress some lint errors:
5 - Have you tried identifing the offending patch? 5 - Have you tried identifing the offending patch?
6 Ask the author for a fix and/or revert the patch. 6 Ask the author for a fix and/or revert the patch.
7 - It is preferred to add suppressions in the code instead of 7 - It is preferred to add suppressions in the code instead of
8 sweeping it under the rug here. See: 8 sweeping it under the rug here. See:
9 9
10 http://developer.android.com/tools/debugging/improving-w-lint.html 10 http://developer.android.com/tools/debugging/improving-w-lint.html
(...skipping 23 matching lines...) Expand all
34 <issue id="DrawAllocation"> 34 <issue id="DrawAllocation">
35 <ignore path="content/public/android/java/src/org/chromium/content/browser/C ontentViewRenderView.java"/> 35 <ignore path="content/public/android/java/src/org/chromium/content/browser/C ontentViewRenderView.java"/>
36 <ignore path="content/public/android/java/src/org/chromium/content/browser/P opupZoomer.java"/> 36 <ignore path="content/public/android/java/src/org/chromium/content/browser/P opupZoomer.java"/>
37 </issue> 37 </issue>
38 <issue id="ExportedContentProvider"> 38 <issue id="ExportedContentProvider">
39 <ignore path="AndroidManifest.xml"/> 39 <ignore path="AndroidManifest.xml"/>
40 </issue> 40 </issue>
41 <issue id="HandlerLeak"> 41 <issue id="HandlerLeak">
42 <ignore path="remoting/android/java/src/org/chromium/chromoting/TapGestureDe tector.java"/> 42 <ignore path="remoting/android/java/src/org/chromium/chromoting/TapGestureDe tector.java"/>
43 </issue> 43 </issue>
44 <issue id="HardcodedDebugMode">
45 <ignore path="AndroidManifest.xml"/>
46 </issue>
44 <issue id="IconDensities"> 47 <issue id="IconDensities">
45 <!-- crbug.com/457918 is tracking missing assets --> 48 <!-- crbug.com/457918 is tracking missing assets -->
46 <ignore path="components/web_contents_delegate_android/android/java/res/draw able-xxhdpi"/> 49 <ignore path="components/web_contents_delegate_android/android/java/res/draw able-xxhdpi"/>
47 <ignore path="components/web_contents_delegate_android/android/java/res/draw able-xxxhdpi"/> 50 <ignore path="components/web_contents_delegate_android/android/java/res/draw able-xxxhdpi"/>
48 <ignore path="content/public/android/java/res/drawable-xxhdpi"/> 51 <ignore path="content/public/android/java/res/drawable-xxhdpi"/>
49 <ignore path="content/public/android/java/res/drawable-xxxhdpi"/> 52 <ignore path="content/public/android/java/res/drawable-xxxhdpi"/>
50 <ignore path="chrome/android/java/res/drawable-xxhdpi"/> 53 <ignore path="chrome/android/java/res/drawable-xxhdpi"/>
51 <ignore path="chrome/android/java/res/drawable-xxxhdpi"/> 54 <ignore path="chrome/android/java/res/drawable-xxxhdpi"/>
52 <ignore path="ui/android/java/res/drawable-xxhdpi"/> 55 <ignore path="ui/android/java/res/drawable-xxhdpi"/>
53 <ignore path="ui/android/java/res/drawable-xxxhdpi"/> 56 <ignore path="ui/android/java/res/drawable-xxxhdpi"/>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 TODO(pkotwicz): Re-enable after the chrome_java and chrome_staging_java 94 TODO(pkotwicz): Re-enable after the chrome_java and chrome_staging_java
92 targets have been merged. crbug.com/484934 95 targets have been merged. crbug.com/484934
93 --> 96 -->
94 <ignore path="chrome/android/java/res" /> 97 <ignore path="chrome/android/java/res" />
95 </issue> 98 </issue>
96 <issue id="SignatureOrSystemPermissions" severity="ignore"/> 99 <issue id="SignatureOrSystemPermissions" severity="ignore"/>
97 <issue id="UnusedAttribute" severity="ignore"/> 100 <issue id="UnusedAttribute" severity="ignore"/>
98 <issue id="ViewConstructor" severity="ignore"/> 101 <issue id="ViewConstructor" severity="ignore"/>
99 <issue id="WrongCall" severity="ignore"/> 102 <issue id="WrongCall" severity="ignore"/>
100 </lint> 103 </lint>
OLDNEW
« no previous file with comments | « no previous file | shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698