diff options
author | Zakor Gyula <gyula.zakor@h-lab.eu> | 2019-11-10 14:56:22 +0100 |
---|---|---|
committer | Zakor Gyula <gyula.zakor@h-lab.eu> | 2019-11-21 08:30:26 +0100 |
commit | 12893aa0102f220f411b273a36ac1b4e25fa0ab7 (patch) | |
tree | 37362e455b8a1352fc88d39f8eb87170754c5d06 /python/tidy/servo_tidy/tidy.py | |
parent | 47e39af0f36227e8e98b3dc3511c225192bf3736 (diff) | |
download | servo-12893aa0102f220f411b273a36ac1b4e25fa0ab7.tar.gz servo-12893aa0102f220f411b273a36ac1b4e25fa0ab7.zip |
Initial implementation of WebGPU API
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index 1e9392dc6b7..1a255f749b8 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -100,6 +100,7 @@ WEBIDL_STANDARDS = [ "//webaudio.github.io", "//immersive-web.github.io/", "//github.com/immersive-web/webxr-test-api/", + "//gpuweb.github.io", # Not a URL "// This interface is entirely internal to Servo, and should not be" + " accessible to\n// web pages." |