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

Unified Diff: mojo/services/view_manager/interfaces/view_manager_constants.mojom

Issue 1536713004: Revert "Delete the ViewManager and WindowManager services." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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/services/view_manager/interfaces/view_manager_constants.mojom
diff --git a/mojo/public/interfaces/bindings/tests/no_module.mojom b/mojo/services/view_manager/interfaces/view_manager_constants.mojom
similarity index 66%
copy from mojo/public/interfaces/bindings/tests/no_module.mojom
copy to mojo/services/view_manager/interfaces/view_manager_constants.mojom
index f3800112904ec7413c2412ce4cf1ac3ab48d24be..c18fee7095bcbf98475e6b4edffb20ca5ce80173 100644
--- a/mojo/public/interfaces/bindings/tests/no_module.mojom
+++ b/mojo/services/view_manager/interfaces/view_manager_constants.mojom
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Entities without module
+[DartPackage="mojo_services"]
+module mojo;
-enum EnumWithoutModule {
- A
+enum OrderDirection {
+ ABOVE = 1,
+ BELOW,
};
« no previous file with comments | « mojo/services/view_manager/interfaces/view_manager.mojom ('k') | mojo/services/window_manager/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698