2018-10-24 18:24:11 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2018-09-21 00:30:26 +00:00
|
|
|
From: Aleksei Kuzmin <alkuzmin@microsoft.com>
|
|
|
|
Date: Thu, 20 Sep 2018 17:50:45 -0700
|
|
|
|
Subject: exclude-a-few-test-files-from-build.patch
|
|
|
|
|
2018-10-24 18:24:11 +00:00
|
|
|
Compilation of those files fails with the Chromium 68.
|
|
|
|
Remove the patch during the Chromium 69 upgrade.
|
2018-09-21 00:30:26 +00:00
|
|
|
|
2018-09-14 22:11:26 +00:00
|
|
|
diff --git a/third_party/blink/renderer/platform/BUILD.gn b/third_party/blink/renderer/platform/BUILD.gn
|
2019-07-24 22:58:51 +00:00
|
|
|
index a764b5e1a0e7b3f3c306ba99ffd407ecf1e414d8..5a55f102d149e303a2f0a3a0a0f7fd361003f8d3 100644
|
2018-09-14 22:11:26 +00:00
|
|
|
--- a/third_party/blink/renderer/platform/BUILD.gn
|
|
|
|
+++ b/third_party/blink/renderer/platform/BUILD.gn
|
2019-07-24 22:58:51 +00:00
|
|
|
@@ -1707,7 +1707,7 @@ jumbo_source_set("blink_platform_unittests_sources") {
|
2018-09-21 00:30:26 +00:00
|
|
|
"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",
|
2019-01-12 01:00:43 +00:00
|
|
|
"graphics/paint/geometry_mapper_transform_cache_test.cc",
|
2018-09-21 00:30:26 +00:00
|
|
|
"graphics/paint/paint_chunk_test.cc",
|
|
|
|
"graphics/paint/paint_chunker_test.cc",
|