aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/interfaces/bindings/tests/no_module.mojom
diff options
context:
space:
mode:
authorLuis Hector Chavez <lhchavez@google.com>2016-12-28 10:56:26 -0800
committerLuis Hector Chavez <lhchavez@google.com>2016-12-28 10:56:26 -0800
commit645501c2ab19a559ce82a1d5a29ced159a4c30fb (patch)
treeb3d9637e908d074f905d3dacbeb1db8361fafb8a /mojo/public/interfaces/bindings/tests/no_module.mojom
parent3d72bec9be57b7d199d2cbd7139308bb3c3c34bb (diff)
downloadlibmojo-645501c2ab19a559ce82a1d5a29ced159a4c30fb.tar.gz
Initial import of libmojo r405848
This brings libmojo in sync with libchrome. Bug: 27569341 Test: mma -j32 libmojo Change-Id: Ia7cb877e46dd3f86f18888b5d8d80bef5468b266
Diffstat (limited to 'mojo/public/interfaces/bindings/tests/no_module.mojom')
-rw-r--r--mojo/public/interfaces/bindings/tests/no_module.mojom9
1 files changed, 9 insertions, 0 deletions
diff --git a/mojo/public/interfaces/bindings/tests/no_module.mojom b/mojo/public/interfaces/bindings/tests/no_module.mojom
new file mode 100644
index 0000000..f380011
--- /dev/null
+++ b/mojo/public/interfaces/bindings/tests/no_module.mojom
@@ -0,0 +1,9 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Entities without module
+
+enum EnumWithoutModule {
+ A
+};