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

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

Issue 2303453003: Revert of Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: Created 4 years, 3 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.win.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "type": "windowed_test_launcher", 104 "type": "windowed_test_launcher",
105 }, 105 },
106 "app_list_presenter_unittests": { 106 "app_list_presenter_unittests": {
107 "label": "//ui/app_list/presenter:app_list_presenter_unittests", 107 "label": "//ui/app_list/presenter:app_list_presenter_unittests",
108 "type": "windowed_test_launcher", 108 "type": "windowed_test_launcher",
109 }, 109 },
110 "app_shell_unittests": { 110 "app_shell_unittests": {
111 "label": "//extensions/shell:app_shell_unittests", 111 "label": "//extensions/shell:app_shell_unittests",
112 "type": "windowed_test_launcher", 112 "type": "windowed_test_launcher",
113 }, 113 },
114 "ash_content_unittests": {
115 "label": "//ash:ash_content_unittests",
116 "type": "windowed_test_launcher",
117 },
118 "ash_unittests": { 114 "ash_unittests": {
119 "label": "//ash:ash_unittests", 115 "label": "//ash:ash_unittests",
120 "type": "windowed_test_launcher", 116 "type": "windowed_test_launcher",
121 }, 117 },
122 "audio_unittests": { 118 "audio_unittests": {
123 "label": "//media:audio_unittests", 119 "label": "//media:audio_unittests",
124 "type": "raw", 120 "type": "raw",
125 "args": [], 121 "args": [],
126 }, 122 },
127 "aura_unittests": { 123 "aura_unittests": {
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 }, 661 },
666 "wm_unittests": { 662 "wm_unittests": {
667 "label": "//ui/wm:wm_unittests", 663 "label": "//ui/wm:wm_unittests",
668 "type": "windowed_test_launcher", 664 "type": "windowed_test_launcher",
669 }, 665 },
670 "wtf_unittests": { 666 "wtf_unittests": {
671 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 667 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
672 "type": "console_test_launcher", 668 "type": "console_test_launcher",
673 }, 669 },
674 } 670 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698