diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_app_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chrome_app_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-chrome_app_BUILD.gn b/www/chromium/files/patch-chrome_app_BUILD.gn index 978ee92ead87..dea4f40726e7 100644 --- a/www/chromium/files/patch-chrome_app_BUILD.gn +++ b/www/chromium/files/patch-chrome_app_BUILD.gn @@ -1,8 +1,8 @@ ---- chrome/app/BUILD.gn.orig 2021-09-24 04:25:56 UTC +--- chrome/app/BUILD.gn.orig 2021-12-31 00:57:19 UTC +++ chrome/app/BUILD.gn -@@ -154,7 +154,7 @@ static_library("test_support") { - "//v8:v8_headers", +@@ -184,7 +184,7 @@ static_library("test_support") { ] + public_deps = [] - if (!is_fuchsia) { + if (!is_fuchsia && !is_bsd) { |