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

Unified Diff: mandoline/services/core_services/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: mandoline/services/core_services/BUILD.gn
diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn
index 13a97d02cc8b195632022976c1f8bb5843888ee2..4bc6c9ece8858c4daca2d0a5359f0c58ed16e5f9 100644
--- a/mandoline/services/core_services/BUILD.gn
+++ b/mandoline/services/core_services/BUILD.gn
@@ -65,12 +65,12 @@ source_set("sources") {
"//components/view_manager:view_manager_lib",
"//mandoline/ui/browser:kiosk_wm_lib",
"//mojo/application",
+ "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/common:tracing_impl",
"//mojo/environment:chromium",
"//mojo/services/network:lib",
"//mojo/services/tracing:lib",
- "//third_party/mojo/src/mojo/public/interfaces/application",
"//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
"//third_party/mojo_services/src/content_handler/public/interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698