4894 Commits

Author SHA1 Message Date
Chris Bracken
8a0cc94b1a Compile embedder unit test Dart to kernel (flutter/engine#7231)
As of the migration to Dart 2, it has been necessary to compile Dart to
kernel prior to execution. The embedder currently requires that the
resulting kernel file be named `kernel_blob.bin` and be located at the
root of the assets directory passed to the embedder API.

This patch updates the test_fixtures build rule to perform a kernel
compile using frontend_server, outputting `kernel_blob.bin` to
`fixtures/test_target_name` directory, and updates the embedder
unittests to specify the kernel file rather than the Dart source file.

Since the kernel compiler requires a `main()` function to be defined, it
also updates `simple_main.dart` from runtime_unittests to define
`main()` rather than `simple_main()`.

This also updates all existing sub-targets to be testonly.

This relands commit 4e4fb4608da95d198b0e796478462285ab974a3c, which was
reverted in commit 566db0ecb8f293bb9f7ff1fc39076b08336e0148. Rather than
running as prebuilt_dart_action, we use dart_action to ensure the
frontend snapshot it compatible with the VM on which it's executed.
2018-12-16 12:23:18 -08:00
skia-flutter-autoroll
1097bc02e1 Roll src/third_party/skia cb8157e6266c..e6f635476da3 (1 commits) (flutter/engine#7233)
https://skia.googlesource.com/skia.git/+log/cb8157e6266c..e6f635476da3


Created with:
  gclient setdep -r src/third_party/skia@e6f635476da3

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-16 05:57:53 -05:00
skia-flutter-autoroll
30d881fa44 Roll src/third_party/skia 2e6db18c4309..cb8157e6266c (1 commits) (flutter/engine#7232)
https://skia.googlesource.com/skia.git/+log/2e6db18c4309..cb8157e6266c


Created with:
  gclient setdep -r src/third_party/skia@cb8157e6266c

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-16 01:56:15 -05:00
Chris Bracken
566db0ecb8 Revert "Compile embedder unit test Dart to kernel (#7227)" (flutter/engine#7230)
This reverts commit 4e4fb4608da95d198b0e796478462285ab974a3c.

This broke dynamic release mode builds of
//flutter/runtime:runtime_fixtures_kernel (likely all product-mode
builds).
2018-12-15 14:43:26 -08:00
skia-flutter-autoroll
1ff3da8881 Roll src/third_party/skia 282ec5dc6ca7..2e6db18c4309 (1 commits) (flutter/engine#7228)
https://skia.googlesource.com/skia.git/+log/282ec5dc6ca7..2e6db18c4309


Created with:
  gclient setdep -r src/third_party/skia@2e6db18c4309

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-15 17:13:05 -05:00
Chris Bracken
4e4fb4608d Compile embedder unit test Dart to kernel (flutter/engine#7227)
Compile embedder unit test Dart to kernel

As of the migration to Dart 2, it has been necessary to compile Dart to
kernel prior to execution. The embedder currently requires that the
resulting kernel file be named `kernel_blob.bin` and be located at the
root of the assets directory passed to the embedder API.

This patch updates the test_fixtures build rule to perform a kernel
compile using frontend_server, outputting `kernel_blob.bin` to
`fixtures/test_target_name` directory, and updates the embedder
unittests to specify the kernel file rather than the Dart source file.

Since the kernel compiler requires a `main()` function to be defined, it
also updates `simple_main.dart` from runtime_unittests to define
`main()` rather than `simple_main()`.

This also updates all existing sub-targets to be testonly.
2018-12-15 13:59:58 -08:00
skia-flutter-autoroll
ba8ff96c34 Roll src/third_party/skia d4962e7e07c0..282ec5dc6ca7 (1 commits) (flutter/engine#7226)
https://skia.googlesource.com/skia.git/+log/d4962e7e07c0..282ec5dc6ca7


Created with:
  gclient setdep -r src/third_party/skia@282ec5dc6ca7

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-15 13:21:32 -05:00
Ian Hickson
59f0587095 Undeprecated BigInteger support, but document what it actually does. (flutter/engine#6903) 2018-12-15 08:32:20 -08:00
Ian Hickson
ce62ca408f Offset.fromDirection and Size.aspectRatio (flutter/engine#6805) 2018-12-15 08:31:59 -08:00
skia-flutter-autoroll
8f9b7589ed Roll src/third_party/skia 8b78d70b9a10..d4962e7e07c0 (1 commits) (flutter/engine#7225)
https://skia.googlesource.com/skia.git/+log/8b78d70b9a10..d4962e7e07c0


Created with:
  gclient setdep -r src/third_party/skia@d4962e7e07c0

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-15 05:24:07 -05:00
skia-flutter-autoroll
fdb527128f Roll src/third_party/skia a1bded9a4f28..8b78d70b9a10 (1 commits) (flutter/engine#7224)
https://skia.googlesource.com/skia.git/+log/a1bded9a4f28..8b78d70b9a10


Created with:
  gclient setdep -r src/third_party/skia@8b78d70b9a10

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-15 01:37:22 -05:00
skia-flutter-autoroll
893c9a0afd Roll src/third_party/skia 16d00eeef7d1..a1bded9a4f28 (2 commits) (flutter/engine#7223)
https://skia.googlesource.com/skia.git/+log/16d00eeef7d1..a1bded9a4f28


Created with:
  gclient setdep -r src/third_party/skia@a1bded9a4f28

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-14 21:23:01 -05:00
skia-flutter-autoroll
54b5bf84f2 Roll src/third_party/skia f391d0f771c6..16d00eeef7d1 (4 commits) (flutter/engine#7222)
https://skia.googlesource.com/skia.git/+log/f391d0f771c6..16d00eeef7d1


Created with:
  gclient setdep -r src/third_party/skia@16d00eeef7d1

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-14 17:37:25 -05:00
Craig Stout
9be12e78ce [vulkan] Fix Fuchsia build
Stub out VulkanSwapchain.

Test:Fuchsia release *and* debug builds
2018-12-14 14:08:43 -08:00
skia-flutter-autoroll
fdff63b27d Roll src/third_party/skia f6206f91b3c1..f391d0f771c6 (4 commits) (flutter/engine#7220)
https://skia.googlesource.com/skia.git/+log/f6206f91b3c1..f391d0f771c6


Created with:
  gclient setdep -r src/third_party/skia@f391d0f771c6

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-14 13:46:13 -05:00
Anthony Bullard
28d536a39a Support real fonts in 'flutter test' (flutter/engine#6913)
* Support real fonts in 'flutter test'

Change the order of font_managers to query in font_collection
so that dynamic_font_manager fonts will be resolved.

Tested with test case in `flutter/flutter` repo:

`packages/flutter/test/rendering/localized_fonts_test.dart`

Ensured:
- A font loaded with FontLoader will be used
- The default 'Ahem' font is still loaded by default

The test above still cannot be fixed because FontLoader and the
underlying mechanisms don't cover Locale-specific font loading
and therefore a CJK font-family won't be able to be loaded as needed
for that test.

Fixes #17700

* Format fixup
2018-12-14 10:05:41 -08:00
skia-flutter-autoroll
10c1075394 Roll src/third_party/skia 59c9f1595ecd..f6206f91b3c1 (1 commits) (flutter/engine#7219)
https://skia.googlesource.com/skia.git/+log/59c9f1595ecd..f6206f91b3c1


Created with:
  gclient setdep -r src/third_party/skia@f6206f91b3c1

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-14 09:47:00 -05:00
skia-flutter-autoroll
97f479f4ed Roll src/third_party/skia 42e7a7ed6511..59c9f1595ecd (3 commits) (flutter/engine#7218)
https://skia.googlesource.com/skia.git/+log/42e7a7ed6511..59c9f1595ecd


Created with:
  gclient setdep -r src/third_party/skia@59c9f1595ecd

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-14 03:04:13 -05:00
skia-flutter-autoroll
f7644ff93a Roll src/third_party/skia 21a7be0741ac..42e7a7ed6511 (1 commits) (flutter/engine#7217)
https://skia.googlesource.com/skia.git/+log/21a7be0741ac..42e7a7ed6511


Created with:
  gclient setdep -r src/third_party/skia@42e7a7ed6511

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-13 23:05:49 -05:00
jslavitz
0abb1665f5 Adds force cursor support (flutter/engine#6945)
* engine force cursor support
2018-12-13 18:45:38 -08:00
skia-flutter-autoroll
880010c54d Roll src/third_party/skia cb6b4bde0c2e..21a7be0741ac (3 commits) (flutter/engine#7216)
https://skia.googlesource.com/skia.git/+log/cb6b4bde0c2e..21a7be0741ac


Created with:
  gclient setdep -r src/third_party/skia@21a7be0741ac

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-13 19:17:56 -05:00
Chris Bracken
23db336526 [Fuchsia] Depend on libtrace when that is what's really meant (flutter/engine#7214)
libtrace-provider has libtrace listed as a dependency when really it
does not have any such dependency. This lets trace clients use
libtrace-provider as a dependency when what they really mean is libtrace.

This errant dependency in trace-provider is being fixed, which
means we need to fix these clients.
2018-12-13 13:13:38 -08:00
skia-flutter-autoroll
19ca929f14 Roll src/third_party/skia f9e824b8e749..cb6b4bde0c2e (7 commits) (flutter/engine#7215)
https://skia.googlesource.com/skia.git/+log/f9e824b8e749..cb6b4bde0c2e


Created with:
  gclient setdep -r src/third_party/skia@cb6b4bde0c2e

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-13 15:36:23 -05:00
Gary Qian
34ea3f7a7f Fallback font match caching to fix emoji lag. (flutter/engine#7208) 2018-12-13 10:39:09 -08:00
Stanislav Baranov
255b2e2f89 Downloading and installation of dynamic updates on Android (flutter/engine#7207) 2018-12-13 10:17:37 -08:00
skia-flutter-autoroll
d60b5d973e Roll src/third_party/skia 5eb29448dfbd..f9e824b8e749 (10 commits) (flutter/engine#7212)
https://skia.googlesource.com/skia.git/+log/5eb29448dfbd..f9e824b8e749


Created with:
  gclient setdep -r src/third_party/skia@f9e824b8e749

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-13 11:46:05 -05:00
skia-flutter-autoroll
af9fb317ee Roll src/third_party/skia a69b10312977..5eb29448dfbd (1 commits) (flutter/engine#7211)
https://skia.googlesource.com/skia.git/+log/a69b10312977..5eb29448dfbd


Created with:
  gclient setdep -r src/third_party/skia@5eb29448dfbd

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-13 07:51:56 -05:00
skia-flutter-autoroll
b0989c09e2 Roll src/third_party/skia 58fc5d19ad1b..a69b10312977 (3 commits) (flutter/engine#7210)
https://skia.googlesource.com/skia.git/+log/58fc5d19ad1b..a69b10312977


Created with:
  gclient setdep -r src/third_party/skia@a69b10312977

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-13 03:16:25 -05:00
skia-flutter-autoroll
cf6854bf1d Roll src/third_party/skia 17c574a193ad..58fc5d19ad1b (1 commits) (flutter/engine#7209)
https://skia.googlesource.com/skia.git/+log/17c574a193ad..58fc5d19ad1b


Created with:
  gclient setdep -r src/third_party/skia@58fc5d19ad1b

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-12 23:32:21 -05:00
Gary Qian
28bc1c1212 Minor Docs to runtime controller WindowData (flutter/engine#6991) 2018-12-12 17:25:56 -08:00
skia-flutter-autoroll
86b7c6a702 Roll src/third_party/skia 340aeda6b3ba..17c574a193ad (8 commits) (flutter/engine#7206)
https://skia.googlesource.com/skia.git/+log/340aeda6b3ba..17c574a193ad


Created with:
  gclient setdep -r src/third_party/skia@17c574a193ad

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-12 19:45:05 -05:00
Justin McCandless
4e82db460b Update marked text before selection so textInRange is never called with (flutter/engine#6989)
invalid input
2018-12-12 15:32:36 -08:00
skia-flutter-autoroll
99b47761ce Roll src/third_party/skia 6417060b1c23..340aeda6b3ba (41 commits) (flutter/engine#7205)
https://skia.googlesource.com/skia.git/+log/6417060b1c23..340aeda6b3ba


Created with:
  gclient setdep -r src/third_party/skia@340aeda6b3ba

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-12 16:01:15 -05:00
liyuqian
bc52fcc390 Add .woff file to binary format (flutter/engine#7202)
Fixes https://github.com/flutter/flutter/issues/25285
2018-12-12 10:29:02 -08:00
liyuqian
efc116e72c Support querying display refresh rate in engine (flutter/engine#7002)
The current implementation only deals with Android devices and we'll add iOS devices support soon.
2018-12-12 10:28:44 -08:00
Brian Salomon
8d1c545b53 Remove unnecessary includes of Ganesh headers (flutter/engine#7189) 2018-12-12 10:58:14 -05:00
Michael Goderbauer
3b9b551b7d Reland "Compile libcxx and libcxxabi for Android (#6886)" (flutter/engine#7160)
This reverts commit 402e052414bb800a317fea62d411416a9ccb57c4.
2018-12-11 19:20:53 -08:00
Gary Qian
1a974808b0 Revert "Support overriding font leading in TextStyle and LibTxt (#6927)" (flutter/engine#7187)
This reverts commit 78a251625bf942712e756dca2d65772515078479.
2018-12-11 10:43:03 -08:00
skia-flutter-autoroll
93674767ee Roll src/third_party/skia dfa432cb0647..6417060b1c23 (4 commits) (flutter/engine#7186)
https://skia.googlesource.com/skia.git/+log/dfa432cb0647..6417060b1c23


Created with:
  gclient setdep -r src/third_party/skia@6417060b1c23

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 13:38:42 -05:00
Gary Qian
4128cd8e3f Check for empty line before adding empty 'padding' metrics (flutter/engine#7185) 2018-12-11 10:33:10 -08:00
skia-flutter-autoroll
2920637c51 Roll src/third_party/skia 72ab3461b747..dfa432cb0647 (1 commits) (flutter/engine#7182)
https://skia.googlesource.com/skia.git/+log/72ab3461b747..dfa432cb0647


Created with:
  gclient setdep -r src/third_party/skia@dfa432cb0647

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 12:29:14 -05:00
skia-flutter-autoroll
ac6a2ddd91 Roll src/third_party/skia 46f40f42478c..72ab3461b747 (1 commits) (flutter/engine#7181)
https://skia.googlesource.com/skia.git/+log/46f40f42478c..72ab3461b747


Created with:
  gclient setdep -r src/third_party/skia@72ab3461b747

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 12:07:15 -05:00
skia-flutter-autoroll
e0f9c7e9c5 Roll src/third_party/skia 3bdc3f5f9c0b..46f40f42478c (1 commits) (flutter/engine#7180)
https://skia.googlesource.com/skia.git/+log/3bdc3f5f9c0b..46f40f42478c


Created with:
  gclient setdep -r src/third_party/skia@46f40f42478c

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 11:46:04 -05:00
skia-flutter-autoroll
b6d3d02c72 Roll src/third_party/skia e7f165be2e2d..3bdc3f5f9c0b (2 commits) (flutter/engine#7178)
https://skia.googlesource.com/skia.git/+log/e7f165be2e2d..3bdc3f5f9c0b


Created with:
  gclient setdep -r src/third_party/skia@3bdc3f5f9c0b

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 10:47:38 -05:00
skia-flutter-autoroll
2c2832488f Roll src/third_party/skia db80cbe34ad7..e7f165be2e2d (1 commits) (flutter/engine#7177)
https://skia.googlesource.com/skia.git/+log/db80cbe34ad7..e7f165be2e2d


Created with:
  gclient setdep -r src/third_party/skia@e7f165be2e2d

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 10:26:14 -05:00
skia-flutter-autoroll
511ff0d6ad Roll src/third_party/skia 4f738832a976..db80cbe34ad7 (1 commits) (flutter/engine#7176)
https://skia.googlesource.com/skia.git/+log/4f738832a976..db80cbe34ad7


Created with:
  gclient setdep -r src/third_party/skia@db80cbe34ad7

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 09:29:14 -05:00
skia-flutter-autoroll
9324b6a94a Roll src/third_party/skia eb39b8108b4a..4f738832a976 (1 commits) (flutter/engine#7175)
https://skia.googlesource.com/skia.git/+log/eb39b8108b4a..4f738832a976


Created with:
  gclient setdep -r src/third_party/skia@4f738832a976

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 09:06:14 -05:00
skia-flutter-autoroll
ca98034b1c Roll src/third_party/skia 53eabf6871b1..eb39b8108b4a (1 commits) (flutter/engine#7174)
https://skia.googlesource.com/skia.git/+log/53eabf6871b1..eb39b8108b4a


Created with:
  gclient setdep -r src/third_party/skia@eb39b8108b4a

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 07:49:16 -05:00
skia-flutter-autoroll
e8120c1531 Roll src/third_party/skia 9cabb4f98e99..53eabf6871b1 (1 commits) (flutter/engine#7173)
https://skia.googlesource.com/skia.git/+log/9cabb4f98e99..53eabf6871b1


Created with:
  gclient setdep -r src/third_party/skia@53eabf6871b1

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 07:20:14 -05:00
skia-flutter-autoroll
0e01dd0e60 Roll src/third_party/skia ae0d860ba31b..264843e30745 (1 commits) (flutter/engine#7171)
https://skia.googlesource.com/skia.git/+log/ae0d860ba31b..264843e30745


Created with:
  gclient setdep -r src/third_party/skia@264843e30745

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-12-11 01:34:15 -05:00