1. 15 12月, 2015 1 次提交
    • J
      Revert to libjpeg_turbo · 784fe3dd
      Jason Simmons 提交于
      We had switched to libjpeg, but libjpeg was failing to decode images when
      built with the defines in our .gn files
      784fe3dd
  2. 12 12月, 2015 2 次提交
  3. 11 12月, 2015 1 次提交
  4. 10 12月, 2015 1 次提交
  5. 04 12月, 2015 2 次提交
  6. 22 11月, 2015 1 次提交
    • A
      Remove unnecesary DEPS hooks · 8208e6c2
      Adam Barth 提交于
      We don't need to run "pub get" anymore because we don't have any real Dart
      packages in this repo anymore.
      8208e6c2
  7. 21 11月, 2015 2 次提交
  8. 20 11月, 2015 1 次提交
  9. 19 11月, 2015 1 次提交
  10. 18 11月, 2015 1 次提交
  11. 14 11月, 2015 1 次提交
  12. 07 11月, 2015 1 次提交
  13. 04 11月, 2015 1 次提交
  14. 31 10月, 2015 2 次提交
  15. 30 10月, 2015 1 次提交
  16. 29 10月, 2015 1 次提交
  17. 28 10月, 2015 1 次提交
  18. 27 10月, 2015 2 次提交
  19. 24 10月, 2015 1 次提交
  20. 23 10月, 2015 1 次提交
  21. 22 10月, 2015 1 次提交
  22. 15 10月, 2015 4 次提交
  23. 14 10月, 2015 1 次提交
  24. 10 10月, 2015 2 次提交
  25. 08 10月, 2015 1 次提交
  26. 03 10月, 2015 1 次提交
  27. 01 10月, 2015 2 次提交
  28. 30 9月, 2015 1 次提交
  29. 26 9月, 2015 1 次提交
  30. 24 9月, 2015 1 次提交
    • J
      Update to Mojo 4e4d51ce28a8edcb32b9c7f555e38e2ae84a825e, update deps · 5bb2480b
      James Robinson 提交于
      This updates to mojo 4e4d51ce28a and mojo sdk 711a0bcfb141b4 and updates the sky
      package's pubspec.yaml dependency to '>=0.1.0 <0.2.0' to be compatible with
      the current mojo package. This includes an update to the Mojo Dart generator to
      produce real classes for enums and the corresponding updates for users of the
      KeyboardType enum in Sky as well as one scoped_ptr->std::unique_ptr in shell
      corresponding to a change in the Mojo EDK.
      
      When a new version of the sky and sky_services package are pushed this will fix
      domokit/mojo#440.
      5bb2480b