aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_angle_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third__party_angle_BUILD.gn')
-rw-r--r--www/chromium/files/patch-third__party_angle_BUILD.gn38
1 files changed, 10 insertions, 28 deletions
diff --git a/www/chromium/files/patch-third__party_angle_BUILD.gn b/www/chromium/files/patch-third__party_angle_BUILD.gn
index 5052b3d84392..df5d766f3032 100644
--- a/www/chromium/files/patch-third__party_angle_BUILD.gn
+++ b/www/chromium/files/patch-third__party_angle_BUILD.gn
@@ -1,6 +1,6 @@
---- third_party/angle/BUILD.gn.orig 2023-02-08 09:03:45 UTC
+--- third_party/angle/BUILD.gn.orig 2023-03-09 06:31:50 UTC
+++ third_party/angle/BUILD.gn
-@@ -279,7 +279,6 @@ config("extra_warnings") {
+@@ -280,7 +280,6 @@ config("extra_warnings") {
"-Wtautological-type-limit-compare",
"-Wundefined-reinterpret-cast",
"-Wunneeded-internal-declaration",
@@ -8,16 +8,16 @@
"-Wsuggest-destructor-override",
"-Wsuggest-override",
-@@ -465,7 +464,7 @@ angle_static_library("angle_common") {
- all_dependent_configs = [ ":angle_disable_pool_alloc" ]
- }
+@@ -464,7 +463,7 @@ template("angle_common_lib") {
+ all_dependent_configs = [ ":angle_disable_pool_alloc" ]
+ }
-- if (is_linux || is_chromeos) {
-+ if ((is_linux || is_chromeos) && !is_bsd) {
- libs = [ "dl" ]
- }
+- if (is_linux || is_chromeos) {
++ if ((is_linux || is_chromeos) && !is_bsd) {
+ libs = [ "dl" ]
+ }
-@@ -607,6 +606,9 @@ angle_static_library("angle_gpu_info_util") {
+@@ -619,6 +618,9 @@ angle_static_library("angle_gpu_info_util") {
"Xi",
"Xext",
]
@@ -27,21 +27,3 @@
}
if (angle_use_wayland && angle_has_build) {
-@@ -1092,12 +1094,12 @@ if (angle_use_wayland) {
- "wayland-client",
- "wayland-egl",
- ]
-+ } else {
-+ include_dirs = [
-+ "$wayland_dir/egl",
-+ "$wayland_dir/src",
-+ ]
- }
--
-- include_dirs = [
-- "$wayland_dir/egl",
-- "$wayland_dir/src",
-- ]
- }
-
- group("angle_wayland") {