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

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

Issue 1832093003: Fix MB and running mash browser_tests under swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: patch for review 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/chromium.mojo.json ('k') | tools/mb/mb.py » ('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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 # See http://crbug.com/585151 326 # See http://crbug.com/585151
327 #"libaddressinput_unittests": { 327 #"libaddressinput_unittests": {
328 #"label": "//third_party/libaddressinput:libaddressinput_unittests", 328 #"label": "//third_party/libaddressinput:libaddressinput_unittests",
329 #"type": "console_test_launcher", 329 #"type": "console_test_launcher",
330 #}, 330 #},
331 # See http://crbug.com/585151 331 # See http://crbug.com/585151
332 #"libphonenumber_unittests": { 332 #"libphonenumber_unittests": {
333 #"label": "//third_party/libphonenumber:libphonenumber_unittests", 333 #"label": "//third_party/libphonenumber:libphonenumber_unittests",
334 #"type": "console_test_launcher", 334 #"type": "console_test_launcher",
335 #}, 335 #},
336 "mash_browser_tests": {
337 "label": "//chrome/test:mash_browser_tests",
338 "label_type": "group",
339 "type": "windowed_test_launcher",
340 "executable": "browser_tests",
341 "args": ["--run-in-mash", "--test-launcher-filter-file=../../testing/buildbo t/filters/mojo.fyi.browser_tests.filter"],
342 },
336 "media_unittests": { 343 "media_unittests": {
337 "label": "//media:media_unittests", 344 "label": "//media:media_unittests",
338 "type": "windowed_test_launcher", 345 "type": "windowed_test_launcher",
339 }, 346 },
340 "media_blink_unittests": { 347 "media_blink_unittests": {
341 "label": "//media/blink:media_blink_unittests", 348 "label": "//media/blink:media_blink_unittests",
342 "type": "windowed_test_launcher", 349 "type": "windowed_test_launcher",
343 }, 350 },
344 "midi_unittests": { 351 "midi_unittests": {
345 "label": "//media/midi:midi_unittests", 352 "label": "//media/midi:midi_unittests",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 }, 569 },
563 "wm_unittests": { 570 "wm_unittests": {
564 "label": "//ui/wm:wm_unittests", 571 "label": "//ui/wm:wm_unittests",
565 "type": "windowed_test_launcher", 572 "type": "windowed_test_launcher",
566 }, 573 },
567 "wtf_unittests": { 574 "wtf_unittests": {
568 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 575 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
569 "type": "console_test_launcher", 576 "type": "console_test_launcher",
570 }, 577 },
571 } 578 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mojo.json ('k') | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698