From ea01f2ea6a95db574d99ba319c7aec6e4205e1e4 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 09:20:05 +0900 Subject: [PATCH] fix: rename patch file to .patch to conform to naming standard which utilizes .gitattributes settings (#32343) * Rename patch file to .patch to conform to naming standard which utilizes .gitattributes settings * chore: remove backported patches * chore: rename patch (don't re-add) Co-authored-by: stsean Co-authored-by: Keeley Hammond --- patches/chromium/.patches | 2 +- ...e_enterprise_APIs => mas_gate_private_enterprise_APIs.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename patches/chromium/{mas_gate_private_enterprise_APIs => mas_gate_private_enterprise_APIs.patch} (100%) diff --git a/patches/chromium/.patches b/patches/chromium/.patches index a09f061839c3b..31b8c6b77e0f7 100644 --- a/patches/chromium/.patches +++ b/patches/chromium/.patches @@ -157,7 +157,7 @@ cherry-pick-b2c4e4dc21e5.patch check_direction_of_rtcencodedframes.patch cherry-pick-6a8a2098f9fa.patch speculative_fix_for_eye_dropper_getcolor_crash.patch -mas_gate_private_enterprise_APIs +mas_gate_private_enterprise_APIs.patch cherry-pick-c69dddfe1cde.patch cherry-pick-8af66de55aad.patch move_networkstateobserver_from_document_to_window.patch diff --git a/patches/chromium/mas_gate_private_enterprise_APIs b/patches/chromium/mas_gate_private_enterprise_APIs.patch similarity index 100% rename from patches/chromium/mas_gate_private_enterprise_APIs rename to patches/chromium/mas_gate_private_enterprise_APIs.patch