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

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

Issue 2803333002: Add libjingle_xmpp_unittests to Chromium bots. (Closed)
Patch Set: Fully utilizing Chromium test launcher Created 3 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.win.json ('k') | third_party/libjingle_xmpp/BUILD.gn » ('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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 }, 616 },
617 "leveldb_service_unittests": { 617 "leveldb_service_unittests": {
618 "label": "//components/leveldb:leveldb_service_unittests", 618 "label": "//components/leveldb:leveldb_service_unittests",
619 "type": "console_test_launcher", 619 "type": "console_test_launcher",
620 }, 620 },
621 # See http://crbug.com/585151 621 # See http://crbug.com/585151
622 "libaddressinput_unittests": { 622 "libaddressinput_unittests": {
623 "label": "//third_party/libaddressinput:libaddressinput_unittests", 623 "label": "//third_party/libaddressinput:libaddressinput_unittests",
624 "type": "console_test_launcher", 624 "type": "console_test_launcher",
625 }, 625 },
626 "libjingle_xmpp_unittests": {
627 "label": "//third_party/libjingle_xmpp:libjingle_xmpp_unittests",
628 "type": "console_test_launcher",
629 },
626 # See http://crbug.com/585151 630 # See http://crbug.com/585151
627 "libphonenumber_unittests": { 631 "libphonenumber_unittests": {
628 "label": "//third_party/libphonenumber:libphonenumber_unittests", 632 "label": "//third_party/libphonenumber:libphonenumber_unittests",
629 "type": "console_test_launcher", 633 "type": "console_test_launcher",
630 }, 634 },
631 "mac_installer_unittests": { 635 "mac_installer_unittests": {
632 "label": "//chrome/installer/mac/app:mac_installer_unittests", 636 "label": "//chrome/installer/mac/app:mac_installer_unittests",
633 "type": "console_test_launcher", 637 "type": "console_test_launcher",
634 }, 638 },
635 "mash:all" : { 639 "mash:all" : {
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 }, 1108 },
1105 "wm_unittests": { 1109 "wm_unittests": {
1106 "label": "//ui/wm:wm_unittests", 1110 "label": "//ui/wm:wm_unittests",
1107 "type": "windowed_test_launcher", 1111 "type": "windowed_test_launcher",
1108 }, 1112 },
1109 "wtf_unittests": { 1113 "wtf_unittests": {
1110 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1114 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1111 "type": "console_test_launcher", 1115 "type": "console_test_launcher",
1112 }, 1116 },
1113 } 1117 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | third_party/libjingle_xmpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698