From 43609ca84694acca988dc0ae591c69ac447659b2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Jul 2022 19:16:24 -0400 Subject: chromium: Remove obsolete versions and patches --- www-client/chromium/files/chromium-vr.patch | 47 ----------------------------- 1 file changed, 47 deletions(-) delete mode 100644 www-client/chromium/files/chromium-vr.patch (limited to 'www-client/chromium/files/chromium-vr.patch') diff --git a/www-client/chromium/files/chromium-vr.patch b/www-client/chromium/files/chromium-vr.patch deleted file mode 100644 index 00230bb..0000000 --- a/www-client/chromium/files/chromium-vr.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff --git a/tools/perf/contrib/vr_benchmarks/BUILD.gn b/tools/perf/contrib/vr_benchmarks/BUILD.gn -index fef976f5c..14547d8e7 100644 ---- a/tools/perf/contrib/vr_benchmarks/BUILD.gn -+++ b/tools/perf/contrib/vr_benchmarks/BUILD.gn -@@ -56,22 +56,23 @@ group("vr_perf_tests") { - - # Copies files to the gen/ directory and creates a manifest so that the VR - # assets component can be used during Telemetry tests. --action("generate_vr_assets_profile") { -- script = "generate_vr_assets_profile.py" -- -- # We should re-run anytime the version or any related files change. -- inputs = [ -- "//chrome/browser/resources/vr/assets/google_chrome", -- "//chrome/browser/resources/vr/assets/VERSION", -- "//chrome/browser/resources/vr/assets/vr_assets_component_files.json", -- ] -- outputs = [ -- "$target_gen_dir/vr_assets_profile/", -- ] -- args = [ -- "--output", -- rebase_path(target_gen_dir, root_build_dir), -- "--asset-dir", -- rebase_path("//chrome/browser/resources/vr/assets", root_build_dir), -- ] --} -+#action("generate_vr_assets_profile") { -+# script = "generate_vr_assets_profile.py" -+# -+# # We should re-run anytime the version or any related files change. -+# inputs = [ -+# "//chrome/browser/resources/vr/assets/google_chrome", -+# "//chrome/browser/resources/vr/assets/VERSION", -+# "//chrome/browser/resources/vr/assets/vr_assets_component_files.json", -+# ] -+# outputs = [ -+# "$target_gen_dir/vr_assets_profile/", -+# ] -+# args = [ -+# "--output", -+# rebase_path(target_gen_dir, root_build_dir), -+# "--asset-dir", -+# rebase_path("//chrome/browser/resources/vr/assets", root_build_dir), -+# ] -+#} -+# -- cgit v1.2.3