1. 01 2月, 2020 1 次提交
    • 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
  2. 26 1月, 2020 1 次提交
    • C
      Move tonic into //flutter/third_party. (#15895) · 276481c4
      Chinmay Garde 提交于
      Tonic used to be used by multiple consumers outside of Flutter Engine. Due to
      this, it has an unnecessary abstraction layer as well as utilities duplicated in
      FML and other engine subsystems. The sole user of Tonic is now the Flutter
      Engine. It is intended that the Flutter Engine team now owns this subsystem,
      remove unnecessary utilities and document the headers. This is the first step in
      the transition. No history is being imported as the initial history was already
      lost in the transition of this component to fuchsia.googlesource. As this
      component was unmaintained there, I could see no additional value in importing
      the history of the patches there.
      
      No functional change. Just moved the repo from //third_party to
      //flutter/third_party and updates GN refs.
      276481c4
  3. 08 5月, 2019 1 次提交