1. 12 4月, 2017 1 次提交
  2. 11 4月, 2017 2 次提交
  3. 28 3月, 2017 2 次提交
  4. 24 3月, 2017 3 次提交
  5. 03 2月, 2017 1 次提交
  6. 28 1月, 2017 1 次提交
  7. 04 1月, 2017 1 次提交
  8. 19 11月, 2016 1 次提交
  9. 18 11月, 2016 1 次提交
  10. 29 10月, 2016 2 次提交
    • A
      Unlink from mojo (#3187) · 63e71803
      Adam Barth 提交于
      After this patch, we no longer link with Mojo. We still use some gn definitions
      from //mojo to create Dart packages.
      63e71803
    • A
      Remove last mojom interface (#3184) · 4b8c9051
      Adam Barth 提交于
      We no longer use mojom to transport messages. We still use the Mojo EDK
      to spin the event loop, however.
      4b8c9051
  11. 18 10月, 2016 1 次提交
  12. 07 10月, 2016 1 次提交
  13. 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