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

Unified Diff: mojo/public/interfaces/bindings/tests/rect.mojom

Issue 486203003: Mojo JS bindings generator doesn't generate import-qualified struct references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resync Created 6 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/interfaces/bindings/tests/rect.mojom
diff --git a/mojo/public/interfaces/bindings/tests/test_structs.mojom b/mojo/public/interfaces/bindings/tests/rect.mojom
similarity index 70%
copy from mojo/public/interfaces/bindings/tests/test_structs.mojom
copy to mojo/public/interfaces/bindings/tests/rect.mojom
index 6c0c429fd585fc588824e880effcd2781061c3c6..4fc60cced2eb78e659b8c288c862369bda1ffa41 100644
--- a/mojo/public/interfaces/bindings/tests/test_structs.mojom
+++ b/mojo/public/interfaces/bindings/tests/rect.mojom
@@ -12,17 +12,4 @@ struct Rect {
int32 height;
};
-struct NamedRegion {
- string? name;
- Rect[]? rects;
-};
-
-struct RectPair {
- Rect? first;
- Rect? second;
-};
-
-struct EmptyStruct {
-};
-
}
« no previous file with comments | « mojo/public/interfaces/bindings/tests/BUILD.gn ('k') | mojo/public/interfaces/bindings/tests/test_structs.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698