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

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

Issue 2618933002: Adding swiftshader unittests to GPU FYI bots (Closed)
Patch Set: Updated to new SwiftShader version which contains an OWNERS file. Created 3 years, 11 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/chromium.gpu.fyi.json ('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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 "type": "console_test_launcher", 767 "type": "console_test_launcher",
768 }, 768 },
769 "sql_unittests": { 769 "sql_unittests": {
770 "label": "//sql:sql_unittests", 770 "label": "//sql:sql_unittests",
771 "type": "console_test_launcher", 771 "type": "console_test_launcher",
772 }, 772 },
773 "storage_unittests": { 773 "storage_unittests": {
774 "label": "//storage/browser:storage_unittests", 774 "label": "//storage/browser:storage_unittests",
775 "type": "console_test_launcher", 775 "type": "console_test_launcher",
776 }, 776 },
777 "swiftshader_unittests": {
778 "label": "//third_party/swiftshader/tests/unittests:swiftshader_unittests",
779 "type": "raw",
780 "args": [],
781 },
777 "sync_integration_tests": { 782 "sync_integration_tests": {
778 "label": "//chrome/test:sync_integration_tests", 783 "label": "//chrome/test:sync_integration_tests",
779 "type": "windowed_test_launcher", 784 "type": "windowed_test_launcher",
780 }, 785 },
781 "system_webview_apk": { 786 "system_webview_apk": {
782 "label": "//android_webview:system_webview_apk", 787 "label": "//android_webview:system_webview_apk",
783 "type": "additional_compile_target", 788 "type": "additional_compile_target",
784 }, 789 },
785 "tab_capture_end2end_tests": { 790 "tab_capture_end2end_tests": {
786 "label": "//chrome/test:browser_tests", 791 "label": "//chrome/test:browser_tests",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 }, 999 },
995 "wm_unittests": { 1000 "wm_unittests": {
996 "label": "//ui/wm:wm_unittests", 1001 "label": "//ui/wm:wm_unittests",
997 "type": "windowed_test_launcher", 1002 "type": "windowed_test_launcher",
998 }, 1003 },
999 "wtf_unittests": { 1004 "wtf_unittests": {
1000 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 1005 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1001 "type": "console_test_launcher", 1006 "type": "console_test_launcher",
1002 }, 1007 },
1003 } 1008 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698