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

Unified Diff: milo/frontend/main.go

Issue 2948143003: [milo] job_source -> build_source. (Closed)
Patch Set: fix tests 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/frontend/frontpage.go ('k') | milo/frontend/main_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/main.go
diff --git a/milo/frontend/main.go b/milo/frontend/main.go
index 5067da721cbaaef3fc27dc8b97acd378856d0f9c..6ce8061c9a44becfd4bf5ebafa9b76f5bf0b4441 100644
--- a/milo/frontend/main.go
+++ b/milo/frontend/main.go
@@ -15,12 +15,12 @@ import (
"github.com/luci/luci-go/grpc/grpcmon"
"github.com/luci/luci-go/grpc/prpc"
milo "github.com/luci/luci-go/milo/api/proto"
+ "github.com/luci/luci-go/milo/build_source/buildbot"
+ "github.com/luci/luci-go/milo/build_source/buildbucket"
+ "github.com/luci/luci-go/milo/build_source/raw_presentation"
+ "github.com/luci/luci-go/milo/build_source/swarming"
"github.com/luci/luci-go/milo/common"
"github.com/luci/luci-go/milo/frontend/console"
- "github.com/luci/luci-go/milo/job_source/buildbot"
- "github.com/luci/luci-go/milo/job_source/buildbucket"
- "github.com/luci/luci-go/milo/job_source/raw_presentation"
- "github.com/luci/luci-go/milo/job_source/swarming"
"github.com/luci/luci-go/milo/rpc"
"github.com/luci/luci-go/server/router"
)
« no previous file with comments | « milo/frontend/frontpage.go ('k') | milo/frontend/main_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698