Update to Chromium 142.0.7444.59

This commit is contained in:
Blaise
2025-10-22 16:34:39 -05:00
parent 0b535463d6
commit 6a7a75d0d4
78 changed files with 1472 additions and 911 deletions

View File

@@ -189,9 +189,10 @@ def clone(args): # pylint: disable=too-many-branches, too-many-locals, too-many-
get_logger().info('Generating: DAWN_VERSION')
run([
sys.executable,
str(args.output / 'build' / 'util' / 'lastchange.py'), '-s',
str(args.output / 'build' / 'util' / 'lastchange.py'), '-m', 'DAWN_COMMIT_HASH', '-s',
str(args.output / 'third_party' / 'dawn'), '--revision',
str(args.output / 'gpu' / 'webgpu' / 'DAWN_VERSION')
str(args.output / 'gpu' / 'webgpu' / 'DAWN_VERSION'), '--header',
str(args.output / 'gpu' / 'webgpu' / 'dawn_commit_hash.h')
],
check=True)