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

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

Issue 1830293002: AppListController refactoring part 1: AppListShower implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing target names in .isolate. Created 4 years, 8 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 }, 92 },
93 "angle_unittests": { 93 "angle_unittests": {
94 "label": "//third_party/angle/src/tests:angle_unittests", 94 "label": "//third_party/angle/src/tests:angle_unittests",
95 "type": "raw", 95 "type": "raw",
96 "args": [], 96 "args": [],
97 }, 97 },
98 "app_list_unittests": { 98 "app_list_unittests": {
99 "label": "//ui/app_list:app_list_unittests", 99 "label": "//ui/app_list:app_list_unittests",
100 "type": "windowed_test_launcher", 100 "type": "windowed_test_launcher",
101 }, 101 },
102 "app_list_shower_unittests": {
103 "label": "//ui/app_list/shower:app_list_shower_unittests",
104 "type": "windowed_test_launcher",
105 },
102 "app_shell_unittests": { 106 "app_shell_unittests": {
103 "label": "//extensions/shell:app_shell_unittests", 107 "label": "//extensions/shell:app_shell_unittests",
104 "type": "windowed_test_launcher", 108 "type": "windowed_test_launcher",
105 }, 109 },
106 "ash_unittests": { 110 "ash_unittests": {
107 "label": "//ash:ash_unittests", 111 "label": "//ash:ash_unittests",
108 "type": "windowed_test_launcher", 112 "type": "windowed_test_launcher",
109 }, 113 },
110 "audio_unittests": { 114 "audio_unittests": {
111 "label": "//media:audio_unittests", 115 "label": "//media:audio_unittests",
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 }, 573 },
570 "wm_unittests": { 574 "wm_unittests": {
571 "label": "//ui/wm:wm_unittests", 575 "label": "//ui/wm:wm_unittests",
572 "type": "windowed_test_launcher", 576 "type": "windowed_test_launcher",
573 }, 577 },
574 "wtf_unittests": { 578 "wtf_unittests": {
575 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 579 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
576 "type": "console_test_launcher", 580 "type": "console_test_launcher",
577 }, 581 },
578 } 582 }
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