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

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: 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..a0dceb49b744bf7b6647d7e9a250022c814a368a 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 = (879+2)*5;
rmcilroy 2014/05/28 17:03:30 nit - spaces between binary operators. Could we a
viettrungluu 2014/05/28 19:10:26 Note that I'm going to remove all expressions shor
+
enum Enum {
ENUM_VALUE
};

Powered by Google App Engine
This is Rietveld 408576698