diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-11 12:08:30 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-12 11:13:32 +0100 |
commit | bb28c2cb8d17a6e5c71f64dc8154c90c71e3ab66 (patch) | |
tree | 6076b869df2a773cf492a3054ab9791d1a858b14 /www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn | |
parent | security/p5-Crypt-Argon2: Update to 0.013 (diff) |
www/ungoogled-chromium: update to 110.0.5481.77
Approved by: rene (mentor)
Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn')
-rw-r--r-- | www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn b/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn index f51538537164..5518b71505a7 100644 --- a/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/gl/BUILD.gn.orig 2023-01-13 08:56:02 UTC +--- ui/gl/BUILD.gn.orig 2023-02-11 09:11:04 UTC +++ ui/gl/BUILD.gn -@@ -166,8 +166,6 @@ component("gl") { +@@ -160,8 +160,6 @@ component("gl") { defines += [ "GPU_ENABLE_SERVICE_LOGGING" ] } @@ -9,7 +9,7 @@ all_dependent_configs = [ ":gl_config" ] public_configs = [ "//third_party/khronos:khronos_headers" ] -@@ -184,7 +182,6 @@ component("gl") { +@@ -178,7 +176,6 @@ component("gl") { ] public_deps = [ "//base", @@ -17,7 +17,7 @@ "//ui/events/platform", "//ui/gfx", "//ui/gfx/geometry", -@@ -419,7 +416,6 @@ component("gl") { +@@ -390,7 +387,6 @@ component("gl") { data_deps += [ "//third_party/angle:libEGL", "//third_party/angle:libGLESv2", @@ -25,11 +25,11 @@ ] if (enable_swiftshader) { data_deps += [ -@@ -639,7 +635,6 @@ test("gl_unittests") { +@@ -607,7 +603,6 @@ test("gl_unittests") { data_deps = [ "//testing/buildbot/filters:gl_unittests_filters", - "//third_party/mesa_headers", ] - # TODO(https://crbug.com/789065): this must be moved to Ozone. + if (is_win) { |