We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167d348 commit 399f961Copy full SHA for 399f961
Dawn/dawn_source.py
@@ -54,6 +54,7 @@ def get_matching_dawn_for_chromium(channel: str = "canary") -> None:
54
"chromium_dawn_hash": chromium_dawn_hash,
55
"chromium_dawn_version": chromium_dawn_version,
56
"chromium_dawn_suffix": chromium_dawn_suffix,
57
+ "chromium_channel": channel,
58
}
59
60
version_file = pathlib.Path("dawn_version.json")
Dawn/dawn_version.json
0 commit comments