ci: fix release build on windows (#20859)
This commit is contained in:
parent
6bcf67e051
commit
d9b058c694
5 changed files with 53 additions and 0 deletions
|
@ -81,5 +81,6 @@ revert_remove_contentrendererclient_shouldfork.patch
|
|||
build_win_disable_zc_twophase.patch
|
||||
ignore_rc_check.patch
|
||||
build_win_fix_ambiguous_reference_with_msstl.patch
|
||||
build_win_iwyu_for_smil_time.patch
|
||||
remove_usage_of_incognito_apis_in_the_spellchecker.patch
|
||||
chore_use_electron_resources_not_chrome_for_spellchecker.patch
|
||||
|
|
19
patches/chromium/build_win_iwyu_for_smil_time.patch
Normal file
19
patches/chromium/build_win_iwyu_for_smil_time.patch
Normal file
|
@ -0,0 +1,19 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: deepak1556 <hop2deep@gmail.com>
|
||||
Date: Wed, 30 Oct 2019 12:23:00 -0700
|
||||
Subject: build,[win]: IWYU for //third_party/blink/renderer/core/svg/animation
|
||||
|
||||
Only affects windows release builds, identify the cause and remove this patch.
|
||||
|
||||
diff --git a/third_party/blink/renderer/core/svg/animation/smil_time.h b/third_party/blink/renderer/core/svg/animation/smil_time.h
|
||||
index b4fec36d9ef15c5492ce6bbe544c11bdfc01ec10..7433a3a1c8578dbeb388628f1050629133c94f83 100644
|
||||
--- a/third_party/blink/renderer/core/svg/animation/smil_time.h
|
||||
+++ b/third_party/blink/renderer/core/svg/animation/smil_time.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_SVG_ANIMATION_SMIL_TIME_H_
|
||||
#define THIRD_PARTY_BLINK_RENDERER_CORE_SVG_ANIMATION_SMIL_TIME_H_
|
||||
|
||||
+#include <algorithm>
|
||||
#include <ostream>
|
||||
|
||||
#include "base/time/time.h"
|
Loading…
Add table
Add a link
Reference in a new issue