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

Unified Diff: components/window_manager/public/interfaces/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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: components/window_manager/public/interfaces/BUILD.gn
diff --git a/components/window_manager/public/interfaces/BUILD.gn b/components/window_manager/public/interfaces/BUILD.gn
index 9d1df9e9b5dff5b8305c7bf490dc559ffe230c31..5d4aa6707436361e0086e8a670e207067947a78a 100644
--- a/components/window_manager/public/interfaces/BUILD.gn
+++ b/components/window_manager/public/interfaces/BUILD.gn
@@ -11,9 +11,8 @@ mojom("interfaces") {
"window_manager_internal.mojom",
]
- mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
-
deps = [
+ "//mojo/application/public/interfaces",
"//ui/mojo/events:interfaces",
"//ui/mojo/geometry:interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698