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

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

Issue 946183002: Add base_unittests to win8 trybot. Fix PEImage tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: namespace the callbacks Created 5 years, 9 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
« base/win/pe_image_unittest.cc ('K') | « base/win/pe_image_unittest.cc ('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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "base_unittests",
6 "views_unittests", 7 "views_unittests",
7 "wm_unittests", 8 "wm_unittests",
8 "aura_unittests", 9 "aura_unittests",
9 "ash_unittests", 10 "ash_unittests",
10 "compositor_unittests", 11 "compositor_unittests",
11 "content_browsertests", 12 "content_browsertests",
12 "events_unittests", 13 "events_unittests",
13 "ui_touch_selection_unittests", 14 "ui_touch_selection_unittests",
14 "sbox_integration_tests", 15 "sbox_integration_tests",
15 "sbox_validation_tests", 16 "sbox_validation_tests",
16 "sbox_unittests" 17 "sbox_unittests"
17 ] 18 ]
18 } 19 }
OLDNEW
« base/win/pe_image_unittest.cc ('K') | « base/win/pe_image_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698