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

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

Issue 401113002: Add extensions_unittests target to main waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.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 Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "interactive_ui_tests", 7 "interactive_ui_tests",
8 "base_unittests", 8 "base_unittests",
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cast_unittests", 10 "cast_unittests",
11 "cc_unittests", 11 "cc_unittests",
12 "chromedriver_unittests", 12 "chromedriver_unittests",
13 "components_unittests", 13 "components_unittests",
14 "compositor_unittests", 14 "compositor_unittests",
15 "crypto_unittests", 15 "crypto_unittests",
16 "dbus_unittests", 16 "dbus_unittests",
17 "display_unittests", 17 "display_unittests",
18 "extensions_unittests",
18 "gcm_unit_tests", 19 "gcm_unit_tests",
19 "gfx_unittests", 20 "gfx_unittests",
20 "google_apis_unittests", 21 "google_apis_unittests",
21 "gpu_unittests", 22 "gpu_unittests",
22 "url_unittests", 23 "url_unittests",
23 "jingle_unittests", 24 "jingle_unittests",
24 "content_unittests", 25 "content_unittests",
25 "device_unittests", 26 "device_unittests",
26 "events_unittests", 27 "events_unittests",
27 "media_unittests", 28 "media_unittests",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "mojo_public_environment_unittests", 237 "mojo_public_environment_unittests",
237 "mojo_public_system_unittests", 238 "mojo_public_system_unittests",
238 "mojo_public_utility_unittests", 239 "mojo_public_utility_unittests",
239 "mojo_service_manager_unittests", 240 "mojo_service_manager_unittests",
240 "mojo_system_unittests", 241 "mojo_system_unittests",
241 "mojo_view_manager_unittests", 242 "mojo_view_manager_unittests",
242 "nacl_loader_unittests" 243 "nacl_loader_unittests"
243 ] 244 ]
244 } 245 }
245 } 246 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698