engine-flutter-autoroll c633e02853
Roll engine 5dee035ee2d9..694300d32539 (14 commits) (#27783)
5dee035ee2...694300d325

git log 5dee035ee2d9a47123b72c0ac8d14b60e5c9fee1..694300d32539f22969d8a0e0ec9c1efbfa599125 --no-merges --oneline
694300d32 Provide a default pressure range if a MotionEvent does not have a device (flutter/engine#7737)
5dfa02949 Roll src/third_party/skia d336ebdea812..77a1a7e6182e (5 commits) (flutter/engine#7784)
dbb90a534 Roll src/third_party/skia 136cd7018a99..d336ebdea812 (4 commits) (flutter/engine#7781)
6933fcb2b Roll src/third_party/dart 174d6fec3d..fdfe40ea95 (27 commits)
f4a22d896 Roll src/third_party/skia ef26fcb13fc6..136cd7018a99 (1 commits) (flutter/engine#7778)
9c2f8726d Roll src/third_party/skia 5fc138c04690..ef26fcb13fc6 (1 commits) (flutter/engine#7775)
94e0e2c20 Roll src/third_party/skia fbe2e937c798..5fc138c04690 (1 commits) (flutter/engine#7774)
c3523d910 Roll src/third_party/skia 475134f2de57..fbe2e937c798 (1 commits) (flutter/engine#7773)
967460f83 Roll src/third_party/skia 1e1bc8de5671..475134f2de57 (1 commits) (flutter/engine#7772)
81cdd5491 Roll src/third_party/skia dafd65217b4e..1e1bc8de5671 (1 commits) (flutter/engine#7771)
06cc2e459 Roll src/third_party/skia cd9ef731fe75..dafd65217b4e (1 commits) (flutter/engine#7770)
ba0f38b1d Allow specifying the out directory prefix (flutter/engine#7762)
b2a93978b Roll src/third_party/skia 0b36acdad970..cd9ef731fe75 (1 commits) (flutter/engine#7769)
ddd224072 Roll src/third_party/skia 1f43a4359d7d..0b36acdad970 (1 commits) (flutter/engine#7768)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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 (chinmaygarde@google.com), and stop
the roller if necessary.
2019-02-11 15:47:28 -05:00
..

Dart SDK dependency

The bin/internal/engine.version file controls which version of the Flutter engine to use. The file contains the commit hash of a commit in the https://github.com/flutter/engine repository. That hash must have successfully been compiled on https://build.chromium.org/p/client.flutter/ and had its artifacts (the binaries that run on Android and iOS, the compiler, etc) successfully uploaded to Google Cloud Storage.

The /bin/internal/engine.merge_method file controls how we merge a pull request created by the engine auto-roller. If it's squash, there's only one commit for a pull request no matter how many engine commits there are inside that pull request. If it's rebase, the number of commits in the framework is equal to the number of engine commits in the pull request. The latter method makes it easier to detect regressions but costs more test resources.