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

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

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

Powered by Google App Engine
This is Rietveld 408576698