OLD | NEW |
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 "type": "console_test_launcher", | 303 "type": "console_test_launcher", |
304 }, | 304 }, |
305 "jingle_unittests": { | 305 "jingle_unittests": { |
306 "label": "//jingle:jingle_unittests", | 306 "label": "//jingle:jingle_unittests", |
307 "type": "console_test_launcher", | 307 "type": "console_test_launcher", |
308 }, | 308 }, |
309 "keyboard_unittests": { | 309 "keyboard_unittests": { |
310 "label": "//ui/keyboard:keyboard_unittests", | 310 "label": "//ui/keyboard:keyboard_unittests", |
311 "type": "unknown", | 311 "type": "unknown", |
312 }, | 312 }, |
313 # See http://crbug.com/585151 | 313 "libaddressinput_unittests": { |
314 #"libaddressinput_unittests": { | 314 "label": "//third_party/libaddressinput:libaddressinput_unittests", |
315 #"label": "//third_party/libaddressinput:libaddressinput_unittests", | 315 "type": "console_test_launcher", |
316 #"type": "console_test_launcher", | 316 }, |
317 #}, | |
318 # See http://crbug.com/585151 | 317 # See http://crbug.com/585151 |
319 #"libphonenumber_unittests": { | 318 #"libphonenumber_unittests": { |
320 #"label": "//third_party/libphonenumber:libphonenumber_unittests", | 319 #"label": "//third_party/libphonenumber:libphonenumber_unittests", |
321 #"type": "console_test_launcher", | 320 #"type": "console_test_launcher", |
322 #}, | 321 #}, |
323 "media_unittests": { | 322 "media_unittests": { |
324 "label": "//media:media_unittests", | 323 "label": "//media:media_unittests", |
325 "type": "windowed_test_launcher", | 324 "type": "windowed_test_launcher", |
326 }, | 325 }, |
327 "media_blink_unittests": { | 326 "media_blink_unittests": { |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 }, | 543 }, |
545 "wm_unittests": { | 544 "wm_unittests": { |
546 "label": "//ui/wm:wm_unittests", | 545 "label": "//ui/wm:wm_unittests", |
547 "type": "windowed_test_launcher", | 546 "type": "windowed_test_launcher", |
548 }, | 547 }, |
549 "wtf_unittests": { | 548 "wtf_unittests": { |
550 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 549 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
551 "type": "console_test_launcher", | 550 "type": "console_test_launcher", |
552 }, | 551 }, |
553 } | 552 } |
OLD | NEW |