summaryrefslogtreecommitdiffstats
path: root/mojo/public/interfaces/bindings/tests/chromium_test.typemap
diff options
context:
space:
mode:
authoryzshen <yzshen@chromium.org>2016-03-18 17:34:40 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-19 00:37:02 +0000
commitaef38024a1d6d99deb565a89cd7dd8b3bc21f971 (patch)
tree535b7efd2b728b6fd58f14f5279ef262f6612b34 /mojo/public/interfaces/bindings/tests/chromium_test.typemap
parent47a37f2d0ea2fea26d57f02dd822fe4cc44eba7a (diff)
downloadchromium_src-aef38024a1d6d99deb565a89cd7dd8b3bc21f971.zip
chromium_src-aef38024a1d6d99deb565a89cd7dd8b3bc21f971.tar.gz
chromium_src-aef38024a1d6d99deb565a89cd7dd8b3bc21f971.tar.bz2
Mojo C++ bindings: assume that all imported mojoms have the same variant as current mojom.
This CL also disable struct_traits_unittest because variant+typemap is not supported currently. BUG=596202,596162 Review URL: https://codereview.chromium.org/1816703002 Cr-Commit-Position: refs/heads/master@{#382143}
Diffstat (limited to 'mojo/public/interfaces/bindings/tests/chromium_test.typemap')
-rw-r--r--mojo/public/interfaces/bindings/tests/chromium_test.typemap12
1 files changed, 6 insertions, 6 deletions
diff --git a/mojo/public/interfaces/bindings/tests/chromium_test.typemap b/mojo/public/interfaces/bindings/tests/chromium_test.typemap
index 95b08e6..260826e 100644
--- a/mojo/public/interfaces/bindings/tests/chromium_test.typemap
+++ b/mojo/public/interfaces/bindings/tests/chromium_test.typemap
@@ -9,12 +9,12 @@
"headers": [
"mojo/public/cpp/bindings/tests/pickled_struct_chromium.h"
]
- },
- "mojo.test.Rect": {
- "typename": "mojo::test::RectChromium",
- "headers": [
- "mojo/public/cpp/bindings/tests/rect_chromium.h"
- ]
}
+// "mojo.test.Rect": {
+// "typename": "mojo::test::RectChromium",
+// "headers": [
+// "mojo/public/cpp/bindings/tests/rect_chromium.h"
+// ]
+// }
}
}