• C
    Remove all uses of the redundant flutter_root variable. (#16311) · f7b78e00
    Chinmay Garde 提交于
    This was only necessary when the Engine had to build in multiple buildroots
    where the sources where checked out at different paths relative to the
    buildroot. This is no longer the case and there are already cases GN rules
    have been written that mix and match variable usage with the direct
    specification of the path to the Flutter sources relative to the sole buildroot.
    f7b78e00
BUILD.gn 2.9 KB