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

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

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: Try fix mac tests. Created 4 years, 6 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
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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "type": "console_test_launcher", 339 "type": "console_test_launcher",
340 }, 340 },
341 "install_static_unittests": { 341 "install_static_unittests": {
342 "label": "//chrome/install_static:install_static_unittests", 342 "label": "//chrome/install_static:install_static_unittests",
343 "type": "console_test_launcher", 343 "type": "console_test_launcher",
344 }, 344 },
345 "interactive_ui_tests": { 345 "interactive_ui_tests": {
346 "label": "//chrome/test:interactive_ui_tests", 346 "label": "//chrome/test:interactive_ui_tests",
347 "type": "windowed_test_launcher", 347 "type": "windowed_test_launcher",
348 }, 348 },
349 "ipc_mojo_unittests": {
350 "label": "//ipc/mojo:ipc_mojo_unittests",
351 "type": "console_test_launcher",
352 },
353 "ipc_tests": { 349 "ipc_tests": {
354 "label": "//ipc:ipc_tests", 350 "label": "//ipc:ipc_tests",
355 "type": "console_test_launcher", 351 "type": "console_test_launcher",
356 }, 352 },
357 "jingle_unittests": { 353 "jingle_unittests": {
358 "label": "//jingle:jingle_unittests", 354 "label": "//jingle:jingle_unittests",
359 "type": "console_test_launcher", 355 "type": "console_test_launcher",
360 }, 356 },
361 "keyboard_unittests": { 357 "keyboard_unittests": {
362 "label": "//ui/keyboard:keyboard_unittests", 358 "label": "//ui/keyboard:keyboard_unittests",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 }, 612 },
617 "wm_unittests": { 613 "wm_unittests": {
618 "label": "//ui/wm:wm_unittests", 614 "label": "//ui/wm:wm_unittests",
619 "type": "windowed_test_launcher", 615 "type": "windowed_test_launcher",
620 }, 616 },
621 "wtf_unittests": { 617 "wtf_unittests": {
622 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 618 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
623 "type": "console_test_launcher", 619 "type": "console_test_launcher",
624 }, 620 },
625 } 621 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698