summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-clang-format-path-82.patch
diff options
context:
space:
mode:
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,