From 8fa0776f1f79e91fc9c0b9c1ba11a0a29c05196b Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 4 Feb 2022 17:20:24 +0100 Subject: BASELINE: Update Chromium to 98.0.4758.90 Change-Id: Ib7c41539bf8a8e0376bd639f27d68294de90f3c8 Reviewed-by: Allan Sandfeld Jensen --- chromium/v8/tools/dev/update-compile-commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium/v8/tools/dev') diff --git a/chromium/v8/tools/dev/update-compile-commands.py b/chromium/v8/tools/dev/update-compile-commands.py index 41c0580c7ab..1e469b08103 100755 --- a/chromium/v8/tools/dev/update-compile-commands.py +++ b/chromium/v8/tools/dev/update-compile-commands.py @@ -59,8 +59,8 @@ def PrepareBuildDir(arch, mode): def AddTargetsForArch(arch, combined): build_dir = PrepareBuildDir(arch, "debug") - commands = compile_db.ProcessCompileDatabaseIfNeeded( - compile_db.GenerateWithNinja(build_dir, ["all"])) + commands = compile_db.ProcessCompileDatabase( + compile_db.GenerateWithNinja(build_dir, ["all"]), []) added = 0 for c in commands: key = c["file"] -- cgit v1.2.1