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

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

Issue 1055403009: Only build base_unittests and net_unittests on ChromiumOS GN (dbg). (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/chromium.chromiumos.json ('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 { 1 {
2 "android_chromium_gn_compile_dbg": { 2 "android_chromium_gn_compile_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "android_chromium_gn_compile_rel": { 8 "android_chromium_gn_compile_rel": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk" 10 "chrome_shell_apk"
11 ], 11 ],
12 "gtest_tests": [] 12 "gtest_tests": []
13 }, 13 },
14 "linux_chromium_gn_chromeos_dbg": { 14 "linux_chromium_gn_chromeos_dbg": {
15 "additional_compile_targets": [ 15 "additional_compile_targets": [
16 "accessibility_unittests", 16 "net_unittests"
17 "app_list_unittests",
18 "aura_unittests",
19 "browser_tests",
20 "cacheinvalidation_unittests",
21 "chromedriver_unittests",
22 "chromeos_unittests",
23 "components_browsertests",
24 "components_unittests",
25 "content_browsertests",
26 "content_unittests",
27 "crypto_unittests",
28 "dbus_unittests",
29 "device_unittests",
30 "display_unittests",
31 "events_unittests",
32 "extensions_browsertests",
33 "extensions_unittests",
34 "gcm_unit_tests",
35 "gfx_unittests",
36 "gn_unittests",
37 "google_apis_unittests",
38 "gpu_unittests",
39 "interactive_ui_tests",
40 "ipc_tests",
41 "jingle_unittests",
42 "media_unittests",
43 "mojo_common_unittests",
44 "mojo_public_bindings_unittests",
45 "mojo_public_environment_unittests",
46 "mojo_public_system_unittests",
47 "mojo_public_utility_unittests",
48 "mojo_system_unittests",
49 "net_unittests",
50 "ppapi_unittests",
51 "printing_unittests",
52 "remoting_unittests",
53 "sandbox_linux_unittests",
54 "skia_unittests",
55 "sql_unittests",
56 "sync_unit_tests",
57 "ui_base_unittests",
58 "ui_chromeos_unittests",
59 "ui_touch_selection_unittests",
60 "unit_tests",
61 "url_unittests",
62 "views_unittests",
63 "wm_unittests"
64 ], 17 ],
65 "gtest_tests": [ 18 "gtest_tests": [
66 { 19 {
67 "test": "base_unittests" 20 "test": "base_unittests"
68 } 21 }
69 ] 22 ]
70 }, 23 },
71 "linux_chromium_gn_chromeos_rel": { 24 "linux_chromium_gn_chromeos_rel": {
72 "additional_compile_targets": [ 25 "additional_compile_targets": [
73 "accessibility_unittests", 26 "accessibility_unittests",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "views_unittests", 191 "views_unittests",
239 "wm_unittests" 192 "wm_unittests"
240 ], 193 ],
241 "gtest_tests": [ 194 "gtest_tests": [
242 { 195 {
243 "test": "base_unittests" 196 "test": "base_unittests"
244 } 197 }
245 ] 198 ]
246 } 199 }
247 } 200 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698