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

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

Issue 607933002: mojo: Fix java generator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix findbugs and emptu package. Created 6 years, 3 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/no_module.mojom
diff --git a/mojo/services/public/interfaces/surfaces/surface_id.mojom b/mojo/public/interfaces/bindings/tests/no_module.mojom
similarity index 75%
copy from mojo/services/public/interfaces/surfaces/surface_id.mojom
copy to mojo/public/interfaces/bindings/tests/no_module.mojom
index 5a7686da33112b7d5d64204c42d5f6da6efadc39..f3800112904ec7413c2412ce4cf1ac3ab48d24be 100644
--- a/mojo/services/public/interfaces/surfaces/surface_id.mojom
+++ b/mojo/public/interfaces/bindings/tests/no_module.mojom
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo {
+// Entities without module
-struct SurfaceId {
- uint64 id;
+enum EnumWithoutModule {
+ A
};
-
-}
« no previous file with comments | « mojo/public/interfaces/bindings/tests/BUILD.gn ('k') | mojo/public/interfaces/bindings/tests/regression_tests.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698