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

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

Issue 2847743003: Eliminate InterfaceRegistry (Closed)
Patch Set: . Created 3 years, 7 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') | no next file » | 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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 "type": "console_test_launcher", 705 "type": "console_test_launcher",
706 }, 706 },
707 "mojo_js_integration_tests": { 707 "mojo_js_integration_tests": {
708 "label": "//mojo/edk/js/tests:mojo_js_integration_tests", 708 "label": "//mojo/edk/js/tests:mojo_js_integration_tests",
709 "type": "console_test_launcher", 709 "type": "console_test_launcher",
710 }, 710 },
711 "mojo_js_unittests": { 711 "mojo_js_unittests": {
712 "label": "//mojo/edk/js/tests:mojo_js_unittests", 712 "label": "//mojo/edk/js/tests:mojo_js_unittests",
713 "type": "console_test_launcher", 713 "type": "console_test_launcher",
714 }, 714 },
715 "mojo_public_application_unittests": {
716 "label": "//services/service_manager/public/cpp/tests:mojo_public_applicatio n_unittests",
717 "type": "windowed_test_launcher",
718 },
719 "mojo_public_bindings_unittests": { 715 "mojo_public_bindings_unittests": {
720 "label": "//mojo/edk/test:mojo_public_bindings_unittests", 716 "label": "//mojo/edk/test:mojo_public_bindings_unittests",
721 "type": "console_test_launcher", 717 "type": "console_test_launcher",
722 }, 718 },
723 "mojo_public_system_unittests": { 719 "mojo_public_system_unittests": {
724 "label": "//mojo/edk/test:mojo_public_system_unittests", 720 "label": "//mojo/edk/test:mojo_public_system_unittests",
725 "type": "console_test_launcher", 721 "type": "console_test_launcher",
726 }, 722 },
727 "mojo_system_unittests": { 723 "mojo_system_unittests": {
728 "label": "//mojo/edk/system:mojo_system_unittests", 724 "label": "//mojo/edk/system:mojo_system_unittests",
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 }, 1111 },
1116 "wm_unittests": { 1112 "wm_unittests": {
1117 "label": "//ui/wm:wm_unittests", 1113 "label": "//ui/wm:wm_unittests",
1118 "type": "windowed_test_launcher", 1114 "type": "windowed_test_launcher",
1119 }, 1115 },
1120 "wtf_unittests": { 1116 "wtf_unittests": {
1121 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1117 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1122 "type": "console_test_launcher", 1118 "type": "console_test_launcher",
1123 }, 1119 },
1124 } 1120 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698