| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Aura Tester (dbg)": { | 2 "Android Aura Tester (dbg)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "base_unittests" | 5 "test": "base_unittests" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "test": "compositor_unittests" | 8 "test": "compositor_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 "args": [ | 846 "args": [ |
| 847 "--isolate_file_path=src/base/base_unittests.isolate" | 847 "--isolate_file_path=src/base/base_unittests.isolate" |
| 848 ], | 848 ], |
| 849 "test": "base_unittests" | 849 "test": "base_unittests" |
| 850 }, | 850 }, |
| 851 { | 851 { |
| 852 "test": "blimp_unittests" | 852 "test": "blimp_unittests" |
| 853 }, | 853 }, |
| 854 { | 854 { |
| 855 "args": [ | 855 "args": [ |
| 856 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink
HeapUnitTests.isolate" |
| 857 ], |
| 858 "test": "blink_heap_unittests" |
| 859 }, |
| 860 { |
| 861 "test": "blink_platform_unittests" |
| 862 }, |
| 863 { |
| 864 "args": [ |
| 856 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate" | 865 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate" |
| 857 ], | 866 ], |
| 858 "override_compile_targets": [ | 867 "override_compile_targets": [ |
| 859 "breakpad_unittests_deps" | 868 "breakpad_unittests_deps" |
| 860 ], | 869 ], |
| 861 "test": "breakpad_unittests" | 870 "test": "breakpad_unittests" |
| 862 }, | 871 }, |
| 863 { | 872 { |
| 864 "test": "cc_unittests" | 873 "test": "cc_unittests" |
| 865 }, | 874 }, |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 }, | 1076 }, |
| 1068 { | 1077 { |
| 1069 "args": [ | 1078 "args": [ |
| 1070 "--isolate_file_path=src/chrome/unit_tests.isolate" | 1079 "--isolate_file_path=src/chrome/unit_tests.isolate" |
| 1071 ], | 1080 ], |
| 1072 "test": "unit_tests" | 1081 "test": "unit_tests" |
| 1073 } | 1082 } |
| 1074 ] | 1083 ] |
| 1075 } | 1084 } |
| 1076 } | 1085 } |
| OLD | NEW |