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

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

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « media/capture/video/win/video_capture_device_win.cc ('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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "type": "windowed_test_launcher", 161 "type": "windowed_test_launcher",
162 }, 162 },
163 "cacheinvalidation_unittests": { 163 "cacheinvalidation_unittests": {
164 "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests", 164 "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests",
165 "type": "raw", 165 "type": "raw",
166 "args": [ 166 "args": [
167 "--test-launcher-bot-mode", 167 "--test-launcher-bot-mode",
168 ], 168 ],
169 }, 169 },
170 "capture_unittests": { 170 "capture_unittests": {
171 "label": "//media/capture:capture_unittests", 171 "label": "//device/capture:capture_unittests",
172 "type": "windowed_test_launcher", 172 "type": "windowed_test_launcher",
173 }, 173 },
174 "cast_alsa_cma_backend_unittests": { 174 "cast_alsa_cma_backend_unittests": {
175 "label": "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittest s", 175 "label": "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittest s",
176 "type": "unknown", 176 "type": "unknown",
177 }, 177 },
178 "cast_base_unittests": { 178 "cast_base_unittests": {
179 "label": "//cast:cast_base_unittests", 179 "label": "//cast:cast_base_unittests",
180 "type": "unknown", 180 "type": "unknown",
181 }, 181 },
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 }, 636 },
637 "wm_unittests": { 637 "wm_unittests": {
638 "label": "//ui/wm:wm_unittests", 638 "label": "//ui/wm:wm_unittests",
639 "type": "windowed_test_launcher", 639 "type": "windowed_test_launcher",
640 }, 640 },
641 "wtf_unittests": { 641 "wtf_unittests": {
642 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 642 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
643 "type": "console_test_launcher", 643 "type": "console_test_launcher",
644 }, 644 },
645 } 645 }
OLDNEW
« no previous file with comments | « media/capture/video/win/video_capture_device_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698