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

Unified Diff: mojom/mojom_tool/examples/example_consumer.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/mojom_tool/BUILD.gn ('k') | mojom/mojom_tool/generated/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_tool/examples/example_consumer.go
diff --git a/mojom/mojom_tool/examples/example_consumer.go b/mojom/mojom_tool/examples/example_consumer.go
index d563d242c6b3ed32f89a3fe3a13979121660318f..53f0a8954a55bd40e153a800f05c2658b18e16e5 100644
--- a/mojom/mojom_tool/examples/example_consumer.go
+++ b/mojom/mojom_tool/examples/example_consumer.go
@@ -26,8 +26,8 @@ import (
"text/template"
"mojo/public/go/bindings"
- "mojom/mojom_tool/generated/mojom_files"
- "mojom/mojom_tool/generated/mojom_types"
+ "mojom/generated/mojom_files"
+ "mojom/generated/mojom_types"
)
func main() {
« no previous file with comments | « mojom/mojom_tool/BUILD.gn ('k') | mojom/mojom_tool/generated/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698