diff options
Diffstat (limited to 'devel/electron38/files/patch-electron_BUILD.gn')
-rw-r--r-- | devel/electron38/files/patch-electron_BUILD.gn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/electron38/files/patch-electron_BUILD.gn b/devel/electron38/files/patch-electron_BUILD.gn index 6c112312dc02..32ad07879980 100644 --- a/devel/electron38/files/patch-electron_BUILD.gn +++ b/devel/electron38/files/patch-electron_BUILD.gn @@ -1,4 +1,4 @@ ---- electron/BUILD.gn.orig 2025-09-02 20:56:04 UTC +--- electron/BUILD.gn.orig 2025-09-27 23:16:33 UTC +++ electron/BUILD.gn @@ -548,7 +548,7 @@ source_set("electron_lib") { defines += [ "GDK_DISABLE_DEPRECATION_WARNINGS" ] @@ -22,7 +22,7 @@ if (is_linux) { libs = [ "xshmfence" ] deps += [ -@@ -1220,7 +1226,7 @@ if (is_mac) { +@@ -1221,7 +1227,7 @@ if (is_mac) { ":electron_lib", ":electron_win32_resources", ":packed_resources", @@ -31,7 +31,7 @@ "//content:sandbox_helper_win", "//electron/buildflags", "//third_party/electron_node:libnode", -@@ -1247,7 +1253,7 @@ if (is_mac) { +@@ -1248,7 +1254,7 @@ if (is_mac) { public_deps = [ "//tools/v8_context_snapshot" ] } @@ -40,7 +40,7 @@ data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ] } -@@ -1314,7 +1320,7 @@ if (is_mac) { +@@ -1315,7 +1321,7 @@ if (is_mac) { configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] } @@ -49,7 +49,7 @@ deps += [ "//sandbox/linux:chrome_sandbox" ] } } -@@ -1435,7 +1441,9 @@ dist_zip("electron_dist_zip") { +@@ -1436,7 +1442,9 @@ dist_zip("electron_dist_zip") { ] } |