| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 # See http://crbug.com/585151 | 335 # See http://crbug.com/585151 |
| 336 #"libphonenumber_unittests": { | 336 #"libphonenumber_unittests": { |
| 337 #"label": "//third_party/libphonenumber:libphonenumber_unittests", | 337 #"label": "//third_party/libphonenumber:libphonenumber_unittests", |
| 338 #"type": "console_test_launcher", | 338 #"type": "console_test_launcher", |
| 339 #}, | 339 #}, |
| 340 "mash_browser_tests": { | 340 "mash_browser_tests": { |
| 341 "label": "//chrome/test:mash_browser_tests", | 341 "label": "//chrome/test:mash_browser_tests", |
| 342 "label_type": "group", | 342 "label_type": "group", |
| 343 "type": "windowed_test_launcher", | 343 "type": "windowed_test_launcher", |
| 344 "executable": "browser_tests", | 344 "executable": "browser_tests", |
| 345 "args": ["--run-in-mash", "--test-launcher-filter-file=../../testing/buildbo
t/filters/mojo.fyi.browser_tests.filter"], | 345 "args": ["--override-use-gl-with-osmesa-for-tests", "--run-in-mash", "--test
-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.browser_tests.filt
er"], |
| 346 }, | 346 }, |
| 347 "media_unittests": { | 347 "media_unittests": { |
| 348 "label": "//media:media_unittests", | 348 "label": "//media:media_unittests", |
| 349 "type": "windowed_test_launcher", | 349 "type": "windowed_test_launcher", |
| 350 }, | 350 }, |
| 351 "media_blink_unittests": { | 351 "media_blink_unittests": { |
| 352 "label": "//media/blink:media_blink_unittests", | 352 "label": "//media/blink:media_blink_unittests", |
| 353 "type": "windowed_test_launcher", | 353 "type": "windowed_test_launcher", |
| 354 }, | 354 }, |
| 355 "midi_unittests": { | 355 "midi_unittests": { |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 }, | 573 }, |
| 574 "wm_unittests": { | 574 "wm_unittests": { |
| 575 "label": "//ui/wm:wm_unittests", | 575 "label": "//ui/wm:wm_unittests", |
| 576 "type": "windowed_test_launcher", | 576 "type": "windowed_test_launcher", |
| 577 }, | 577 }, |
| 578 "wtf_unittests": { | 578 "wtf_unittests": { |
| 579 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 579 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 580 "type": "console_test_launcher", | 580 "type": "console_test_launcher", |
| 581 }, | 581 }, |
| 582 } | 582 } |
| OLD | NEW |