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

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

Issue 2645873003: Cleanup mojo-js tests. (Closed)
Patch Set: fixes isolate_map Created 3 years, 11 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 # 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 }, 607 },
608 "mini_installer": { 608 "mini_installer": {
609 "label": "//chrome/installer/mini_installer:mini_installer", 609 "label": "//chrome/installer/mini_installer:mini_installer",
610 "type": "additional_compile_target", 610 "type": "additional_compile_target",
611 }, 611 },
612 "mojo_common_unittests": { 612 "mojo_common_unittests": {
613 "label": "//mojo/common:mojo_common_unittests", 613 "label": "//mojo/common:mojo_common_unittests",
614 "type": "console_test_launcher", 614 "type": "console_test_launcher",
615 }, 615 },
616 "mojo_js_integration_tests": { 616 "mojo_js_integration_tests": {
617 "label": "//mojo/edk/js/test:js_integration_tests", 617 "label": "//mojo/edk/js/tests:mojo_js_integration_tests",
618 "type": "console_test_launcher", 618 "type": "console_test_launcher",
619 }, 619 },
620 "mojo_js_unittests": { 620 "mojo_js_unittests": {
621 "label": "//mojo/edk/js/test:js_unittests", 621 "label": "//mojo/edk/js/tests:mojo_js_unittests",
622 "type": "console_test_launcher", 622 "type": "console_test_launcher",
623 }, 623 },
624 "mojo_public_application_unittests": { 624 "mojo_public_application_unittests": {
625 "label": "//services/service_manager/public/cpp/tests:mojo_public_applicatio n_unittests", 625 "label": "//services/service_manager/public/cpp/tests:mojo_public_applicatio n_unittests",
626 "type": "windowed_test_launcher", 626 "type": "windowed_test_launcher",
627 }, 627 },
628 "mojo_public_bindings_unittests": { 628 "mojo_public_bindings_unittests": {
629 "label": "//mojo/edk/test:mojo_public_bindings_unittests", 629 "label": "//mojo/edk/test:mojo_public_bindings_unittests",
630 "type": "console_test_launcher", 630 "type": "console_test_launcher",
631 }, 631 },
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 }, 993 },
994 "wm_unittests": { 994 "wm_unittests": {
995 "label": "//ui/wm:wm_unittests", 995 "label": "//ui/wm:wm_unittests",
996 "type": "windowed_test_launcher", 996 "type": "windowed_test_launcher",
997 }, 997 },
998 "wtf_unittests": { 998 "wtf_unittests": {
999 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 999 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1000 "type": "console_test_launcher", 1000 "type": "console_test_launcher",
1001 }, 1001 },
1002 } 1002 }
OLDNEW
« mojo/public/js/binding_tests.js ('K') | « mojo/public/js/sample_service_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698