summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch')
-rw-r--r--www/chromium-uc/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/chromium-uc/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch b/www/chromium-uc/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch
index 6975f20..16b7351 100644
--- a/www/chromium-uc/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch
+++ b/www/chromium-uc/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch
@@ -1,9 +1,9 @@
1# Contains tests and features that are unneeded and would otherwise 1# Contains tests and features that are unneeded and would otherwise
2# require binaries to be whitelisted in the pruning list 2# require binaries to be whitelisted in the pruning list
3 3
4--- a/chrome/test/chromedriver/BUILD.gn 4--- chrome/test/chromedriver/BUILD.gn.orig
5+++ b/chrome/test/chromedriver/BUILD.gn 5+++ chrome/test/chromedriver/BUILD.gn
6@@ -314,11 +314,7 @@ source_set("lib") { 6@@ -311,11 +311,7 @@ source_set("lib") {
7 } 7 }
8 } 8 }
9 9
@@ -15,7 +15,7 @@
15 15
16 executable("$chromedriver_output") { 16 executable("$chromedriver_output") {
17 testonly = true 17 testonly = true
18@@ -340,16 +336,6 @@ executable("$chromedriver_output") { 18@@ -337,16 +333,6 @@ executable("$chromedriver_output") {
19 } 19 }
20 } 20 }
21 21
@@ -32,11 +32,11 @@
32 python_library("chromedriver_py_tests") { 32 python_library("chromedriver_py_tests") {
33 testonly = true 33 testonly = true
34 deps = [ 34 deps = [
35--- a/third_party/devtools-frontend/src/BUILD.gn 35--- third_party/devtools-frontend/src/BUILD.gn.orig
36+++ b/third_party/devtools-frontend/src/BUILD.gn 36+++ third_party/devtools-frontend/src/BUILD.gn
37@@ -13,7 +13,6 @@ import("./third_party/blink/public/publi 37@@ -136,7 +136,6 @@ foreach(module_file, non_autostart_non_r
38
39 devtools_frontend_resources_deps = [ 38 devtools_frontend_resources_deps = [
39 ":build_release_devtools",
40 "front_end", 40 "front_end",
41- "test", 41- "test",
42 ] 42 ]