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

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

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json Created 4 years, 4 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
« no previous file with comments | « testing/buildbot/client.v8.fyi.json ('k') | testing/buildbot/tryserver.v8.json » ('j') | 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 "type": "console_test_launcher", 519 "type": "console_test_launcher",
520 }, 520 },
521 "sql_unittests": { 521 "sql_unittests": {
522 "label": "//sql:sql_unittests", 522 "label": "//sql:sql_unittests",
523 "type": "console_test_launcher", 523 "type": "console_test_launcher",
524 }, 524 },
525 "sync_integration_tests": { 525 "sync_integration_tests": {
526 "label": "//chrome/test:sync_integration_tests", 526 "label": "//chrome/test:sync_integration_tests",
527 "type": "windowed_test_launcher", 527 "type": "windowed_test_launcher",
528 }, 528 },
529 "sync_unit_tests": {
530 "label": "//components/sync:sync_unit_tests",
531 "type": "console_test_launcher",
532 },
533 "tab_capture_end2end_tests": { 529 "tab_capture_end2end_tests": {
534 "label": "//chrome/test:browser_tests", 530 "label": "//chrome/test:browser_tests",
535 "type": "gpu_browser_test", 531 "type": "gpu_browser_test",
536 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApi PixelTest.EndToEnd*", 532 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApi PixelTest.EndToEnd*",
537 }, 533 },
538 "telemetry_gpu_integration_test": { 534 "telemetry_gpu_integration_test": {
539 "label": "//chrome/test:telemetry_gpu_integration_test", 535 "label": "//chrome/test:telemetry_gpu_integration_test",
540 "type": "script", 536 "type": "script",
541 "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py", 537 "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py",
542 "args": [ 538 "args": [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 }, 628 },
633 "wm_unittests": { 629 "wm_unittests": {
634 "label": "//ui/wm:wm_unittests", 630 "label": "//ui/wm:wm_unittests",
635 "type": "windowed_test_launcher", 631 "type": "windowed_test_launcher",
636 }, 632 },
637 "wtf_unittests": { 633 "wtf_unittests": {
638 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 634 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
639 "type": "console_test_launcher", 635 "type": "console_test_launcher",
640 }, 636 },
641 } 637 }
OLDNEW
« no previous file with comments | « testing/buildbot/client.v8.fyi.json ('k') | testing/buildbot/tryserver.v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698