aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
diff options
context:
space:
mode:
authorHidehiko Abe <hidehiko@google.com>2018-04-17 16:34:13 +0900
committerHidehiko Abe <hidehiko@google.com>2018-04-17 16:56:42 +0900
commit1e4a1e50aed7593adac78af6f319adb67f03d7bb (patch)
tree1398145f7694eac739142d9bcbfcdf3d8cf4b9a8 /mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
parent0325b56b0518f5ca16701e5048fcf81cc96fd725 (diff)
downloadlibmojo-1e4a1e50aed7593adac78af6f319adb67f03d7bb.tar.gz
Reduce diffs from Chrome r456626.
Currently, mojo/ directory is more diverged than it should be. This CL fills the unnecessary gaps. Bug: 73606903 Test: Built locally. Treehugger. Made sure the diff on eyes. Change-Id: I65877b0ff853ecfd6661259f97b0078631a158a7
Diffstat (limited to 'mojo/public/cpp/bindings/tests/test_native_types_blink.typemap')
-rw-r--r--mojo/public/cpp/bindings/tests/test_native_types_blink.typemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap b/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
index 258acd5..1bdfbbc 100644
--- a/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
+++ b/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
@@ -13,5 +13,5 @@ deps = [
type_mappings = [
"mojo.test.PickledEnum=mojo::test::PickledEnumBlink",
- "mojo.test.PickledStruct=mojo::test::PickledStructBlink"
+ "mojo.test.PickledStruct=mojo::test::PickledStructBlink[move_only]",
]