Chromium Code Reviews| 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 330 # See http://crbug.com/585151 | 330 # See http://crbug.com/585151 |
| 331 #"libaddressinput_unittests": { | 331 #"libaddressinput_unittests": { |
| 332 #"label": "//third_party/libaddressinput:libaddressinput_unittests", | 332 #"label": "//third_party/libaddressinput:libaddressinput_unittests", |
| 333 #"type": "console_test_launcher", | 333 #"type": "console_test_launcher", |
| 334 #}, | 334 #}, |
| 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": { | |
|
sky
2016/04/08 16:05:47
presubmit made me remove this.
| |
| 341 "label": "//chrome/test:mash_browser_tests", | |
| 342 "label_type": "group", | |
| 343 "type": "windowed_test_launcher", | |
| 344 "executable": "browser_tests", | |
| 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 }, | |
| 347 "media_unittests": { | 340 "media_unittests": { |
| 348 "label": "//media:media_unittests", | 341 "label": "//media:media_unittests", |
| 349 "type": "windowed_test_launcher", | 342 "type": "windowed_test_launcher", |
| 350 }, | 343 }, |
| 351 "media_blink_unittests": { | 344 "media_blink_unittests": { |
| 352 "label": "//media/blink:media_blink_unittests", | 345 "label": "//media/blink:media_blink_unittests", |
| 353 "type": "windowed_test_launcher", | 346 "type": "windowed_test_launcher", |
| 354 }, | 347 }, |
| 355 "midi_unittests": { | 348 "midi_unittests": { |
| 356 "label": "//media/midi:midi_unittests", | 349 "label": "//media/midi:midi_unittests", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 569 }, | 562 }, |
| 570 "wm_unittests": { | 563 "wm_unittests": { |
| 571 "label": "//ui/wm:wm_unittests", | 564 "label": "//ui/wm:wm_unittests", |
| 572 "type": "windowed_test_launcher", | 565 "type": "windowed_test_launcher", |
| 573 }, | 566 }, |
| 574 "wtf_unittests": { | 567 "wtf_unittests": { |
| 575 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 568 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 576 "type": "console_test_launcher", | 569 "type": "console_test_launcher", |
| 577 }, | 570 }, |
| 578 } | 571 } |
| OLD | NEW |