summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn
blob: 155b7662c6f0a356a3347a39397878936fd4da17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- ui/gl/BUILD.gn.orig	2025-03-09 21:38:10 UTC
+++ ui/gl/BUILD.gn
@@ -169,7 +169,6 @@ component("gl") {
   public_deps = [
     ":gl_enums",
     "//base",
-    "//third_party/mesa_headers",
     "//ui/events/platform",
     "//ui/gfx",
     "//ui/gfx/geometry",
@@ -323,7 +322,6 @@ component("gl") {
     data_deps += [
       "//third_party/angle:libEGL",
       "//third_party/angle:libGLESv2",
-      "//third_party/mesa_headers",
     ]
     if (enable_swiftshader) {
       data_deps += [
@@ -548,7 +546,6 @@ test("gl_unittests") {
 
   data_deps = [
     "//testing/buildbot/filters:gl_unittests_filters",
-    "//third_party/mesa_headers",
   ]
 
   if (is_win) {