• 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
DEPS 22.7 KB