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

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1518713004: Make telemetry_gpu_test isolate a copy of telemetry_gpu_new_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Copyright 2015 The Chromium Authors. All rights reserved. 1 ## Copyright 2015 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 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
6 # test type classifications for the tests that are run on the bots. 6 # test type classifications for the tests that are run on the bots.
7 # 7 #
8 # This mapping is used by MB so that we can uniformly refer to test binaries 8 # This mapping is used by MB so that we can uniformly refer to test binaries
9 # by their Ninja target names in the recipes and not need to worry about how 9 # by their Ninja target names in the recipes and not need to worry about how
10 # they are referred to in GN or GYP specifically (the GYP target name is pretty 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "label": "//chrome/test:telemetry_gpu_new_test", 395 "label": "//chrome/test:telemetry_gpu_new_test",
396 "type": "script", 396 "type": "script",
397 "script": "//testing/scripts/run_telemetry_benchmark_as_googletest.py", 397 "script": "//testing/scripts/run_telemetry_benchmark_as_googletest.py",
398 "args": [ 398 "args": [
399 "../../content/test/gpu/run_gpu_test.py", 399 "../../content/test/gpu/run_gpu_test.py",
400 ], 400 ],
401 }, 401 },
402 "telemetry_gpu_test": { 402 "telemetry_gpu_test": {
403 "label": "//chrome/test:telemetry_gpu_test", 403 "label": "//chrome/test:telemetry_gpu_test",
404 "type": "script", 404 "type": "script",
405 "script": "//content/test/gpu/run_gpu_test.py", 405 "script": "//testing/scripts/run_telemetry_benchmark_as_googletest.py",
406 "args": [
407 "../../content/test/gpu/run_gpu_test.py",
408 ],
406 }, 409 },
407 "telemetry_gpu_unittests": { 410 "telemetry_gpu_unittests": {
408 "label": "//chrome/test:telemetry_gpu_unittests", 411 "label": "//chrome/test:telemetry_gpu_unittests",
409 "type": "script", 412 "type": "script",
410 "script": "//testing/scripts/run_telemetry_as_googletest.py", 413 "script": "//testing/scripts/run_telemetry_as_googletest.py",
411 "args": [ 414 "args": [
412 "../../content/test/gpu/run_unittests.py", 415 "../../content/test/gpu/run_unittests.py",
413 "-v", 416 "-v",
414 ], 417 ],
415 }, 418 },
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 }, 476 },
474 "wm_unittests": { 477 "wm_unittests": {
475 "label": "//ui/wm:wm_unittests", 478 "label": "//ui/wm:wm_unittests",
476 "type": "windowed_test_launcher", 479 "type": "windowed_test_launcher",
477 }, 480 },
478 "wtf_unittests": { 481 "wtf_unittests": {
479 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 482 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
480 "type": "console_test_launcher", 483 "type": "console_test_launcher",
481 }, 484 },
482 } 485 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698