diff options
Diffstat (limited to 'www/iridium/files/patch-cc_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-cc_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-cc_BUILD.gn b/www/iridium/files/patch-cc_BUILD.gn index da02e2d48fe2..b7be9e5f9cb9 100644 --- a/www/iridium/files/patch-cc_BUILD.gn +++ b/www/iridium/files/patch-cc_BUILD.gn @@ -1,6 +1,6 @@ ---- cc/BUILD.gn.orig 2023-08-28 20:17:35 UTC +--- cc/BUILD.gn.orig 2023-10-21 11:51:27 UTC +++ cc/BUILD.gn -@@ -670,7 +670,7 @@ cc_test_static_library("test_support") { +@@ -674,7 +674,7 @@ cc_test_static_library("test_support") { if (enable_vulkan) { deps += [ "//gpu/vulkan/init" ] } @@ -8,8 +8,8 @@ + if (!is_android && !is_bsd) { data_deps = [ "//third_party/mesa_headers" ] } - } -@@ -918,7 +918,6 @@ cc_test("cc_unittests") { + 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", |