Roll src/third_party/skia a7016ae7f03d..4f35817f3c91 (2 commits) (#9499)


https://skia.googlesource.com/skia.git
/%2Blog/a7016ae7f03d..4f35817f3c91

git log a7016ae7f03dbcafc242fc3e51867af956e2484d..4f35817f3c912d0080e36dbe643a4df81d930762 --date=short --no-merges --format=%ad %ae %s
2019-06-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-06-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (djsollen@google.com), and stop
the roller if necessary.

2 files changed
tree: 8808b39a511527f1f605f4783847f7d2fb2065ad
  1. assets/
  2. benchmarking/
  3. build/
  4. ci/
  5. common/
  6. docs/
  7. flow/
  8. flutter_kernel_transformers/
  9. fml/
  10. frontend_server/
  11. lib/
  12. runtime/
  13. shell/
  14. sky/
  15. testing/
  16. third_party/
  17. tools/
  18. vulkan/
  19. web_sdk/
  20. .cirrus.yml
  21. .clang-format
  22. .gitattributes
  23. .gitignore
  24. analysis_options.yaml
  25. AUTHORS
  26. BUILD.gn
  27. CONTRIBUTING.md
  28. DEPS
  29. LICENSE
  30. README.md
README.md

Flutter Engine

Build Status - Cirrus

Flutter is Google's mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

The Flutter Engine is a portable runtime for hosting Flutter applications. It implements Flutter's core libraries, including animation and graphics, file and network I/O, accessibility support, plugin architecture, and a Dart runtime and compile toolchain. Most developers will interact with Flutter via the Flutter Framework, which provides a modern, reactive framework, and a rich set of platform, layout and foundation widgets.

If you are new to Flutter, then you will find more general information on the Flutter project, including tutorials and samples, on our Web site at Flutter.dev. For specific information about Flutter's APIs, consider our API reference which can be found at the docs.flutter.dev.

Flutter is a fully open source project, and we welcome contributions. Information on how to get started can be found at our contributor guide.