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

Side by Side Diff: milo/appengine/buildbot/html_data.go

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: Created 3 years, 6 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
OLDNEW
(Empty)
1 package buildbot
2
3 // We put this here because _test.go files are sometimes not built.
4 var TestCases = []struct {
5 Builder string
6 Build int
7 }{
8 {"CrWinGoma", 30608},
9 {"chromium_presubmit", 426944},
10 {"newline", 1234},
11 {"win_chromium_rel_ng", 246309},
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698