blob: 9ad258c4f7f2bdd9d31695820cf3d3886ec32ca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- ui/gl/BUILD.gn.orig 2017-12-30 03:59:07.267974000 +0100
+++ ui/gl/BUILD.gn 2017-12-30 03:59:58.156283000 +0100
@@ -261,7 +261,6 @@
data_deps += [
"//third_party/angle:libEGL",
"//third_party/angle:libGLESv2",
- "//third_party/mesa:osmesa",
"//third_party/swiftshader",
]
@@ -434,10 +433,6 @@
"//ui/gl/init",
"//ui/platform_window",
"//ui/platform_window:platform_impls",
- ]
-
- data_deps = [
- "//third_party/mesa:osmesa",
]
}
|