Commit fe94bf8c authored by Claudio DeSouza's avatar Claudio DeSouza Committed by Commit Bot

Moved rendering perf from //testing to //chrome/test

Having rendering_representative_perf_tests on testing/BUILD.gn adds a
dependency into the //chrome tree for the //testing build process. This
CL merely moves the target to //chrome/test in order to remove this
dependency spread.

Change-Id: Iae6b25d5ddcf8d014f4ca9f8a47499244980b04d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635812
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666285}
parent de7a87f5
......@@ -6265,6 +6265,25 @@ if (is_chromeos) {
}
}
if (is_mac || is_win) {
group("rendering_representative_perf_tests") {
testonly = true
deps = [
"//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
]
data = [
"//build/android/pylib",
"//chrome/test/data/perf",
"//components/variations/service/generate_ui_string_overrider.py",
"//testing/scripts",
"//testing/test_env.py",
"//testing/xvfb.py",
"//third_party/catapult",
"//tools",
]
}
}
if (is_win) {
test("delayloads_unittests") {
output_name = "delayloads_unittests"
......
......@@ -27,25 +27,6 @@ group("test_scripts_shared") {
]
}
if (is_mac || is_win) {
group("rendering_representative_perf_tests") {
testonly = true
deps = [
"//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
]
data = [
"//build/android/pylib",
"//chrome/test/data/perf",
"//components/variations/service/generate_ui_string_overrider.py",
"//testing/scripts",
"//testing/test_env.py",
"//testing/xvfb.py",
"//third_party/catapult",
"//tools",
]
}
}
group("run_perf_test") {
data = [
"//testing/scripts/common.py",
......
......@@ -2243,7 +2243,7 @@
"--output-format=csv",
"--browser=release",
],
"label": "//testing:rendering_representative_perf_tests",
"label": "//chrome/test:rendering_representative_perf_tests",
"script": "//testing/scripts/run_rendering_benchmark_with_gated_performance.py",
"type": "script",
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment