summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-vr.patch
blob: 00230bb5e83dcbb971e67c6411097643614b66ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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),
+#  ]
+#}
+#