Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8217)

Unified Diff: chrome/test/BUILD.gn

Issue 2062993003: Add wrapper script for GPU integration tests, supporting sharding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/telemetry_gpu_integration_test.isolate ('k') | content/test/gpu/run_gpu_integration_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 3472fcd3c1b5d9750b754c6b667d8335d69f4dc7..1ce9d0d1842f7d0826a99a1aae6e7100ba45038f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -282,6 +282,39 @@ group("telemetry_gpu_test") {
]
}
+# TODO(GYP_GONE): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("telemetry_gpu_integration_test_run") {
+ testonly = true
+ deps = [
+ ":telemetry_gpu_integration_test",
+ ]
+}
+
+group("telemetry_gpu_integration_test") {
+ testonly = true
+ deps = [
+ "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
+ ]
+
+ data = [
+ # For isolate contract.
+ "//testing/scripts/common.py",
+ "//testing/xvfb.py",
+ "//testing/scripts/run_gpu_integration_test_as_googletest.py",
+
+ "//content/test/gpu/",
+ "//content/test/data/gpu/",
+
+ # For GpuProcess.video
+ "//content/test/data/media/bear.ogv",
+
+ # For webgl_conformance
+ "//third_party/webgl/",
+ "//content/test/gpu/run_gpu_integration_test.py",
+ ]
+}
+
if (!is_android) {
# GYP version: chrome/chrome_tests.gypi:test_support_ui
source_set("test_support_ui") {
« no previous file with comments | « chrome/telemetry_gpu_integration_test.isolate ('k') | content/test/gpu/run_gpu_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698