summaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-ui_gl_BUILD.gn
blob: 1a6090bcd45c3b56eae756bd89fd0a7627034016 (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-24 20:50:14 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) {