From 2062c9231e46aa6366d7db64625626ebc533c5a9 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Wed, 9 Nov 2016 20:53:54 +0100 Subject: [PATCH] dev-util/electron: remove unused patches --- .../files/chromium-system-icu-r0.patch | 14 ------------- .../files/chromium-system-libvpx-r0.patch | 20 ------------------- 2 files changed, 34 deletions(-) delete mode 100644 dev-util/electron/files/chromium-system-icu-r0.patch delete mode 100644 dev-util/electron/files/chromium-system-libvpx-r0.patch diff --git a/dev-util/electron/files/chromium-system-icu-r0.patch b/dev-util/electron/files/chromium-system-icu-r0.patch deleted file mode 100644 index 5f620d16e33cc..0000000000000 --- a/dev-util/electron/files/chromium-system-icu-r0.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/third_party/WebKit/Source/platform/text/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp -index d59ae41..50932bd 100644 ---- a/third_party/WebKit/Source/platform/text/Character.cpp -+++ b/third_party/WebKit/Source/platform/text/Character.cpp - -@@ -37,7 +37,7 @@ - #include - - #if defined(USING_SYSTEM_ICU) --#include "platform/fonts/CharacterPropertyDataGenerator.h" -+#include "platform/text/CharacterPropertyDataGenerator.h" - #include - #else - #define MUTEX_H // Prevent compile failure of utrie2.h on Windows diff --git a/dev-util/electron/files/chromium-system-libvpx-r0.patch b/dev-util/electron/files/chromium-system-libvpx-r0.patch deleted file mode 100644 index cd7c164d7e6a6..0000000000000 --- a/dev-util/electron/files/chromium-system-libvpx-r0.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- build/linux/unbundle/libvpx.gyp.orig 2016-02-08 19:16:24.646981037 -0500 -+++ build/linux/unbundle/libvpx.gyp 2016-02-08 19:15:42.449979462 -0500 -@@ -4,7 +4,7 @@ - { - 'targets': [ - { -- 'target_name': 'libvpx', -+ 'target_name': 'libvpx_new', - 'type': 'none', - 'direct_dependent_settings': { - 'cflags': [ -@@ -18,8 +18,6 @@ - 'vpx/vp8cx.h', - 'vpx/vp8dx.h', - 'vpx/vpx_codec.h', -- 'vpx/vpx_codec_impl_bottom.h', -- 'vpx/vpx_codec_impl_top.h', - 'vpx/vpx_decoder.h', - 'vpx/vpx_encoder.h', - 'vpx/vpx_frame_buffer.h',