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

Unified Diff: mojo/public/interfaces/bindings/mojom_files.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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/interfaces/bindings/mojom_files.mojom
diff --git a/mojo/public/interfaces/bindings/mojom_files.mojom b/mojo/public/interfaces/bindings/mojom_files.mojom
index fcb5349eb4d02fcf735fe41a69d880c4d22e4357..69144345e1531c99ea6f7f39663bc2c9845faba0 100644
--- a/mojo/public/interfaces/bindings/mojom_files.mojom
+++ b/mojo/public/interfaces/bindings/mojom_files.mojom
@@ -2,29 +2,30 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[DartPackage="mojo", JavaPackage="org.chromium.mojo.bindings.types"]
+[DartPackage="mojo",
+ JavaPackage="org.chromium.mojo.bindings.types"]
module mojo.bindings.types;
import "mojom_types.mojom";
/*
-* The structures in this file are intended to be used by the Mojom compiler
-* and code generators. The front end of the compiler takes as input a
-* .mojom file (or a list of .mojom files) and produces a MojomFileGraph struct.
-*
-* The backend of the compiler consumes a MojomFileGraph and invokes each of the
-* code generators passing them data derived from the MojomFileGraph.
-*
-* A MojomFile represents the data parsed from a single .mojom file. Mojom
-* modules form a directed acyclic graph via the "imports" relation.
-* That is, if Module A imports Module B then there is a directed edge in the
-* graph from A to B. A MojomFileGraph represents the whole Graph.
-
-* The Mojom structures represented here have been fully resolved, meaning that
-* the type references have been associated with their corresponding type
-* definitions. This resolved type data is contained in the resolved_types data
-* in MojomFileGraph.
-*/
+ * The structures in this file are intended to be used by the Mojom compiler
+ * and code generators. The front end of the compiler takes as input a
+ * .mojom file (or a list of .mojom files) and produces a MojomFileGraph struct.
+ *
+ * The backend of the compiler consumes a MojomFileGraph and invokes each of the
+ * code generators passing them data derived from the MojomFileGraph.
+ *
+ * A MojomFile represents the data parsed from a single .mojom file. Mojom
+ * modules form a directed acyclic graph via the "imports" relation.
+ * That is, if Module A imports Module B then there is a directed edge in the
+ * graph from A to B. A MojomFileGraph represents the whole Graph.
+
+ * The Mojom structures represented here have been fully resolved, meaning that
+ * the type references have been associated with their corresponding type
+ * definitions. This resolved type data is contained in the resolved_types data
+ * in MojomFileGraph.
+ */
// A MojomFile represents the data defined by a single .mojom file, when
// all of the type references to types declared in imported .mojom files
@@ -50,8 +51,8 @@ struct MojomFile {
// in the |imports| field of another |MojomFile|.
string? specified_file_name;
- // The namespace is the identifier declared via the "module" declaration
- // in the .mojom file.
+ // The namespace is the identifier declared via the "module" declaration
+ // in the .mojom file.
string? module_namespace;
// Attributes declared in the Mojom file at the module level.
@@ -103,4 +104,4 @@ struct KeysByType {
// All the constant_keys known to the owning MojomFileGraph.
array<string>? top_level_constants;
array<string>? embedded_constants;
-};
+};
« no previous file with comments | « mojo/public/interfaces/bindings/interface_control_messages.mojom ('k') | mojo/public/interfaces/bindings/mojom_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698