Add a gn.bat script that runs ./flutter/tools/gn. (#17799)

This commit is contained in:
Chinmay Garde 2020-04-17 18:51:59 -07:00 committed by GitHub
parent ca3b36357f
commit 261a1894ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
tools/gn.bat Normal file
View File

@ -0,0 +1 @@
@call python "%~dp0gn" %*