summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-clang-format-path-82.patch
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-14 19:16:24 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-14 19:16:24 -0400
commit43609ca84694acca988dc0ae591c69ac447659b2 (patch)
treec82fdae375ed2a5948700dfb8a309de9e3238d7b /www-client/chromium/files/chromium-clang-format-path-82.patch
parentb3c6fc25a909d82262f12df4d55fa8ec6ac392d3 (diff)
downloadppo-43609ca84694acca988dc0ae591c69ac447659b2.tar.xz
chromium: Remove obsolete versions and patches
Diffstat (limited to 'www-client/chromium/files/chromium-clang-format-path-82.patch')
-rw-r--r--www-client/chromium/files/chromium-clang-format-path-82.patch13
1 files changed, 0 insertions, 13 deletions
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/<platform>/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/<platform>/gn
- _gn_command_path = os.path.join(buildtools_platform_dir,