ports/www/iridium/patches/patch-cc_BUILD_gn

21 lines
556 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: cc/BUILD.gn
--- cc/BUILD.gn.orig
+++ cc/BUILD.gn
2023-08-28 01:43:33 +00:00
@@ -670,7 +670,7 @@ cc_test_static_library("test_support") {
2023-08-16 22:26:55 +00:00
if (enable_vulkan) {
deps += [ "//gpu/vulkan/init" ]
}
- if (!is_android) {
+ if (!is_android && !is_bsd) {
data_deps = [ "//third_party/mesa_headers" ]
}
}
2023-08-28 01:43:33 +00:00
@@ -918,7 +918,6 @@ cc_test("cc_unittests") {
2023-08-16 22:26:55 +00:00
data = [ "//components/test/data/viz/" ]
data_deps = [
"//testing/buildbot/filters:cc_unittests_filters",
- "//third_party/mesa_headers",
]
if (is_android && enable_chrome_android_internal) {