1. 20 10月, 2016 2 次提交
  2. 15 10月, 2016 1 次提交
    • A
      Remove Activity service (#3136) · d999f6c1
      Adam Barth 提交于
      This functionality has been replaced by the PlatformPlugin. Also move the
      contents of //flutter/services/common to more sensible homes.
      d999f6c1
  3. 14 10月, 2016 1 次提交
    • A
      Remove unused services (#3128) · 50f1b8d9
      Adam Barth 提交于
      The platform use cases are handled by the PlatformPlugin. The media service and
      the sensor service have no clients. If we want to use them, we should create
      plugins for them.
      50f1b8d9
  4. 13 10月, 2016 1 次提交
  5. 12 10月, 2016 2 次提交
  6. 04 10月, 2016 1 次提交
  7. 29 9月, 2016 1 次提交
  8. 24 9月, 2016 1 次提交
    • C
      Move shell to //flutter and split shell/BUILD.gn into smaller pieces for each subcomponent. (#3053) · 9eb446e0
      Chinmay Garde 提交于
      * Namespaces have been updated to reflect the move from //flutter/sky/shell to //flutter/shell.
      * shell/BUILD.gn file has been split into smaller GN files for each subcomponent of the shell (common, GPU, diagnostic, testing).
      * GN dependencies have been rewritten to stop exposing common shell dependencies as public. Duplicates have also been removed.
      * GPU subcomponent has been updated make it more suitable for Vulkan integration.
      * The GLFW backend has been resurrected.
      9eb446e0