summarylogtreecommitdiffstats
path: root/chromium-libwebp-shim-r0.patch
diff options
context:
space:
mode:
authorWorMzy Tykashi2018-09-05 18:19:32 +0100
committerWorMzy Tykashi2018-09-05 18:19:32 +0100
commit196a531fa78a7f35409d75b0995155eb048a2eba (patch)
tree522aa596179b4ab620c12ee86777aae0a92e7a12 /chromium-libwebp-shim-r0.patch
parent7bb81b75f97a5bdaa25554a395632d32ff2ecd49 (diff)
downloadaur-196a531fa78a7f35409d75b0995155eb048a2eba.tar.gz
Updated to 69.0.3497.81
Diffstat (limited to 'chromium-libwebp-shim-r0.patch')
-rw-r--r--chromium-libwebp-shim-r0.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/chromium-libwebp-shim-r0.patch b/chromium-libwebp-shim-r0.patch
deleted file mode 100644
index cb387a4a0030..000000000000
--- a/chromium-libwebp-shim-r0.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff --git a/build/linux/unbundle/libwebp.gn b/build/linux/unbundle/libwebp.gn
-index ab92adecf400..12574d87be58 100644
---- a/build/linux/unbundle/libwebp.gn
-+++ b/build/linux/unbundle/libwebp.gn
-@@ -2,12 +2,34 @@
- # Use of this source code is governed by a BSD-style license that can be
- # found in the LICENSE file.
-
-+import("//build/config/linux/pkg_config.gni")
-+import("//build/shim_headers.gni")
-+
-+pkg_config("system_libwebp") {
-+ packages = [
-+ "libwebp",
-+ "libwebpdemux",
-+ "libwebpmux",
-+ ]
-+}
-+
-+shim_headers("libwebp_shim") {
-+ root_path = "src"
-+ headers = [
-+ "webp/decode.h",
-+ "webp/demux.h",
-+ "webp/encode.h",
-+ "webp/mux.h",
-+ "webp/mux_types.h",
-+ "webp/types.h",
-+ ]
-+}
-+
- source_set("libwebp_webp") {
-- libs = [
-- "webp",
-- "webpdemux",
-- "webpmux",
-+ deps = [
-+ ":libwebp_shim",
- ]
-+ public_configs = [ ":system_libwebp" ]
- }
-
- group("libwebp") {