mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
21 lines
479 B
Text
21 lines
479 B
Text
--- cc/BUILD.gn.orig 2019-03-11 22:00:52 UTC
|
|
+++ cc/BUILD.gn
|
|
@@ -548,7 +548,7 @@ cc_test_static_library("test_support") {
|
|
"//ui/gl:test_support",
|
|
"//ui/latency",
|
|
]
|
|
- if (!is_android) {
|
|
+ if (!is_android && !is_bsd) {
|
|
data_deps = [
|
|
"//third_party/mesa_headers",
|
|
]
|
|
@@ -746,9 +746,6 @@ cc_test("cc_unittests") {
|
|
"//ui/gfx/geometry",
|
|
"//ui/gl",
|
|
"//ui/gl:test_support",
|
|
- ]
|
|
- data_deps = [
|
|
- "//third_party/mesa_headers",
|
|
]
|
|
}
|
|
|