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

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

Issue 2587123002: Build //ios:all and its dependencies on the iOS builders. (Closed)
Patch Set: Address comments & add mapping to testing/buildbot/gn_isolate_map.pyl. Created 4 years 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 | « ios/build/bots/chromium.mac/ios-simulator-xcode-clang.json ('k') | testing/buildbot/manage.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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "type": "console_test_launcher", 510 "type": "console_test_launcher",
511 }, 511 },
512 "install_static_unittests": { 512 "install_static_unittests": {
513 "label": "//chrome/install_static:install_static_unittests", 513 "label": "//chrome/install_static:install_static_unittests",
514 "type": "console_test_launcher", 514 "type": "console_test_launcher",
515 }, 515 },
516 "interactive_ui_tests": { 516 "interactive_ui_tests": {
517 "label": "//chrome/test:interactive_ui_tests", 517 "label": "//chrome/test:interactive_ui_tests",
518 "type": "windowed_test_launcher", 518 "type": "windowed_test_launcher",
519 }, 519 },
520 "ios:all": {
521 "label": "//ios:all",
522 "type": "additional_compile_target",
523 },
520 "ios_chrome_unittests": { 524 "ios_chrome_unittests": {
521 "label": "//ios/chrome/test:ios_chrome_unittests", 525 "label": "//ios/chrome/test:ios_chrome_unittests",
522 "type": "raw", 526 "type": "raw",
523 "args": [], 527 "args": [],
524 }, 528 },
525 "ios_net_unittests": { 529 "ios_net_unittests": {
526 "label": "//ios/net:ios_net_unittests", 530 "label": "//ios/net:ios_net_unittests",
527 "type": "raw", 531 "type": "raw",
528 "args": [], 532 "args": [],
529 }, 533 },
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 }, 1001 },
998 "wm_unittests": { 1002 "wm_unittests": {
999 "label": "//ui/wm:wm_unittests", 1003 "label": "//ui/wm:wm_unittests",
1000 "type": "windowed_test_launcher", 1004 "type": "windowed_test_launcher",
1001 }, 1005 },
1002 "wtf_unittests": { 1006 "wtf_unittests": {
1003 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 1007 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1004 "type": "console_test_launcher", 1008 "type": "console_test_launcher",
1005 }, 1009 },
1006 } 1010 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator-xcode-clang.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698