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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 3456 matching lines...) Expand 10 before | Expand all | Expand 10 after
3467 'type': 'none', 3467 'type': 'none',
3468 'dependencies': [ 3468 'dependencies': [
3469 'browser_tests_run', 3469 'browser_tests_run',
3470 'gpu_tests_base', 3470 'gpu_tests_base',
3471 ], 3471 ],
3472 'sources': [ 3472 'sources': [
3473 'tab_capture_end2end_tests.isolate', 3473 'tab_capture_end2end_tests.isolate',
3474 ], 3474 ],
3475 }, 3475 },
3476 { 3476 {
3477 'target_name': 'telemetry_gpu_integration_test_run',
3478 'type': 'none',
3479 'dependencies': [
3480 'chrome_run',
3481 'gpu_tests_base',
3482 'telemetry_chrome_test_base',
3483 ],
3484 'sources': [
3485 'telemetry_gpu_integration_test.isolate',
3486 ],
3487 },
3488 {
3477 'target_name': 'telemetry_gpu_test_run', 3489 'target_name': 'telemetry_gpu_test_run',
3478 'type': 'none', 3490 'type': 'none',
3479 'dependencies': [ 3491 'dependencies': [
3480 'chrome_run', 3492 'chrome_run',
3481 'gpu_tests_base', 3493 'gpu_tests_base',
3482 'telemetry_chrome_test_base', 3494 'telemetry_chrome_test_base',
3483 ], 3495 ],
3484 'sources': [ 3496 'sources': [
3485 'telemetry_gpu_test.isolate', 3497 'telemetry_gpu_test.isolate',
3486 ], 3498 ],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 'browser', 3584 'browser',
3573 ], 3585 ],
3574 'sources': [ 3586 'sources': [
3575 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3587 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3576 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3588 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3577 ], 3589 ],
3578 }] 3590 }]
3579 }], 3591 }],
3580 ], # 'conditions' 3592 ], # 'conditions'
3581 } 3593 }
OLDNEW
« 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