Index: mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/SampleServiceConstants.java |
diff --git a/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl b/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/SampleServiceConstants.java |
similarity index 51% |
copy from mojo/public/tools/bindings/generators/java_templates/header.java.tmpl |
copy to mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/SampleServiceConstants.java |
index ec6a88b1474de10f4f5755bbb353016502a3986e..1cbaddd68d95c4a3bb79d1b47c98369d50aad61e 100644 |
--- a/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl |
+++ b/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/SampleServiceConstants.java |
@@ -5,7 +5,15 @@ |
// This file is autogenerated by: |
// mojo/public/tools/bindings/mojom_bindings_generator.py |
// For: |
-// {{module.path}} |
+// mojo/public/interfaces/bindings/tests/sample_service.mojom |
// |
-package {{package}}; |
+package org.chromium.mojo.bindings.test.sample; |
+ |
+public final class SampleServiceConstants { |
+ |
+ public static final byte TWELVE = (byte) 12L; |
+ |
+ private SampleServiceConstants() {} |
+ |
+} |