1. 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
  2. 10 8月, 2016 1 次提交
  3. 10 3月, 2016 2 次提交
  4. 01 3月, 2016 1 次提交
  5. 12 11月, 2015 1 次提交
  6. 17 9月, 2015 1 次提交
  7. 16 8月, 2015 1 次提交
  8. 31 7月, 2015 1 次提交
  9. 28 7月, 2015 1 次提交
  10. 22 7月, 2015 1 次提交
  11. 17 7月, 2015 1 次提交
  12. 09 7月, 2015 1 次提交
  13. 07 7月, 2015 1 次提交
    • E
      Use sky_shell instead of mojo_shell for testing. · 63cefd8b
      Eric Seidel 提交于
      This does way more than a single CL should do, sorry.
      - Fixed a bunch of logging/error reporting during loads.
      - Made it possible for --package-root to be absolute.
      - Fixed (hypothetically) parts of iOS build to be clang-plugin-compliant.
      - Made all tests pass in sky_shell
      - Removed a bunch of layout_tests including windows support.
      
      I'll remove all the mojo test harness stuff in a follow-up patch.
      
      R=abarth@chromium.org, abarth@google.com
      
      Review URL: https://codereview.chromium.org/1215953006.
      63cefd8b
  14. 30 6月, 2015 1 次提交
  15. 27 6月, 2015 1 次提交
  16. 26 6月, 2015 2 次提交
    • A
      Support snapshots in sky_shell (again) · 570cfb62
      Adam Barth 提交于
      Unbreak support for snapshots now that we have our offline Dart loader. Also,
      wire up support for snapshots in sky_shell on Linux.
      
      TBR=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1212623002.
      570cfb62
    • A
      Make it possible to run Sky apps offline · 1a1ef489
      Adam Barth 提交于
      This CL makes it possible to run Sky apps offline by introducing new
      DartLibraryProvider subclasses, specifically one that can load directly from
      the file system. A future CL will expand this functionality to work with asset
      bundles as well.
      
      Currently, the only platform that uses this functionality is Linux, which can
      now load a simple Sky app without even loading a network stack. Making this
      work on other platforms is work for future CLs.
      
      TBR=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1203143004.
      1a1ef489
  17. 24 6月, 2015 1 次提交