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

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 1461833002: Clean up BUILD gn target of telemetry_perf_unittests, telemetry_gpu_unittests, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after
2014 "override_compile_targets": [ 2014 "override_compile_targets": [
2015 "telemetry_gpu_unittests_run" 2015 "telemetry_gpu_unittests_run"
2016 ], 2016 ],
2017 "swarming": { 2017 "swarming": {
2018 "can_use_on_swarming_builders": true 2018 "can_use_on_swarming_builders": true
2019 } 2019 }
2020 } 2020 }
2021 ], 2021 ],
2022 "scripts": [ 2022 "scripts": [
2023 { 2023 {
2024 "name": "telemetry_perf_unittests",
2025 "script": "telemetry_perf_unittests.py"
2026 },
2027 {
2028 "name": "nacl_integration", 2024 "name": "nacl_integration",
2029 "script": "nacl_integration.py" 2025 "script": "nacl_integration.py"
2030 } 2026 }
2031 ] 2027 ]
2032 } 2028 }
2033 } 2029 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698