* Refresh ppc64le patches * Drop bundle esbuild * Drop bundle nodejs * Refresh system-brotli, unsupport-clang-flags patches * Disable NodeJS version check * Fixed ftbfs, skrifa build error due to old rustc * Drop chromium-133-pipewire-cast patch, merged by upstream * Drop chromium-135-print-review-fail patch, merged by upstream * Disable warning-suppression-mappings as it causes FTBFS on el9/f40 due to old llvm
20 lines
897 B
Diff
20 lines
897 B
Diff
diff -up chromium-136.0.7103.33/third_party/node/node.gni.than chromium-136.0.7103.33/third_party/node/node.gni
|
|
--- chromium-136.0.7103.33/third_party/node/node.gni.than 2025-04-21 17:53:06.742517984 +0200
|
|
+++ chromium-136.0.7103.33/third_party/node/node.gni 2025-04-21 17:54:05.452645652 +0200
|
|
@@ -35,16 +35,5 @@ template("node") {
|
|
inputs += [ "//third_party/node/mac/node-darwin-x64/bin/node" ]
|
|
}
|
|
}
|
|
-
|
|
- # Automatically add a dependency to ":check_version" to ensure NodeJS is
|
|
- # always running the expected version, except when the ':check_version'
|
|
- # target itself is running in which case it shouldn't depend on itself.
|
|
- if (get_label_info(":" + target_name, "label_no_toolchain") !=
|
|
- "//third_party/node:check_version") {
|
|
- if (!defined(deps)) {
|
|
- deps = []
|
|
- }
|
|
- deps += [ "//third_party/node:check_version" ]
|
|
- }
|
|
}
|
|
}
|