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

Unified Diff: chrome/chrome_tests.gypi

Issue 2077443002: Switch webgl2_conformance_tests to new harness, and shard them. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bug in harness. Mark flaky test. Add Ned and me as per-file OWNERS. 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index c1a952d066f921b8d957fdad590619553585fe61..4c827ae2bd4da385632c077b289d464dc2a36497 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3474,6 +3474,18 @@
],
},
{
+ 'target_name': 'telemetry_gpu_integration_test_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'chrome_run',
+ 'gpu_tests_base',
+ 'telemetry_chrome_test_base',
+ ],
+ 'sources': [
+ 'telemetry_gpu_integration_test.isolate',
+ ],
+ },
+ {
'target_name': 'telemetry_gpu_test_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | content/test/gpu/generate_buildbot_json.py » ('j') | content/test/gpu/generate_buildbot_json.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698