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

Unified Diff: milo/build_source/swarming/html_data.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/build_source/swarming/html.go ('k') | milo/build_source/swarming/html_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/build_source/swarming/html_data.go
diff --git a/milo/job_source/swarming/html_data.go b/milo/build_source/swarming/html_data.go
similarity index 99%
rename from milo/job_source/swarming/html_data.go
rename to milo/build_source/swarming/html_data.go
index 6922f89b62a1cf0e1494badd69ad735fbe4083ea..8590a39bc3a1630b6d19f3f0c4a6f48cbea05fb3 100644
--- a/milo/job_source/swarming/html_data.go
+++ b/milo/build_source/swarming/html_data.go
@@ -48,7 +48,7 @@ type testCase struct {
func getTestCases(swarmingRelDir string) []*testCase {
testCases := make(map[string]*testCase)
- // References "milo/appengine/job_source/swarming/testdata".
+ // References "milo/appengine/build_source/swarming/testdata".
testdata := filepath.Join(swarmingRelDir, "testdata")
f, err := ioutil.ReadDir(testdata)
if err != nil {
« no previous file with comments | « milo/build_source/swarming/html.go ('k') | milo/build_source/swarming/html_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698