summaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_gl_BUILD.gn
blob: a577344d89b1d4c32d4f0017b5a243b5a9b71829 (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	2024-10-16 21:32:39 UTC
+++ ui/gl/BUILD.gn
@@ -168,7 +168,6 @@ component("gl") {
   public_deps = [
     ":gl_enums",
     "//base",
-    "//third_party/mesa_headers",
     "//ui/events/platform",
     "//ui/gfx",
     "//ui/gfx/geometry",
@@ -316,7 +315,6 @@ component("gl") {
     data_deps += [
       "//third_party/angle:libEGL",
       "//third_party/angle:libGLESv2",
-      "//third_party/mesa_headers",
     ]
     if (enable_swiftshader) {
       data_deps += [
@@ -538,7 +536,6 @@ test("gl_unittests") {
 
   data_deps = [
     "//testing/buildbot/filters:gl_unittests_filters",
-    "//third_party/mesa_headers",
   ]
 
   if (is_win) {