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

Unified Diff: mojo/public/tools/bindings/mojom_tool/bin/README.md

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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
Index: mojo/public/tools/bindings/mojom_tool/bin/README.md
diff --git a/mojo/public/tools/bindings/mojom_tool/bin/README.md b/mojo/public/tools/bindings/mojom_tool/bin/README.md
deleted file mode 100644
index 7088d8b95bc80e1504eb0285b3c2a6722d0a1180..0000000000000000000000000000000000000000
--- a/mojo/public/tools/bindings/mojom_tool/bin/README.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Mojom Tool Binaries
-
-On supported systems
-(as of this writing only 64-bit Linux)
-the appropriate architecture-specific subdirectory will contain a file named
-_mojom_ after `gclient sync` is executed. The file _mojom_
-is an executable built from (some version of) the Go code in
-https://github.com/domokit/mojo/tree/master/mojom/mojom_tool.
-
-The file _mojom_ is downloaded by `gclient sync` from Google Cloud
-Storage from a file named _mojo/mojom_tool/`arch`/`sha1`_ where `arch`
-is an architecture-specific folder name and `sha1` is the SHA1
-digest of the file. Each architecture-specific subdirectory contains a
-file named _mojom.sha1_, for example
-[linux64/mojom.sha1](/mojom/mojom_tool/bin/linux64/mojom.sha1),
-that specifies the SHA1 digest of the current version of the binary on that
-architecture and lets `gclient sync`
-decide whether or not the binary is already up-to-date.
-
-To browse the Google Cloud Storage bucket go to
-https://console.developers.google.com/storage/browser/mojo/mojom_parser/.
-
-### Updating the File
-To update the version of _mojom_ that will be downloaded by
-`gclient sync,` see
-https://github.com/domokit/mojo/blob/master/mojom/tools/build_mojom_tool.py.
« no previous file with comments | « mojo/public/tools/bindings/mojom_tool.py ('k') | mojo/public/tools/bindings/mojom_tool/bin/linux64/generators/c.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698