Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1432)

Unified Diff: mojo/public/interfaces/bindings/tests/sample_interfaces.mojom

Issue 300223008: Add module annotation to specify the name of the java class for constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove expression Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
diff --git a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
index f2b1dc93dcac3ed6e2cb0a1913eeee5b09309832..429520fa9b98792f9d85c35fa88fff991bba0cf7 100644
--- a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
@@ -3,9 +3,12 @@
// found in the LICENSE file.
[JavaPackage="org.chromium.mojo.bindings.test.sample",
+ JavaConstantsClassName="InterfaceConstants",
Foo = "hello world"]
module sample {
+const uint64 kLong = 4405;
+
enum Enum {
ENUM_VALUE
};

Powered by Google App Engine
This is Rietveld 408576698