diff options
Diffstat (limited to 'www/iridium/files/patch-ui_gl_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-ui_gl_BUILD.gn | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/www/iridium/files/patch-ui_gl_BUILD.gn b/www/iridium/files/patch-ui_gl_BUILD.gn index e35bbf8232e8..0ad324e9d6db 100644 --- a/www/iridium/files/patch-ui_gl_BUILD.gn +++ b/www/iridium/files/patch-ui_gl_BUILD.gn @@ -1,23 +1,14 @@ ---- ui/gl/BUILD.gn.orig 2024-08-27 06:28:16 UTC +--- ui/gl/BUILD.gn.orig 2024-11-04 08:56:03 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", |