aboutsummaryrefslogblamecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_cc_BUILD.gn
blob: 416cda0112e3e0e6efb6edbda07d5de2365459aa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                       
                                     
                                                            






                                                 


                                             





                                                       
--- src/3rdparty/chromium/cc/BUILD.gn.orig	2023-10-11 18:22:24 UTC
+++ src/3rdparty/chromium/cc/BUILD.gn
@@ -674,7 +674,7 @@ cc_test_static_library("test_support") {
   if (enable_vulkan) {
     deps += [ "//gpu/vulkan/init" ]
   }
-  if (!is_android) {
+  if (!is_android && !is_bsd) {
     data_deps = [ "//third_party/mesa_headers" ]
   }
   if (skia_use_dawn) {
@@ -929,7 +929,6 @@ cc_test("cc_unittests") {
   data = [ "//components/test/data/viz/" ]
   data_deps = [
     "//testing/buildbot/filters:cc_unittests_filters",
-    "//third_party/mesa_headers",
   ]
 
   if (is_android && enable_chrome_android_internal) {