tree: 36b3d0c89b3ff62f342f6a23b817a9901f771442 [path history] [tgz]
  1. BUILD.gn
  2. data_pipe_utils.cc
  3. data_pipe_utils.h
  4. drain_data_pipe_job.h
  5. drain_data_pipe_job_base.cc
  6. drain_data_pipe_job_fuchsia.cc
  7. movable_wrapper.h
  8. README.md
  9. stack_trace.h
  10. stack_trace_base.cc
  11. stack_trace_fuchsia.cc
  12. task_runner_adaptor.cc
  13. task_runner_adaptor.h
  14. thread.h
  15. thread_base.cc
  16. thread_fuchsia.cc
  17. trace_event.h
glue/README.md

Glue

This library provides glue between Flutter and //base, which lets us isolate our dependency on //base. Eventually, we'll drive the contents of this library to zero and remove our dependency on //base.