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

Unified Diff: components/view_manager/public/interfaces/view_manager.mojom

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: components/view_manager/public/interfaces/view_manager.mojom
diff --git a/third_party/mojo_services/src/view_manager/public/interfaces/view_manager.mojom b/components/view_manager/public/interfaces/view_manager.mojom
similarity index 96%
rename from third_party/mojo_services/src/view_manager/public/interfaces/view_manager.mojom
rename to components/view_manager/public/interfaces/view_manager.mojom
index 0a2564eeceb1470a6033806a928f8839c14b84d8..7cf83240cd354c45de0c93acd1ec01a829d81e27 100644
--- a/third_party/mojo_services/src/view_manager/public/interfaces/view_manager.mojom
+++ b/components/view_manager/public/interfaces/view_manager.mojom
@@ -4,12 +4,12 @@
module mojo;
-import "geometry/public/interfaces/geometry.mojom";
-import "input_events/public/interfaces/input_events.mojom";
+import "components/native_viewport/public/interfaces/native_viewport.mojom";
+import "components/surfaces/public/interfaces/surface_id.mojom";
+import "components/view_manager/public/interfaces/view_manager_constants.mojom";
import "mojo/public/interfaces/application/service_provider.mojom";
-import "native_viewport/public/interfaces/native_viewport.mojom";
-import "surfaces/public/interfaces/surface_id.mojom";
-import "view_manager/public/interfaces/view_manager_constants.mojom";
+import "ui/mojo/events/input_events.mojom";
+import "ui/mojo/geometry/geometry.mojom";
struct ViewData {
uint32 parent_id;

Powered by Google App Engine
This is Rietveld 408576698