summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp
diff options
context:
space:
mode:
authoryzshen <yzshen@chromium.org>2016-03-17 11:45:30 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-17 18:48:04 +0000
commite56136366dd27d1764c01203565447b53197733f (patch)
tree1ad5389b99bc25a471ceecbd603a88a52be85cf0 /mojo/public/cpp
parent45bfe025690492eeafe4f1a689cab5c2bcb91b2a (diff)
downloadchromium_src-e56136366dd27d1764c01203565447b53197733f.zip
chromium_src-e56136366dd27d1764c01203565447b53197733f.tar.gz
chromium_src-e56136366dd27d1764c01203565447b53197733f.tar.bz2
Mojo C++ bindigns: fix generated namespace when variant is specified.
This fixed the issue that enum generated code didn't work when variant is specified. This is a quick fix, we need more fundermental improvement for variant handling code. BUG=595791 Review URL: https://codereview.chromium.org/1811853004 Cr-Commit-Position: refs/heads/master@{#381760}
Diffstat (limited to 'mojo/public/cpp')
-rw-r--r--mojo/public/cpp/bindings/tests/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index 043ed74..c002d76 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -67,6 +67,7 @@ source_set("tests") {
"//mojo/public/interfaces/bindings/tests:test_interfaces_chromium",
"//mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
"//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces",
+ "//mojo/public/interfaces/bindings/tests:test_variant",
"//testing/gtest",
]
}