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

Unified Diff: mojo/services/BUILD.gn

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: mojo/services/BUILD.gn
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn
index 455e190bfafd9b6b93d0e1349ef4b2784b21cc38..8922c1d3429a456e8034a94dcf862e1fcc75dd4c 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -7,14 +7,14 @@ import("//build/config/ui.gni")
group("services") {
deps = [
"//mojo/services/network/public/interfaces",
- "//third_party/mojo_services/src/clipboard/public/interfaces",
+ "//components/clipboard/public/interfaces",
+ "//components/native_viewport/public/interfaces",
+ "//components/surfaces/public/interfaces",
+ "//components/view_manager/public/interfaces",
"//third_party/mojo_services/src/content_handler/public/interfaces",
- "//third_party/mojo_services/src/geometry/public/interfaces",
- "//third_party/mojo_services/src/input_events/public/interfaces",
- "//third_party/mojo_services/src/native_viewport/public/interfaces",
"//third_party/mojo_services/src/navigation/public/interfaces",
- "//third_party/mojo_services/src/surfaces/public/interfaces",
- "//third_party/mojo_services/src/view_manager/public/interfaces",
+ "//ui/mojo/events:interfaces",
+ "//ui/mojo/geometry:interfaces",
]
if (!is_component_build) {

Powered by Google App Engine
This is Rietveld 408576698