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

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

Issue 2920383004: Reland of Moves mojo_js_integration_tests into blink. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « testing/buildbot/client.v8.chromium.json ('k') | third_party/WebKit/Source/core/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 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 "type": "windowed_test_launcher", 697 "type": "windowed_test_launcher",
698 }, 698 },
699 "mini_installer": { 699 "mini_installer": {
700 "label": "//chrome/installer/mini_installer:mini_installer", 700 "label": "//chrome/installer/mini_installer:mini_installer",
701 "type": "additional_compile_target", 701 "type": "additional_compile_target",
702 }, 702 },
703 "mojo_common_unittests": { 703 "mojo_common_unittests": {
704 "label": "//mojo/common:mojo_common_unittests", 704 "label": "//mojo/common:mojo_common_unittests",
705 "type": "console_test_launcher", 705 "type": "console_test_launcher",
706 }, 706 },
707 "mojo_js_integration_tests": {
708 "label": "//mojo/edk/js/tests:mojo_js_integration_tests",
709 "type": "console_test_launcher",
710 },
711 "mojo_js_unittests": { 707 "mojo_js_unittests": {
712 "label": "//mojo/edk/js/tests:mojo_js_unittests", 708 "label": "//mojo/edk/js/tests:mojo_js_unittests",
713 "type": "console_test_launcher", 709 "type": "console_test_launcher",
714 }, 710 },
715 "mojo_public_bindings_unittests": { 711 "mojo_public_bindings_unittests": {
716 "label": "//mojo/edk/test:mojo_public_bindings_unittests", 712 "label": "//mojo/edk/test:mojo_public_bindings_unittests",
717 "type": "console_test_launcher", 713 "type": "console_test_launcher",
718 }, 714 },
719 "mojo_public_system_unittests": { 715 "mojo_public_system_unittests": {
720 "label": "//mojo/edk/test:mojo_public_system_unittests", 716 "label": "//mojo/edk/test:mojo_public_system_unittests",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 }, 1086 },
1091 "wm_unittests": { 1087 "wm_unittests": {
1092 "label": "//ui/wm:wm_unittests", 1088 "label": "//ui/wm:wm_unittests",
1093 "type": "windowed_test_launcher", 1089 "type": "windowed_test_launcher",
1094 }, 1090 },
1095 "wtf_unittests": { 1091 "wtf_unittests": {
1096 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1092 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1097 "type": "console_test_launcher", 1093 "type": "console_test_launcher",
1098 }, 1094 },
1099 } 1095 }
OLDNEW
« no previous file with comments | « testing/buildbot/client.v8.chromium.json ('k') | third_party/WebKit/Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698