From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/gpu/vulkan/PRESUBMIT.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium/gpu/vulkan/PRESUBMIT.py') diff --git a/chromium/gpu/vulkan/PRESUBMIT.py b/chromium/gpu/vulkan/PRESUBMIT.py index c12a8c8de34..6deb715ca00 100644 --- a/chromium/gpu/vulkan/PRESUBMIT.py +++ b/chromium/gpu/vulkan/PRESUBMIT.py @@ -24,8 +24,8 @@ def CommonChecks(input_api, output_api): if generated_files and not generating_files: long_text = 'Changed files:\n' - for file in generated_files: - long_text += file.LocalPath() + '\n' + for generated_file in generated_files: + long_text += generated_file.LocalPath() + '\n' long_text += '\n' messages.append(output_api.PresubmitError( 'Vulkan function pointer generated files changed but the generator ' -- cgit v1.2.1