diff options
Diffstat (limited to 'www/iridium/files/patch-build_config_BUILDCONFIG.gn')
| -rw-r--r-- | www/iridium/files/patch-build_config_BUILDCONFIG.gn | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/www/iridium/files/patch-build_config_BUILDCONFIG.gn b/www/iridium/files/patch-build_config_BUILDCONFIG.gn index ec5edf87ac15..adb9c205af17 100644 --- a/www/iridium/files/patch-build_config_BUILDCONFIG.gn +++ b/www/iridium/files/patch-build_config_BUILDCONFIG.gn @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig	2025-09-11 13:19:19 UTC +--- build/config/BUILDCONFIG.gn.orig	2025-10-28 14:29:43 UTC  +++ build/config/BUILDCONFIG.gn  @@ -136,7 +136,8 @@ declare_args() {     is_official_build = false @@ -10,7 +10,7 @@                (current_cpu != "s390x" && current_cpu != "s390" &&                 current_cpu != "ppc64" && current_cpu != "ppc" &&                 current_cpu != "mips" && current_cpu != "mips64" && -@@ -242,6 +243,10 @@ if (host_toolchain == "") { +@@ -235,6 +236,10 @@ if (host_toolchain == "") {       host_toolchain = "//build/toolchain/aix:$host_cpu"     } else if (host_os == "zos") {       host_toolchain = "//build/toolchain/zos:$host_cpu" @@ -21,7 +21,7 @@     } else {       assert(false, "Unsupported host_os: $host_os")     } -@@ -291,6 +296,8 @@ if (target_os == "android") { +@@ -284,6 +289,8 @@ if (target_os == "android") {     assert(         false,         "emscripten is not a supported target_os. It is available only as secondary toolchain.") @@ -30,7 +30,7 @@   } else {     assert(false, "Unsupported target_os: $target_os")   } -@@ -325,7 +332,11 @@ is_android = current_os == "android" +@@ -318,7 +325,11 @@ is_android = current_os == "android"   is_chromeos = current_os == "chromeos"   is_fuchsia = current_os == "fuchsia"   is_ios = current_os == "ios" @@ -41,5 +41,5 @@  +is_freebsd = current_os == "freebsd"  +is_bsd = current_os == "openbsd" || current_os == "freebsd"   is_mac = current_os == "mac" -  - # TODO(crbug.com/40511454): Remove is_nacl from all build files, then + is_wasm = current_os == "emscripten" + is_watchos = current_os == "watchos" | 
