diff options
Diffstat (limited to 'www/chromium/files/patch-third__party_node_node.gni')
-rw-r--r-- | www/chromium/files/patch-third__party_node_node.gni | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/www/chromium/files/patch-third__party_node_node.gni b/www/chromium/files/patch-third__party_node_node.gni index 7916feaf5b96..acd78c9939cb 100644 --- a/www/chromium/files/patch-third__party_node_node.gni +++ b/www/chromium/files/patch-third__party_node_node.gni @@ -1,4 +1,4 @@ ---- third_party/node/node.gni.orig 2025-05-05 10:57:53 UTC +--- third_party/node/node.gni.orig 2025-07-02 06:08:04 UTC +++ third_party/node/node.gni @@ -22,7 +22,7 @@ template("node") { @@ -9,21 +9,3 @@ inputs += [ "//third_party/node/linux/node-linux-x64/bin/node" ] } if (is_win && host_os == "win") { -@@ -34,17 +34,6 @@ template("node") { - } else { - 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" ] - } - } - } |