a90306876e
* chore: bump chromium in DEPS to c87ad34dfd48610959977db9b6eeeb86f5feafe9 * chore: rebase patches * chore: bump chromium in DEPS to ad29fca14d77b2a1752f24d9425278c6737c0f70 * chore: bump chromium in DEPS to 22c21a9cc728e7958e3ac1033cfdc6ed0f0a8b10 * chore: bump chromium in DEPS to 8c86dd7f76abf4ad1ab41796d2da6172b1b10866 * chore: update patches * chore: bump chromium in DEPS to 5a48e127c8cb8ae827f4fead0b527079194b9899 * remove TransformPointToLocalCoordSpaceLegacy https://chromium-review.googlesource.com/c/chromium/src/+/1637525
21 lines
1.1 KiB
Diff
21 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Aleksei Kuzmin <alkuzmin@microsoft.com>
|
|
Date: Thu, 20 Sep 2018 17:50:45 -0700
|
|
Subject: exclude-a-few-test-files-from-build.patch
|
|
|
|
Compilation of those files fails with the Chromium 68.
|
|
Remove the patch during the Chromium 69 upgrade.
|
|
|
|
diff --git a/third_party/blink/renderer/platform/BUILD.gn b/third_party/blink/renderer/platform/BUILD.gn
|
|
index 1f179eceda6b35dc79dab526f21aa40ca40b3b63..2db5346d51cc1f9ae6736cd4511940433191f6f9 100644
|
|
--- a/third_party/blink/renderer/platform/BUILD.gn
|
|
+++ b/third_party/blink/renderer/platform/BUILD.gn
|
|
@@ -1711,7 +1711,7 @@ jumbo_source_set("blink_platform_unittests_sources") {
|
|
"graphics/paint/drawing_display_item_test.cc",
|
|
"graphics/paint/drawing_recorder_test.cc",
|
|
"graphics/paint/float_clip_rect_test.cc",
|
|
- "graphics/paint/geometry_mapper_test.cc",
|
|
+ #"graphics/paint/geometry_mapper_test.cc",
|
|
"graphics/paint/geometry_mapper_transform_cache_test.cc",
|
|
"graphics/paint/paint_chunk_test.cc",
|
|
"graphics/paint/paint_chunker_test.cc",
|