From 43609ca84694acca988dc0ae591c69ac447659b2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Jul 2022 19:16:24 -0400 Subject: chromium: Remove obsolete versions and patches --- .../chromium/files/chromium-clang-format-path-82.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 www-client/chromium/files/chromium-clang-format-path-82.patch (limited to 'www-client/chromium/files/chromium-clang-format-path-82.patch') diff --git a/www-client/chromium/files/chromium-clang-format-path-82.patch b/www-client/chromium/files/chromium-clang-format-path-82.patch deleted file mode 100644 index b250479..0000000 --- a/www-client/chromium/files/chromium-clang-format-path-82.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/third_party/blink/renderer/bindings/scripts/bind_gen/style_format.py b/third_party/blink/renderer/bindings/scripts/bind_gen/style_format.py -index dc3493cc3..6eeb34a93 100644 ---- a/third_party/blink/renderer/bindings/scripts/bind_gen/style_format.py -+++ b/third_party/blink/renderer/bindings/scripts/bind_gen/style_format.py -@@ -36,7 +36,7 @@ def init(root_src_dir): - - # //buildtools//clang-format - _clang_format_command_path = os.path.join( -- buildtools_platform_dir, "clang-format{}".format(exe_suffix)) -+ "/usr/lib/llvm/10/bin", "clang-format{}".format(exe_suffix)) - - # //buildtools//gn - _gn_command_path = os.path.join(buildtools_platform_dir, -- cgit v1.2.3