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

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

Issue 2425563002: Revert of Upgrade to new Android SDK. (Closed)
Patch Set: Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « build/android/devil_chromium.json ('k') | build/android/pylib/constants/__init__.py » ('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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 <ignore regexp="org/chromium/chrome/browser/ntp/NewTabPage.class"/> 210 <ignore regexp="org/chromium/chrome/browser/ntp/NewTabPage.class"/>
211 <ignore regexp="org/chromium/chromecast/base/CastSettingsManager.class"/> 211 <ignore regexp="org/chromium/chromecast/base/CastSettingsManager.class"/>
212 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/> 212 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/>
213 <ignore regexp="org/chromium/memconsumer/ResidentService.class"/> 213 <ignore regexp="org/chromium/memconsumer/ResidentService.class"/>
214 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/> 214 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/>
215 </issue> 215 </issue>
216 <issue id="OldTargetApi"> 216 <issue id="OldTargetApi">
217 <ignore path="AndroidManifest.xml"/> 217 <ignore path="AndroidManifest.xml"/>
218 </issue> 218 </issue>
219 <issue id="Overdraw" severity="ignore"/> 219 <issue id="Overdraw" severity="ignore"/>
220 <issue id="Override">
221 <!-- TODO(crbug.com/635567): Fix this properly. -->
222 <ignore regexp="org/chromium/content/browser/input/ReplicaInputConnection.cl ass"/>
223 <!-- TODO(crbug.com/635567): Fix this properly. -->
224 <ignore regexp="org/chromium/content/browser/input/ThreadedInputConnection.c lass"/>
225 <!-- TODO(crbug.com/635567): Fix this properly. -->
226 <ignore regexp="com/android/webview/chromium/ContentSettingsAdapter.class"/>
227 <!-- TODO(crbug.com/635567): Fix this properly. -->
228 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter. class"/>
229 <!-- TODO(crbug.com/635567): Fix this properly. -->
230 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl ass"/>
231 <!-- TODO(crbug.com/635567): Fix this properly. -->
232 <ignore regexp="org/chromium/chrome/browser/ChromeActivity.class"/>
233 <!-- TODO(crbug.com/635567): Fix this properly. -->
234 <ignore regexp="org/chromium/chrome/browser/ChromeTabbedActivity.class"/>
235 </issue>
236 <issue id="PackageManagerGetSignatures"> 220 <issue id="PackageManagerGetSignatures">
237 <ignore regexp="chrome/android/webapk/libs/client/src/org/chromium/webapk/li b/client/WebApkValidator.java"/> 221 <ignore regexp="chrome/android/webapk/libs/client/src/org/chromium/webapk/li b/client/WebApkValidator.java"/>
238 </issue> 222 </issue>
239 <issue id="PluralsCandidate" severity="Error"> 223 <issue id="PluralsCandidate" severity="Error">
240 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-e n-rGB/android_chrome_strings.xml"/> 224 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-e n-rGB/android_chrome_strings.xml"/>
241 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a ndroid_chrome_strings.xml"/> 225 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a ndroid_chrome_strings.xml"/>
242 </issue> 226 </issue>
243 <issue id="Recycle" severity="ignore"/> 227 <issue id="Recycle" severity="ignore"/>
244 <issue id="Registered" severity="ignore"/> 228 <issue id="Registered" severity="ignore"/>
245 <issue id="RtlCompat" severity="ignore"/> 229 <issue id="RtlCompat" severity="ignore"/>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-i n/android_chrome_strings.xml"/> 267 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-i n/android_chrome_strings.xml"/>
284 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-j a/android_chrome_strings.xml"/> 268 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-j a/android_chrome_strings.xml"/>
285 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-k o/android_chrome_strings.xml"/> 269 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-k o/android_chrome_strings.xml"/>
286 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-l t/android_chrome_strings.xml"/> 270 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-l t/android_chrome_strings.xml"/>
287 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s k/android_chrome_strings.xml"/> 271 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s k/android_chrome_strings.xml"/>
288 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t h/android_chrome_strings.xml"/> 272 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t h/android_chrome_strings.xml"/>
289 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-v i/android_chrome_strings.xml"/> 273 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-v i/android_chrome_strings.xml"/>
290 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h-rCN/android_chrome_strings.xml"/> 274 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h-rCN/android_chrome_strings.xml"/>
291 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h-rTW/android_chrome_strings.xml"/> 275 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z h-rTW/android_chrome_strings.xml"/>
292 </issue> 276 </issue>
293 <!-- TODO(crbug.com/635567): Fix this properly. -->
294 <issue id="UnusedResources" severity="ignore"/>
295 <issue id="UnusedResources"> 277 <issue id="UnusedResources">
296 <ignore regexp="PRODUCT_DIR/gen/remoting/android/remoting_android_raw_resour ces/res/raw/credits.html"/> 278 <ignore regexp="PRODUCT_DIR/gen/remoting/android/remoting_android_raw_resour ces/res/raw/credits.html"/>
297 <ignore regexp="PRODUCT_DIR/gen/remoting/android/remoting_android_raw_resour ces/res/raw/credits_css.css"/> 279 <ignore regexp="PRODUCT_DIR/gen/remoting/android/remoting_android_raw_resour ces/res/raw/credits_css.css"/>
298 <ignore regexp="PRODUCT_DIR/gen/remoting/android/remoting_android_raw_resour ces/res/raw/credits_js.js"/> 280 <ignore regexp="PRODUCT_DIR/gen/remoting/android/remoting_android_raw_resour ces/res/raw/credits_js.js"/>
299 <ignore regexp="PRODUCT_DIR/gen/remoting/android/remoting_android_raw_resour ces/res/raw/main.css"/> 281 <ignore regexp="PRODUCT_DIR/gen/remoting/android/remoting_android_raw_resour ces/res/raw/main.css"/>
300 <ignore regexp="android_ui_strings.xml"/> 282 <ignore regexp="android_ui_strings.xml"/>
301 <ignore regexp="android_webview/java/res/drawable-hdpi/ic_play_circle_outlin e_black_48dp.png"/> 283 <ignore regexp="android_webview/java/res/drawable-hdpi/ic_play_circle_outlin e_black_48dp.png"/>
302 <ignore regexp="android_webview/test/shell/res/raw/resource_file.html"/> 284 <ignore regexp="android_webview/test/shell/res/raw/resource_file.html"/>
303 <ignore regexp="android_webview/test/shell/res/raw/resource_icon.png"/> 285 <ignore regexp="android_webview/test/shell/res/raw/resource_icon.png"/>
304 <ignore regexp="android_webview/tools/automated_ui_tests/java/res/"/> 286 <ignore regexp="android_webview/tools/automated_ui_tests/java/res/"/>
305 <ignore regexp="blimp/client/app/android/java/res/drawable-hdpi/btn_menu.png "/> 287 <ignore regexp="blimp/client/app/android/java/res/drawable-hdpi/btn_menu.png "/>
306 <ignore regexp="blimp/client/app/android/java/res/drawable-hdpi/btn_reload.p ng"/> 288 <ignore regexp="blimp/client/app/android/java/res/drawable-hdpi/btn_reload.p ng"/>
307 <ignore regexp="blimp/client/app/android/java/res/drawable-hdpi/textbox.9.pn g"/> 289 <ignore regexp="blimp/client/app/android/java/res/drawable-hdpi/textbox.9.pn g"/>
308 <ignore regexp="blimp/client/app/android/java/res/drawable-hdpi/web_input_ba ckground.9.png"/> 290 <ignore regexp="blimp/client/app/android/java/res/drawable-hdpi/web_input_ba ckground.9.png"/>
309 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml"/> 291 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml"/>
310 <ignore regexp="blimp/client/app/android/java/res/layout/debug_stats_overlay .xml"/> 292 <ignore regexp="blimp/client/app/android/java/res/layout/debug_stats_overlay .xml"/>
311 <ignore regexp="blimp/client/app/android/java/res/layout/text_input_popup.xm l"/> 293 <ignore regexp="blimp/client/app/android/java/res/layout/text_input_popup.xm l"/>
312 <ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item. xml"/> 294 <ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item. xml"/>
313 <ignore regexp="blimp/client/app/android/java/res/mipmap-hdpi/app_icon.png"/ > 295 <ignore regexp="blimp/client/app/android/java/res/mipmap-hdpi/app_icon.png"/ >
314 <ignore regexp="blimp/client/app/android/java/res/values/arrays.xml"/> 296 <ignore regexp="blimp/client/app/android/java/res/values/arrays.xml"/>
315 <ignore regexp="blimp/client/app/android/java/res/values/colors.xml"/> 297 <ignore regexp="blimp/client/app/android/java/res/values/colors.xml"/>
316 <ignore regexp="blimp/client/app/android/java/res/values/dimens.xml"/> 298 <ignore regexp="blimp/client/app/android/java/res/values/dimens.xml"/>
317 <ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preference s.xml"/> 299 <ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preference s.xml"/>
318 <ignore regexp="blimp/client/app/android/java/res/xml/blimp_preferences.xml" /> 300 <ignore regexp="blimp/client/app/android/java/res/xml/blimp_preferences.xml" />
319 <!-- TODO(crbug.com/635567): Fix this properly. --> 301 <ignore regexp="chrome/android/java/res/drawable-hdpi/account_management_inc ognito.png"/>
320 <ignore regexp="chrome/android/java/res/drawable-hdpi/*"/>
321 <ignore regexp="chrome/android/java/res/drawable-hdpi/amex_card.png"/> 302 <ignore regexp="chrome/android/java/res/drawable-hdpi/amex_card.png"/>
322 <ignore regexp="chrome/android/java/res/drawable-hdpi/bubble_white.9.png"/> 303 <ignore regexp="chrome/android/java/res/drawable-hdpi/bubble_white.9.png"/>
323 <ignore regexp="chrome/android/java/res/drawable-hdpi/cvc_icon.png"/> 304 <ignore regexp="chrome/android/java/res/drawable-hdpi/cvc_icon.png"/>
324 <ignore regexp="chrome/android/java/res/drawable-hdpi/cvc_icon_amex.png"/> 305 <ignore regexp="chrome/android/java/res/drawable-hdpi/cvc_icon_amex.png"/>
325 <ignore regexp="chrome/android/java/res/drawable-hdpi/discover_card.png"/> 306 <ignore regexp="chrome/android/java/res/drawable-hdpi/discover_card.png"/>
326 <ignore regexp="chrome/android/java/res/drawable-hdpi/generic_card.png"/> 307 <ignore regexp="chrome/android/java/res/drawable-hdpi/generic_card.png"/>
327 <ignore regexp="chrome/android/java/res/drawable-hdpi/ic_folder_white_24dp.p ng"/> 308 <ignore regexp="chrome/android/java/res/drawable-hdpi/ic_folder_white_24dp.p ng"/>
328 <ignore regexp="chrome/android/java/res/drawable-hdpi/ic_settings.png"/> 309 <ignore regexp="chrome/android/java/res/drawable-hdpi/ic_settings.png"/>
329 <ignore regexp="chrome/android/java/res/drawable-hdpi/infobar_3d_blocked.png "/> 310 <ignore regexp="chrome/android/java/res/drawable-hdpi/infobar_3d_blocked.png "/>
330 <ignore regexp="chrome/android/java/res/drawable-hdpi/infobar_autofill_cc.pn g"/> 311 <ignore regexp="chrome/android/java/res/drawable-hdpi/infobar_autofill_cc.pn g"/>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 <ignore regexp="remoting/android/java/res/drawable-hdpi/ic_cardboard.png"/> 353 <ignore regexp="remoting/android/java/res/drawable-hdpi/ic_cardboard.png"/>
373 <ignore regexp="remoting/android/java/res/drawable-hdpi/ic_voice_input.png"/ > 354 <ignore regexp="remoting/android/java/res/drawable-hdpi/ic_voice_input.png"/ >
374 <ignore regexp="remoting/android/java/res/drawable-hdpi/ic_zoom_in.png"/> 355 <ignore regexp="remoting/android/java/res/drawable-hdpi/ic_zoom_in.png"/>
375 <ignore regexp="remoting/android/java/res/drawable-hdpi/ic_zoom_out.png"/> 356 <ignore regexp="remoting/android/java/res/drawable-hdpi/ic_zoom_out.png"/>
376 <ignore regexp="remoting/android/java/res/layout/navigation_list_item.xml"/> 357 <ignore regexp="remoting/android/java/res/layout/navigation_list_item.xml"/>
377 <ignore regexp="remoting/android/java/res/mipmap-hdpi/logo_remote_desktop_la uncher.png"/> 358 <ignore regexp="remoting/android/java/res/mipmap-hdpi/logo_remote_desktop_la uncher.png"/>
378 <ignore regexp="remoting/android/java/res/values-v17/styles.xml"/> 359 <ignore regexp="remoting/android/java/res/values-v17/styles.xml"/>
379 <!-- Used by Android's policies system --> 360 <!-- Used by Android's policies system -->
380 <ignore regexp="restriction_values.xml"/> 361 <ignore regexp="restriction_values.xml"/>
381 <ignore regexp="ui/android/java/res/drawable-hdpi/verify_checkmark.png"/> 362 <ignore regexp="ui/android/java/res/drawable-hdpi/verify_checkmark.png"/>
382 <!-- TODO(crbug.com/635567): Fix this properly. -->
383 <ignore regexp="ui/android/java/res/values/dimens.xml"/>
384 <!-- TODO(crbug.com/635567): Fix this properly. -->
385 <ignore regexp="components/autofill/android/java/res/values/dimens.xml"/>
386 <!-- TODO(crbug.com/635567): Fix this properly. -->
387 <ignore regexp="components/autofill/android/java/res/drawable/autofill_chip_ inset.xml"/>
388 <!-- TODO(crbug.com/635567): Fix this properly. -->
389 <ignore regexp="components/autofill/android/java/res/layout/autofill_keyboar d_accessory_icon.xml"/>
390 <!-- TODO(crbug.com/635567): Fix this properly. -->
391 <ignore regexp="components/autofill/android/java/res/layout/autofill_keyboar d_accessory_item.xml"/>
392 <!-- TODO(crbug.com/635567): Fix this properly. -->
393 <ignore regexp="content/public/android/java/res/raw/empty.wav"/>
394 <!-- TODO(crbug.com/635567): Fix this properly. -->
395 <ignore regexp="content/public/android/java/res/drawable-hdpi/ic_menu_share_ holo_light.png"/>
396 <!-- TODO(crbug.com/635567): Fix this properly. -->
397 <ignore regexp="content/public/android/java/res/drawable-hdpi/ic_search.png" />
398 <!-- TODO(crbug.com/635567): Fix this properly. -->
399 <ignore regexp="content/public/android/java/res/menu/select_action_menu.xml" />
400 <!-- TODO(crbug.com/635567): Fix this properly. -->
401 <ignore regexp="remoting/android/java/res/menu/chromoting_actionbar.xml"/>
402 <!-- TODO(crbug.com/635567): Fix this properly. -->
403 <ignore regexp="remoting/android/java/res/menu/desktop_actionbar.xml"/>
404 <!-- TODO(crbug.com/635567): Fix this properly. -->
405 <ignore regexp="remoting/android/java/res/menu/host_context_menu.xml"/>
406 <!-- TODO(crbug.com/635567): Fix this properly. -->
407 <ignore regexp="remoting/android/java/res/drawable-hdpi/*"/>
408 <!-- TODO(crbug.com/635567): Fix this properly. -->
409 <ignore regexp="content/public/android/java/res/values-v17/styles.xml"/>
410 <!-- TODO(crbug.com/635567): Fix this properly. -->
411 <ignore regexp="content/public/android/content_strings_grd.resources.zip/val ues/android_content_strings.xml"/>
412 <!-- TODO(crbug.com/635567): Fix this properly. -->
413 <ignore regexp="components/web_contents_delegate_android/android/java/res/dr awable-hdpi/bubble.9.png"/>
414 <!-- TODO(crbug.com/635567): Fix this properly. -->
415 <ignore regexp="components/web_contents_delegate_android/android/java/res/dr awable-hdpi/bubble_arrow_up.png"/>
416 <!-- TODO(crbug.com/635567): Fix this properly. -->
417 <ignore regexp="components/web_contents_delegate_android/android/java/res/dr awable-hdpi/ic_warning.png"/>
418 <!-- TODO(crbug.com/635567): Fix this properly. -->
419 <ignore regexp="components/web_contents_delegate_android/android/java/res/la yout/validation_message_bubble.xml"/>
420 <!-- TODO(crbug.com/635567): Fix this properly. -->
421 <ignore regexp="content/shell/android/java/res/drawable/ic_refresh.png"/>
422 <!-- TODO(crbug.com/635567): Fix this properly. -->
423 <ignore regexp="content/shell/android/java/res/drawable/progress.xml"/>
424 <!-- TODO(crbug.com/635567): Fix this properly. -->
425 <ignore regexp="content/shell/android/java/res/layout/shell_view.xml"/>
426 <!-- TODO(crbug.com/635567): Fix this properly. -->
427 <ignore regexp="content/shell/android/java/res/values/strings.xml"/>
428 <!-- TODO(crbug.com/635567): Fix this properly. -->
429 <ignore regexp="android_webview/test/shell/res/values/config.xml"/>
430 <!-- TODO(crbug.com/635567): Fix this properly. -->
431 <ignore regexp="android_webview/test/shell/res/layout/testshell_activity.xml "/>
432 <!-- TODO(crbug.com/635567): Fix this properly. -->
433 <ignore regexp="chrome/android/java/res/anim/accelerate_quart.xml"/>
434 <!-- TODO(crbug.com/635567): Fix this properly. -->
435 <ignore regexp="chrome/android/java/res/layout/accessibility_tab_switcher.xm l"/>
436 <!-- TODO(crbug.com/635567): Fix this properly. -->
437 <ignore regexp="chrome/android/java/res/drawable/accessibility_tab_switcher_ divider.xml"/>
438 <!-- TODO(crbug.com/635567): Fix this properly. -->
439 <ignore regexp="chrome/android/java/res/layout/accessibility_tab_switcher_li st_item.xml"/>
440 <!-- TODO(crbug.com/635567): Fix this properly. -->
441 <ignore regexp="chrome/android/java/res/layout/account_chooser_dialog_item.x ml"/>
442 <!-- TODO(crbug.com/635567): Fix this properly. -->
443 <ignore regexp="chrome/android/java/res/layout/account_chooser_dialog_title. xml"/>
444 <!-- TODO(crbug.com/635567): Fix this properly. -->
445 <ignore regexp="chrome/android/java/res/drawable-hdpi/account_management_no_ picture.png"/>
446 <!-- TODO(crbug.com/635567): Fix this properly. -->
447 <ignore regexp="chrome/android/java/res/xml/account_management_preferences.x ml"/>
448 <!-- TODO(crbug.com/635567): Fix this properly. -->
449 <ignore regexp="chrome/android/java/res/anim/activity_close_exit.xml"/>
450 <!-- TODO(crbug.com/635567): Fix this properly. -->
451 <ignore regexp="chrome/android/java/res/anim/activity_open_enter.xml"/>
452 <!-- TODO(crbug.com/635567): Fix this properly. -->
453 <ignore regexp="chrome/android/chrome_strings_grd.resources.zip/values/andro id_chrome_strings.xml"/>
454 <!-- TODO(crbug.com/635567): Fix this properly. -->
455 <ignore regexp="content/shell/android/shell_apk/res/layout/content_shell_act ivity.xml"/>
456 <!-- TODO(crbug.com/635567): Fix this properly. -->
457 <ignore regexp="content/shell/android/linker_test_apk/res/layout/test_activi ty.xml"/>
458 <!-- TODO(crbug.com/635567): Fix this properly. -->
459 <ignore regexp="content/shell/android/shell_apk/res/values/strings.xml"/>
460 </issue> 363 </issue>
461 <issue id="UseCompoundDrawables"> 364 <issue id="UseCompoundDrawables">
462 <ignore regexp="chrome/android/java/res/layout/download_content.xml"/> 365 <ignore regexp="chrome/android/java/res/layout/download_content.xml"/>
463 <ignore regexp="chromecast/internal"/> 366 <ignore regexp="chromecast/internal"/>
464 </issue> 367 </issue>
465 <issue id="UselessParent"> 368 <issue id="UselessParent">
466 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac tivity_webview_browser.xml"/> 369 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac tivity_webview_browser.xml"/>
467 <ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.x ml"/> 370 <ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.x ml"/>
468 <ignore regexp="chromecast/internal"/> 371 <ignore regexp="chromecast/internal"/>
469 <ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activi ty_account_authenticator.xml"/> 372 <ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activi ty_account_authenticator.xml"/>
(...skipping 12 matching lines...) Expand all
482 </issue> 385 </issue>
483 <issue id="ViewConstructor" severity="ignore"/> 386 <issue id="ViewConstructor" severity="ignore"/>
484 <issue id="WrongCall" severity="ignore"/> 387 <issue id="WrongCall" severity="ignore"/>
485 <issue id="WrongConstant"> 388 <issue id="WrongConstant">
486 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/> 389 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/>
487 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/> 390 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/>
488 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/> 391 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/>
489 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/> 392 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/>
490 </issue> 393 </issue>
491 </lint> 394 </lint>
OLDNEW
« no previous file with comments | « build/android/devil_chromium.json ('k') | build/android/pylib/constants/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698