1--- src/3rdparty/chromium/ui/gl/BUILD.gn.orig 2025-08-15 18:30:00 UTC 2+++ src/3rdparty/chromium/ui/gl/BUILD.gn 3@@ -174,7 +174,6 @@ jumbo_component("gl") { 4 public_deps = [ 5 ":gl_enums", 6 "//base", 7- "//third_party/mesa_headers", 8 "//ui/events/platform", 9 "//ui/gfx", 10 "//ui/gfx/geometry", 11@@ -336,7 +335,6 @@ jumbo_component("gl") { 12 data_deps += [ 13 "//third_party/angle:libEGL", 14 "//third_party/angle:libGLESv2", 15- "//third_party/mesa_headers", 16 ] 17 if (enable_swiftshader) { 18 data_deps += [ 19@@ -568,7 +566,6 @@ test("gl_unittests") { 20 21 data_deps = [ 22 "//testing/buildbot/filters:gl_unittests_filters", 23- "//third_party/mesa_headers", 24 ] 25 26 if (is_win) { 27