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

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

Issue 1093313003: Revert of Update lists of compile targets for the GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/tryserver.chromium.linux.json ('k') | testing/buildbot/tryserver.v8.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_chromium_gn_dbg": { 2 "mac_chromium_gn_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "all"
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"
30 ], 5 ],
31 "gtest_tests": [ 6 "gtest_tests": [
32 { 7 {
33 "test": "base_unittests" 8 "test": "base_unittests"
34 } 9 }
35 ] 10 ]
36 }, 11 },
37 "mac_chromium_gn_rel": { 12 "mac_chromium_gn_rel": {
38 "additional_compile_targets": [ 13 "additional_compile_targets": [
39 "accessibility_unittests", 14 "all"
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"
65 ], 15 ],
66 "gtest_tests": [ 16 "gtest_tests": [
67 { 17 {
68 "test": "base_unittests" 18 "test": "base_unittests"
69 } 19 }
70 ] 20 ]
71 } 21 }
72 } 22 }
OLDNEW
« no previous file with comments | « testing/buildbot/tryserver.chromium.linux.json ('k') | testing/buildbot/tryserver.v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698