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

Unified Diff: milo/job_source/swarming/build.go

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase 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/job_source/swarming/README.md ('k') | milo/job_source/swarming/buildLog.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/job_source/swarming/build.go
diff --git a/milo/appengine/job_source/swarming/build.go b/milo/job_source/swarming/build.go
similarity index 99%
rename from milo/appengine/job_source/swarming/build.go
rename to milo/job_source/swarming/build.go
index d4e7c0c05881d6ec0e0a91985ec77135e2c4c246..7d42894644517f3cd24f25f25582cefe25b9f7f0 100644
--- a/milo/appengine/job_source/swarming/build.go
+++ b/milo/job_source/swarming/build.go
@@ -24,9 +24,9 @@ import (
"github.com/luci/luci-go/logdog/client/coordinator"
"github.com/luci/luci-go/logdog/common/types"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/common"
- "github.com/luci/luci-go/milo/appengine/common/model"
- "github.com/luci/luci-go/milo/appengine/job_source/raw_presentation"
+ "github.com/luci/luci-go/milo/common"
+ "github.com/luci/luci-go/milo/common/model"
+ "github.com/luci/luci-go/milo/job_source/raw_presentation"
"github.com/luci/luci-go/server/auth"
)
« no previous file with comments | « milo/job_source/swarming/README.md ('k') | milo/job_source/swarming/buildLog.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698