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, 13 insertions, 0 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
new file mode 100644
index 0000000..b250479
--- /dev/null
+++ b/www-client/chromium/files/chromium-clang-format-path-82.patch
@@ -0,0 +1,13 @@
+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,