summaryrefslogtreecommitdiffstats
path: root/chromium/build/android/gyp/util/md5_check_test.py
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/build/android/gyp/util/md5_check_test.py
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/build/android/gyp/util/md5_check_test.py')
-rwxr-xr-xchromium/build/android/gyp/util/md5_check_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/build/android/gyp/util/md5_check_test.py b/chromium/build/android/gyp/util/md5_check_test.py
index cba7a6a354a..9b3b9039f39 100755
--- a/chromium/build/android/gyp/util/md5_check_test.py
+++ b/chromium/build/android/gyp/util/md5_check_test.py
@@ -73,7 +73,7 @@ class TestMd5Check(unittest.TestCase):
output_paths=output_paths,
force=force,
pass_changes=(expected_changes or added_or_modified_only) is not None,
- track_subpaths_whitelist=zip_paths if track_subentries else None)
+ track_subpaths_allowlist=zip_paths if track_subentries else None)
self.assertEqual(should_call, self.called, message)
if expected_changes:
description = self.changes.DescribeDifference()