We can wrap the steps of building devtools into a python script in the Dart SDK repo (e.g. tools/build_devtools.py) and then use the python script from GN action. The action can be declared in sdk/BUILD.gn, and the python script should take care of working directories and output folders.
We can wrap the steps of building devtools into a python script in the Dart SDK repo (e.g.
tools/build_devtools.py) and then use the python script from GN action. The action can be declared insdk/BUILD.gn, and the python script should take care of working directories and output folders.