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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2569333002: Address some TODO(GYP_GONE)s (Closed)
Patch Set: reland Created 3 years, 8 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/test/BUILD.gn ('k') | sandbox/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 5178161e7072dfb8db84d7817e102d09fa917c08..f32b73f791a257f6a0fcf0524b102af533afaab5 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1470,9 +1470,6 @@ COMMON_GTESTS = {
'os_types': ['android'],
},
],
- 'override_compile_targets': [
- 'tab_capture_end2end_tests_run',
- ],
},
'video_decode_accelerator_d3d11_unittest': {
'tester_configs': [
@@ -2313,7 +2310,7 @@ def generate_telemetry_test(tester_name, tester_config,
return generate_isolated_test(tester_name, tester_config, test,
test_config, extra_browser_args,
'telemetry_gpu_integration_test',
- ['telemetry_gpu_integration_test_run'],
+ ['telemetry_gpu_integration_test'],
prefix_args)
def generate_telemetry_tests(tester_name, tester_config,
« no previous file with comments | « chrome/test/BUILD.gn ('k') | sandbox/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698