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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 351483003: Removing Dummy Test Suit - webkit_compositor_bindings_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing un-invited .gitmodules from PS#2 Created 6 years, 5 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.win.json ('k') | webkit/renderer/DEPS » ('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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "sync_unit_tests", 109 "sync_unit_tests",
110 "ui_unittests", 110 "ui_unittests",
111 { 111 {
112 "test": "unit_tests", 112 "test": "unit_tests",
113 "swarming": { 113 "swarming": {
114 "can_use_on_swarming_builders": true, 114 "can_use_on_swarming_builders": true,
115 "shards": 2 115 "shards": 2
116 } 116 }
117 }, 117 },
118 "url_unittests", 118 "url_unittests",
119 "webkit_compositor_bindings_unittests",
120 { 119 {
121 "test": "wm_unittests", 120 "test": "wm_unittests",
122 "platforms": ["linux"] 121 "platforms": ["linux"]
123 }, 122 },
124 { 123 {
125 "test": "app_shell_browsertests", 124 "test": "app_shell_browsertests",
126 "platforms": ["linux"] 125 "platforms": ["linux"]
127 }, 126 },
128 { 127 {
129 "test": "ash_unittests", 128 "test": "ash_unittests",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "test": "athena_unittests", 162 "test": "athena_unittests",
164 "platforms": ["linux"], 163 "platforms": ["linux"],
165 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 164 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
166 }, 165 },
167 { 166 {
168 "test": "display_unittests", 167 "test": "display_unittests",
169 "platforms": ["linux"] 168 "platforms": ["linux"]
170 } 169 }
171 ] 170 ]
172 } 171 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | webkit/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698