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

Unified Diff: mojom/generated/README.md

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 | « no previous file | mojom/generated/mojom_files/mojom_files.mojom.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/generated/README.md
diff --git a/mojom/mojom_tool/generated/README.md b/mojom/generated/README.md
similarity index 97%
rename from mojom/mojom_tool/generated/README.md
rename to mojom/generated/README.md
index 73273623b382915333c092c700dfba559a807905..b458fb0b923b9ab9ea771352c5f817e1f85f7204 100644
--- a/mojom/mojom_tool/generated/README.md
+++ b/mojom/generated/README.md
@@ -33,7 +33,7 @@ ninja -C out/Debug mojo/public/interfaces/bindings.
into the appropriate locations in this directory.
4) mojom_files.mojom.go needs to be manually patched in a minor way. In the
import section at the top replace "mojo/public/interfaces/bindings/mojom_types"
-with "mojom/mojom_tool/generated/mojom_types".
+with "mojom/generated/mojom_types".
5) Update the Go code in the serialization module of the parser to compensate
for the changes if necessary. (Not necessary if the changes in step 1 were
backward compatible.)
« no previous file with comments | « no previous file | mojom/generated/mojom_files/mojom_files.mojom.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698