Index: mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Foo.java |
diff --git a/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Foo.java b/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Foo.java |
new file mode 100644 |
index 0000000000000000000000000000000000000000..82df8299388d654ae215a1bb647c0314f6f8b858 |
--- /dev/null |
+++ b/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Foo.java |
@@ -0,0 +1,38 @@ |
+// 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. |
+ |
+// This file is autogenerated by: |
+// mojo/public/tools/bindings/mojom_bindings_generator.py |
+// For: |
+// mojo/public/interfaces/bindings/tests/sample_service.mojom |
+// |
+ |
+package org.chromium.mojo.bindings.test.sample; |
+ |
+public final class Foo extends org.chromium.mojo.bindings.Struct { |
+ |
+ public static final String FOOBY = (String) "Fooby"; |
+ |
+ public String name; |
+ public int x; |
+ public int y; |
+ public boolean a; |
+ public boolean b; |
+ public boolean c; |
+ public org.chromium.mojo.bindings.test.sample.Bar bar; |
+ public org.chromium.mojo.bindings.test.sample.Bar[] extraBars; |
+ public byte[] data; |
+ public org.chromium.mojo.system.MessagePipeHandle source; |
+ public org.chromium.mojo.system.DataPipe.ConsumerHandle[] inputStreams; |
+ public org.chromium.mojo.system.DataPipe.ProducerHandle[] outputStreams; |
+ public boolean[][] arrayOfArrayOfBools; |
+ public String[][][] multiArrayOfStrings; |
+ |
+ public Foo() { |
+ name = (String) org.chromium.mojo.bindings.test.sample.Foo.FOOBY; |
+ a = (boolean) true; |
+ source = new org.chromium.mojo.system.InvalidHandle(); |
+ } |
+ |
+ } |