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

Unified Diff: components/view_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/view_manager/public/interfaces/BUILD.gn
diff --git a/components/view_manager/public/interfaces/BUILD.gn b/components/view_manager/public/interfaces/BUILD.gn
index 982c3637dc5443a177caeaa8aacbae24f785a2f9..f17b2e04ade0003e82ee25fbd01da1eb02cacb57 100644
--- a/components/view_manager/public/interfaces/BUILD.gn
+++ b/components/view_manager/public/interfaces/BUILD.gn
@@ -14,11 +14,10 @@ mojom("interfaces") {
import_dirs = [ get_path_info("../../../..", "abspath") ]
- mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
-
deps = [
"//components/native_viewport/public/interfaces",
"//components/surfaces/public/interfaces:surface_id",
+ "//mojo/application/public/interfaces",
"//ui/mojo/events:interfaces",
"//ui/mojo/geometry:interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698