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

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

Issue 1106403002: Disable content_browsertests, components_{browser,unittests} on ChromeOS GN (dbg). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | testing/buildbot/tryserver.chromium.linux.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 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 58 },
59 "Linux ChromiumOS GN (dbg)": { 59 "Linux ChromiumOS GN (dbg)": {
60 "additional_compile_targets": [ 60 "additional_compile_targets": [
61 "accessibility_unittests", 61 "accessibility_unittests",
62 "app_list_unittests", 62 "app_list_unittests",
63 "aura_unittests", 63 "aura_unittests",
64 "browser_tests", 64 "browser_tests",
65 "cacheinvalidation_unittests", 65 "cacheinvalidation_unittests",
66 "chromedriver_unittests", 66 "chromedriver_unittests",
67 "chromeos_unittests", 67 "chromeos_unittests",
68 "components_browsertests",
69 "components_unittests",
70 "content_browsertests",
71 "content_unittests", 68 "content_unittests",
72 "crypto_unittests", 69 "crypto_unittests",
73 "dbus_unittests", 70 "dbus_unittests",
74 "device_unittests", 71 "device_unittests",
75 "display_unittests", 72 "display_unittests",
76 "events_unittests", 73 "events_unittests",
77 "extensions_browsertests", 74 "extensions_browsertests",
78 "extensions_unittests", 75 "extensions_unittests",
79 "gcm_unit_tests", 76 "gcm_unit_tests",
80 "gfx_unittests", 77 "gfx_unittests",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 }, 635 },
639 { 636 {
640 "test": "views_unittests" 637 "test": "views_unittests"
641 }, 638 },
642 { 639 {
643 "test": "wm_unittests" 640 "test": "wm_unittests"
644 } 641 }
645 ] 642 ]
646 } 643 }
647 } 644 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/tryserver.chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698