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

Unified Diff: mojo/public/interfaces/bindings/tests/blink_test.typemap

Issue 1816703002: Mojo C++ bindings: assume that all imported mojoms have the same variant as current mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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/tests/blink_test.typemap
diff --git a/mojo/public/interfaces/bindings/tests/blink_test.typemap b/mojo/public/interfaces/bindings/tests/blink_test.typemap
index effc0a2f1f7e8a41b39339db24ba718bc8d244e9..5425ee1c6fbdfaee677803846b21ebba79347e03 100644
--- a/mojo/public/interfaces/bindings/tests/blink_test.typemap
+++ b/mojo/public/interfaces/bindings/tests/blink_test.typemap
@@ -9,12 +9,12 @@
"headers": [
"mojo/public/cpp/bindings/tests/pickled_struct_blink.h"
]
- },
- "mojo.test.Rect": {
- "typename": "mojo::test::RectBlink",
- "headers": [
- "mojo/public/cpp/bindings/tests/rect_blink.h"
- ]
}
+// "mojo.test.Rect": {
+// "typename": "mojo::test::RectBlink",
+// "headers": [
+// "mojo/public/cpp/bindings/tests/rect_blink.h"
+// ]
+// }
}
}
« no previous file with comments | « mojo/public/interfaces/bindings/tests/BUILD.gn ('k') | mojo/public/interfaces/bindings/tests/chromium_test.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698