diff --git a/patches/common/chromium/.patches.yaml b/patches/common/chromium/.patches.yaml index 1e088a3a574a..70e0f03ddf3f 100644 --- a/patches/common/chromium/.patches.yaml +++ b/patches/common/chromium/.patches.yaml @@ -442,8 +442,8 @@ patches: author: Aleksei Kuzmin file: exclude-a-few-test-files-from-build.patch description: | - Compilation of those files fails with the Chromium 67. - Remove the patch during the Chromium 68 upgrade. + Compilation of those files fails with the Chromium 68. + Remove the patch during the Chromium 69 upgrade. - author: deepak1556 file: disable_extensions_gn.patch diff --git a/patches/common/chromium/exclude-a-few-test-files-from-build.patch b/patches/common/chromium/exclude-a-few-test-files-from-build.patch index 6c4e1a61beec..ad8792ac7c0f 100644 --- a/patches/common/chromium/exclude-a-few-test-files-from-build.patch +++ b/patches/common/chromium/exclude-a-few-test-files-from-build.patch @@ -1,22 +1,22 @@ diff --git a/third_party/blink/renderer/platform/BUILD.gn b/third_party/blink/renderer/platform/BUILD.gn -index 9173f6f0324c..8f976057d5d9 100644 +index 05177001104e..5b5e00e9ef2d 100644 --- a/third_party/blink/renderer/platform/BUILD.gn +++ b/third_party/blink/renderer/platform/BUILD.gn -@@ -1819,7 +1819,7 @@ jumbo_source_set("blink_platform_unittests_sources") { - "graphics/accelerated_static_bitmap_image_test.cc", - "graphics/bitmap_image_test.cc", +@@ -1797,7 +1797,7 @@ jumbo_source_set("blink_platform_unittests_sources") { "graphics/compositing/chunk_to_layer_mapper_test.cc", -- "graphics/compositing/composited_layer_raster_invalidator_test.cc", -+ #"graphics/compositing/composited_layer_raster_invalidator_test.cc", + "graphics/compositing/composited_layer_raster_invalidator_test.cc", "graphics/compositing/paint_artifact_compositor_test.cc", - "graphics/compositing/paint_chunks_to_cc_layer_test.cc", +- "graphics/compositing/paint_chunks_to_cc_layer_test.cc", ++ # "graphics/compositing/paint_chunks_to_cc_layer_test.cc", "graphics/compositor_element_id_test.cc", -@@ -1839,7 +1839,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/paint_chunk_test.cc", - "graphics/paint/paint_chunker_test.cc", - "graphics/paint/paint_controller_test.cc", + "graphics/contiguous_container_test.cc", + "graphics/decoding_image_generator_test.cc", +@@ -1873,7 +1873,7 @@ jumbo_source_set("blink_platform_unittests_sources") { + "text/date_time_format_test.cc", + "text/hyphenation_test.cc", + "text/icu_error_test.cc", +- "text/line_ending_test.cc", ++ # "text/line_ending_test.cc", + "text/platform_locale_test.cc", + "text/segmented_string_test.cc", + "text/suffix_tree_test.cc",