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

Side by Side Diff: testing/buildbot/chromium.mac.json

Issue 1106853002: Update lists of compile targets for the GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove nacl_loader_unttests from dbg bots Created 5 years, 8 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.linux.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "accessibility_unittests",
5 "base_unittests",
6 "cacheinvalidation_unittests",
7 "cast_unittests",
8 "cc_unittests",
9 "chromedriver_unittests",
10 "crypto_unittests",
11 "gcm_unit_tests",
12 "gn_unittests",
13 "gpu_unittests",
14 "ipc_tests",
15 "jingle_unittests",
16 "media_unittests",
17 "mojo_common_unittests",
18 "mojo_public_bindings_unittests",
19 "mojo_public_environment_unittests",
20 "mojo_public_system_unittests",
21 "mojo_public_utility_unittests",
22 "mojo_system_unittests",
23 "ppapi_unittests",
24 "printing_unittests",
25 "skia_unittests",
26 "sql_unittests",
27 "sync_unit_tests",
28 "ui_base_unittests",
29 "url_unittests"
5 ], 30 ],
6 "gtest_tests": [ 31 "gtest_tests": [
7 { 32 {
8 "test": "base_unittests" 33 "test": "base_unittests"
9 } 34 }
10 ] 35 ]
11 }, 36 },
12 "Mac GN (dbg)": { 37 "Mac GN (dbg)": {
13 "additional_compile_targets": [ 38 "additional_compile_targets": [
14 "all" 39 "accessibility_unittests",
40 "base_unittests",
41 "cacheinvalidation_unittests",
42 "cast_unittests",
43 "cc_unittests",
44 "chromedriver_unittests",
45 "crypto_unittests",
46 "gcm_unit_tests",
47 "gn_unittests",
48 "gpu_unittests",
49 "ipc_tests",
50 "jingle_unittests",
51 "media_unittests",
52 "mojo_common_unittests",
53 "mojo_public_bindings_unittests",
54 "mojo_public_environment_unittests",
55 "mojo_public_system_unittests",
56 "mojo_public_utility_unittests",
57 "mojo_system_unittests",
58 "ppapi_unittests",
59 "printing_unittests",
60 "skia_unittests",
61 "sql_unittests",
62 "sync_unit_tests",
63 "ui_base_unittests",
64 "url_unittests"
15 ], 65 ],
16 "gtest_tests": [ 66 "gtest_tests": [
17 { 67 {
18 "test": "base_unittests" 68 "test": "base_unittests"
19 } 69 }
20 ] 70 ]
21 }, 71 },
22 "Mac10.6 Tests": { 72 "Mac10.6 Tests": {
23 "gtest_tests": [ 73 "gtest_tests": [
24 { 74 {
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 "name": "telemetry_perf_unittests", 866 "name": "telemetry_perf_unittests",
817 "script": "telemetry_perf_unittests.py" 867 "script": "telemetry_perf_unittests.py"
818 }, 868 },
819 { 869 {
820 "name": "nacl_integration", 870 "name": "nacl_integration",
821 "script": "nacl_integration.py" 871 "script": "nacl_integration.py"
822 } 872 }
823 ] 873 ]
824 } 874 }
825 } 875 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698