Windows 11 Branch 5414 Chromium 109
refer to
https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart.mdError:
Error: 1> Key 'deps' error:
1> Key 'src/third_party/js_code_coverage' error:
1> Or(None, <class 'str'>, <function _NodeDictSchema.<locals>.validate at 0x00000212F33664C0>, <function _NodeDictSchema.<locals>.validate at 0x00000212F33665E0>) did not validate {'dep_type': 'gcs', 'condition': 'checkout_js_coverage_modules and non_git_source', 'bucket': 'chromium-nodejs', 'objects': [{'object_name': 'js_code_coverage/d538975c93eefc7bafd599b50f867e90c1ef17f3', 'sha256sum': '646bb00ced0a930b2eb1e4dbcfac18ebbb8f889bb80599e0254d9d6505427914', 'size_bytes': 1469185, 'generation': 1657780123604338}]}
1> Missing keys: 'packages'
Traceback (most recent call last):
File "F:\code\automate\automate-git.py", line 1241, in <module>
run("gclient revert --nohooks", chromium_dir, depot_tools_dir)
File "F:\code\automate\automate-git.py", line 66, in run
return subprocess.check_call(
^^^^^^^^^^^^^^^^^^^^^^
File "F:\code\depot_tools\bootstrap-2@3_11_8_chromium_35_bin\python3\bin\Lib\subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gclient', 'revert', '--nohooks']' returned non-zero exit status 1.
Trying to switch to the old depot_tools branch doesn't work
Thanks for any help