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

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

Issue 1720763002: Run most of the tests on "Win x64 GN" that "Win7 x64 Tests (1)" does. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove browser_tests altogether Created 4 years, 10 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.win.json ('k') | tools/mb/mb_config.pyl » ('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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "mojo_system_unittests": { 379 "mojo_system_unittests": {
380 "label": "//mojo/edk/system:mojo_system_unittests", 380 "label": "//mojo/edk/system:mojo_system_unittests",
381 "type": "unknown", 381 "type": "unknown",
382 }, 382 },
383 "mojo_view_manager_lib_unittests": { 383 "mojo_view_manager_lib_unittests": {
384 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u nittests", 384 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u nittests",
385 "type": "unknown", 385 "type": "unknown",
386 }, 386 },
387 "message_center_unittests": { 387 "message_center_unittests": {
388 "label": "//ui/message_center:message_center_unittests", 388 "label": "//ui/message_center:message_center_unittests",
389 "type": "unknown", 389 "type": "console_test_launcher",
390 }, 390 },
391 "mash_unittests": { 391 "mash_unittests": {
392 "label": "//mash:mash_unittests", 392 "label": "//mash:mash_unittests",
393 "type": "unknown", 393 "type": "unknown",
394 }, 394 },
395 "nacl_loader_unittests": { 395 "nacl_loader_unittests": {
396 "label": "//components/nacl/loader:nacl_loader_unittests", 396 "label": "//components/nacl/loader:nacl_loader_unittests",
397 "type": "raw", 397 "type": "raw",
398 "args": [], 398 "args": [],
399 }, 399 },
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 }, 544 },
545 "wm_unittests": { 545 "wm_unittests": {
546 "label": "//ui/wm:wm_unittests", 546 "label": "//ui/wm:wm_unittests",
547 "type": "windowed_test_launcher", 547 "type": "windowed_test_launcher",
548 }, 548 },
549 "wtf_unittests": { 549 "wtf_unittests": {
550 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 550 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
551 "type": "console_test_launcher", 551 "type": "console_test_launcher",
552 }, 552 },
553 } 553 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698