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

Unified Diff: mojom/generators/common/common.go

Issue 1930603004: mojom: move mojom/mojom_tool/generated -> mojom/generated. Update consumers (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix paths to new `generated/` in mojom_tool/BUILD.gn Created 4 years, 8 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 | « mojom/generators/common/cli.go ('k') | mojom/mojom_tool/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/generators/common/common.go
diff --git a/mojom/generators/common/common.go b/mojom/generators/common/common.go
index acde2b53e2e733997a36e41b6b28d75ffd25830b..8eb0c2c9e828310c761fa1997f474f0308d68647 100644
--- a/mojom/generators/common/common.go
+++ b/mojom/generators/common/common.go
@@ -5,7 +5,7 @@
package common
import (
- "mojom/mojom_tool/generated/mojom_files"
+ "mojom/generated/mojom_files"
)
// common groups together functions which make it easier for generators
« no previous file with comments | « mojom/generators/common/cli.go ('k') | mojom/mojom_tool/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698