summaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-ui_gl_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-ui_gl_BUILD.gn')
-rw-r--r--devel/electron32/files/patch-ui_gl_BUILD.gn35
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/electron32/files/patch-ui_gl_BUILD.gn b/devel/electron32/files/patch-ui_gl_BUILD.gn
deleted file mode 100644
index bdd6db63b572..000000000000
--- a/devel/electron32/files/patch-ui_gl_BUILD.gn
+++ /dev/null
@@ -1,35 +0,0 @@
---- ui/gl/BUILD.gn.orig 2024-08-14 20:56:05 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") {
- ]
- public_deps = [
- "//base",
-- "//third_party/mesa_headers",
- "//ui/events/platform",
- "//ui/gfx",
- "//ui/gfx/geometry",
-@@ -313,7 +310,6 @@ component("gl") {
- data_deps += [
- "//third_party/angle:libEGL",
- "//third_party/angle:libGLESv2",
-- "//third_party/mesa_headers",
- ]
- if (enable_swiftshader) {
- data_deps += [
-@@ -538,7 +534,6 @@ test("gl_unittests") {
-
- data_deps = [
- "//testing/buildbot/filters:gl_unittests_filters",
-- "//third_party/mesa_headers",
- ]
-
- if (is_win) {