mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-04 22:09:59 +03:00
Format all of ANGLE's python code.
BUG=angleproject:3421 Change-Id: I1d7282ac513c046de5d8ed87f7789290780d30a6 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1595440 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
This commit is contained in:
@@ -18,14 +18,12 @@ import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
|
||||
gn_args = """is_clang = true
|
||||
is_debug = false
|
||||
angle_enable_vulkan = true"""
|
||||
|
||||
|
||||
is_windows = platform.system() == 'Windows'
|
||||
is_linux = platform.system() == 'Linux'
|
||||
is_linux = platform.system() == 'Linux'
|
||||
|
||||
|
||||
def find_file_in_path(filename):
|
||||
|
||||
Reference in New Issue
Block a user