summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-build-gn-83.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-build-gn-83.patch')
-rw-r--r--www-client/chromium/files/chromium-build-gn-83.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/www-client/chromium/files/chromium-build-gn-83.patch b/www-client/chromium/files/chromium-build-gn-83.patch
deleted file mode 100644
index e70ced6..0000000
--- a/www-client/chromium/files/chromium-build-gn-83.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/BUILD.gn b/BUILD.gn
-index 4c1f89045..2bfac42ed 100644
---- a/BUILD.gn
-+++ b/BUILD.gn
-@@ -1375,17 +1375,17 @@ if (closure_compile) {
- # Because of the source assignment filter, many targets end up over-filtering
- # their sources if the output directory contains a platform name. Assert that
- # this doesn't happen. http://crbug.com/548283
--assert(
-- filter_exclude([ "$root_build_dir/foo" ],
-- # List copied from //build/config/BUILDCONFIG.gn.
-- [
-- "*\bandroid/*",
-- "*\bchromeos/*",
-- "*\bcocoa/*",
-- "*\bios/*",
-- "*\blinux/*",
-- "*\bmac/*",
-- "*\bposix/*",
-- "*\bwin/*",
-- ]) != [],
-- "Do not use a platform name in your output directory (found \"$root_build_dir\"). http://crbug.com/548283")
-+#assert(
-+# filter_exclude([ "$root_build_dir/foo" ],
-+# # List copied from //build/config/BUILDCONFIG.gn.
-+# [
-+# "*\bandroid/*",
-+# "*\bchromeos/*",
-+# "*\bcocoa/*",
-+# "*\bios/*",
-+# "*\blinux/*",
-+# "*\bmac/*",
-+# "*\bposix/*",
-+# "*\bwin/*",
-+# ]) != [],
-+# "Do not use a platform name in your output directory (found \"$root_build_dir\"). http://crbug.com/548283")