diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-10-26 15:10:27 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-10-27 06:29:05 +0100 |
commit | fbddcce7d6718816edfce026bdad292b5c96c07b (patch) | |
tree | 97d77892a6bc791e4343dc4da16054a96d5de5ec /www/chromium/files/patch-ui_gl_BUILD.gn | |
parent | sysutils/fusefs-squashfuse: Update 0.1.104 --> 0.5.2 (diff) |
www/chromium: update to 130.0.6723.69
Security: https://vuxml.freebsd.org/freebsd/fafaef4d-f364-4a07-bbdd-bf53448c593c.html
Security: https://vuxml.freebsd.org/freebsd/1e71e366-080b-4e8f-a9e6-150bf698186b.html
Diffstat (limited to 'www/chromium/files/patch-ui_gl_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-ui_gl_BUILD.gn | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/www/chromium/files/patch-ui_gl_BUILD.gn b/www/chromium/files/patch-ui_gl_BUILD.gn index 9b4c81eccd06..1b9620849b22 100644 --- a/www/chromium/files/patch-ui_gl_BUILD.gn +++ b/www/chromium/files/patch-ui_gl_BUILD.gn @@ -1,23 +1,14 @@ ---- ui/gl/BUILD.gn.orig 2024-08-26 12:06:38 UTC +--- ui/gl/BUILD.gn.orig 2024-10-22 08:31:56 UTC +++ ui/gl/BUILD.gn -@@ -149,8 +149,6 @@ component("gl") { - defines += [ "GPU_ENABLE_SERVICE_LOGGING" ] - } - -- include_dirs = [ "//third_party/mesa_headers" ] -- - public_configs = [ "//third_party/khronos:khronos_headers" ] - - deps = [ -@@ -165,7 +163,6 @@ component("gl") { - ] +@@ -168,7 +168,6 @@ component("gl") { public_deps = [ + ":gl_enums", "//base", - "//third_party/mesa_headers", "//ui/events/platform", "//ui/gfx", "//ui/gfx/geometry", -@@ -313,7 +310,6 @@ component("gl") { +@@ -316,7 +315,6 @@ component("gl") { data_deps += [ "//third_party/angle:libEGL", "//third_party/angle:libGLESv2", @@ -25,7 +16,7 @@ ] if (enable_swiftshader) { data_deps += [ -@@ -538,7 +534,6 @@ test("gl_unittests") { +@@ -538,7 +536,6 @@ test("gl_unittests") { data_deps = [ "//testing/buildbot/filters:gl_unittests_filters", |