mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Generated by running the following: for x in `git ls-files | grep BUILD.gn`; do gn format --in-place $x; done BUG=348474 R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/773283006