Use inclusive language in top-level PRESUBMIT.py

chops recently updated the depot_tools input_api, which makes this
possible.

input_api.DEFAULT_ALLOW_LIST -> input_api.DEFAULT_FILES_TO_CHECK
input_api.DEFAULT_BLACK_LIST -> input_api.DEFAULT_FILES_TO_SKIP

For named parameters:
white_list/whitelist -> files_to_check
black_list/blacklist -> files_to_skip

Bug: 1098562
Change-Id: I7035bb8048430a82ebd0aeb3ae8f0edf9e134570
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315243
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#791088}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 24a50419e2d4aca7019fa9bb54e7be39889850b9
1 file changed