flutter/bin/internal
engine-flutter-autoroll 366da56fb2
Roll Engine from 569fd1935711 to 3f4f58f5f3aa (19 revisions) (#64809)
* 97f9f712b [web] Fix analyzer warnings in web engine. (flutter/engine#20825)

* dcb9244c3 Consolidate FlRenderer initialization into fl_renderer_start() (flutter/engine#20763)

* 80f68fd60 Roll Fuchsia Linux SDK from lqjGEhKFW... to kbanTZZRS... (flutter/engine#20830)

* 0491b6c7d Roll Fuchsia Mac SDK from fqYfP5y9V... to tG1GErEv9... (flutter/engine#20831)

* 195b1480d Roll Skia from 55f02eb3ff5f to ee58da9d6f49 (7 revisions) (flutter/engine#20832)

* 25a23baee [fuchsia] Add fuchsia_ctl func to test script (flutter/engine#20827)

* 095e5d368 Roll Dart SDK from b0f6d5483b79 to 8e50ccae259f (2 revisions) (flutter/engine#20834)

* be21aa992 Roll Skia from ee58da9d6f49 to 716e281185b5 (2 revisions) (flutter/engine#20835)

* 808f9c27e Roll Skia from 716e281185b5 to 952f088d41e1 (1 revision) (flutter/engine#20839)

* 1a034bde7 Replace FlRenderer::get_visual() with more generic FlRenderer::setup_window_attr() (flutter/engine#20833)

* e67ae1e30 [web] Fix path rendering when addPolygon is chained with other verbs. (flutter/engine#20803)

* 3ccf1ed2e Cliprect op (flutter/engine#20837)

* 52def6e88 Roll Dart SDK from 8e50ccae259f to ac54810c36a9 (1 revision) (flutter/engine#20844)

* 8e16dbf4a Roll Skia from 952f088d41e1 to d385091edd58 (4 revisions) (flutter/engine#20847)

* 81a4748d6 Roll Dart SDK from ac54810c36a9 to 066c5625ac7b (1 revision) (flutter/engine#20849)

* cca047b2c Roll Fuchsia Linux SDK from kbanTZZRS... to jyKllAGRu... (flutter/engine#20851)

* 0208c71ad Roll Fuchsia Mac SDK from tG1GErEv9... to koO5t2tfw... (flutter/engine#20850)

* 5b3a16c5a Roll Dart SDK from 066c5625ac7b to fe5c8c44701e (1 revision) (flutter/engine#20854)

* 3f4f58f5f Roll Skia from d385091edd58 to 8a43e206609e (3 revisions) (flutter/engine#20855)
2020-08-28 16:19:37 -07:00
..
engine.merge_method Switch engine.merge_method back to squash (#24319) 2018-11-13 17:12:36 -08:00
engine.version Roll Engine from 569fd1935711 to 3f4f58f5f3aa (19 revisions) (#64809) 2020-08-28 16:19:37 -07:00
fuchsia-linux.version Roll Engine from 569fd1935711 to 3f4f58f5f3aa (19 revisions) (#64809) 2020-08-28 16:19:37 -07:00
fuchsia-mac.version Roll Engine from 569fd1935711 to 3f4f58f5f3aa (19 revisions) (#64809) 2020-08-28 16:19:37 -07:00
gradle_wrapper.version Make artifacts URLs configurable. (#13380) 2017-12-07 16:30:23 +01:00
ios-deploy.version update ios-deploy (#61983) 2020-07-22 18:22:59 -07:00
libimobiledevice.version Revert "Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)" (#60569) 2020-06-29 18:29:58 -07:00
libplist.version Revert "Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)" (#60569) 2020-06-29 18:29:58 -07:00
libzip.version add libzip cache artifact (#43677) 2019-10-29 14:29:00 -07:00
material_fonts.version [Material] Updated icons and fonts (#61778) 2020-07-24 15:41:13 -07:00
openssl.version Revert "Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)" (#60569) 2020-06-29 18:29:58 -07:00
README.md Add engine merge method configuration (#23953) 2018-11-07 13:06:38 -08:00
shared.bat [flutter_tools] fix exit label for batchfile (#62272) 2020-07-28 10:19:43 -07:00
shared.sh Make flutter and dart scripts invoke their batch file equivalents on Windows (#59789) 2020-06-18 13:29:24 -07:00
update_dart_sdk.ps1 License update (#45373) 2019-11-27 15:04:02 -08:00
update_dart_sdk.sh Make flutter and dart scripts invoke their batch file equivalents on Windows (#59789) 2020-06-18 13:29:24 -07:00
usbmuxd.version Revert "Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)" (#60569) 2020-06-29 18:29:58 -07: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.