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

Unified Diff: components/surfaces/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: components/surfaces/BUILD.gn
diff --git a/components/surfaces/BUILD.gn b/components/surfaces/BUILD.gn
index c1f8d2e41d03a7fed9de1afec0da2b25b395f281..9c72d24cdeed2da8129896f7659ad986b729172e 100644
--- a/components/surfaces/BUILD.gn
+++ b/components/surfaces/BUILD.gn
@@ -28,6 +28,8 @@ mojo_native_application("surfaces") {
"//cc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
+ "//components/gpu/public/interfaces",
+ "//components/surfaces/public/interfaces",
"//gpu/command_buffer/client:gles2_interface",
"//mojo/application",
"//mojo/common",
@@ -39,9 +41,7 @@ mojo_native_application("surfaces") {
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/environment",
"//third_party/mojo/src/mojo/public/cpp/system",
- "//third_party/mojo_services/src/geometry/public/interfaces",
- "//third_party/mojo_services/src/gpu/public/interfaces",
- "//third_party/mojo_services/src/surfaces/public/interfaces",
"//ui/gfx/geometry",
+ "//ui/mojo/geometry:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698