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.patch44
1 files changed, 0 insertions, 44 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
deleted file mode 100644
index 16b7351..0000000
--- a/www/chromium-uc/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch
+++ /dev/null
@@ -1,44 +0,0 @@
1# Contains tests and features that are unneeded and would otherwise
2# require binaries to be whitelisted in the pruning list
3
4--- chrome/test/chromedriver/BUILD.gn.orig
5+++ chrome/test/chromedriver/BUILD.gn
6@@ -311,11 +311,7 @@ source_set("lib") {
7 }
8 }
9
10-if (is_linux) {
11- chromedriver_output = "chromedriver.unstripped"
12-} else {
13 chromedriver_output = "chromedriver"
14-}
15
16 executable("$chromedriver_output") {
17 testonly = true
18@@ -337,16 +333,6 @@ executable("$chromedriver_output") {
19 }
20 }
21
22-if (is_linux) {
23- strip_binary("chromedriver") {
24- testonly = true
25- binary_input = "$root_out_dir/$chromedriver_output"
26- symbol_output = "$root_out_dir/chromedriver.debug"
27- stripped_binary_output = "$root_out_dir/chromedriver"
28- deps = [ ":$chromedriver_output" ]
29- }
30-}
31-
32 python_library("chromedriver_py_tests") {
33 testonly = true
34 deps = [
35--- third_party/devtools-frontend/src/BUILD.gn.orig
36+++ third_party/devtools-frontend/src/BUILD.gn
37@@ -136,7 +136,6 @@ foreach(module_file, non_autostart_non_r
38 devtools_frontend_resources_deps = [
39 ":build_release_devtools",
40 "front_end",
41- "test",
42 ]
43
44 group("devtools_all_files") {