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

Unified Diff: mojo/converters/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: mojo/converters/surfaces/BUILD.gn
diff --git a/mojo/converters/surfaces/BUILD.gn b/mojo/converters/surfaces/BUILD.gn
index 3b0a22b835aa284bbde5e4359815ece93af5c8de..48f055d88c54dede8828e4e4ecab959c6934bec9 100644
--- a/mojo/converters/surfaces/BUILD.gn
+++ b/mojo/converters/surfaces/BUILD.gn
@@ -26,12 +26,12 @@ component("surfaces") {
"//base",
"//cc",
"//cc/surfaces",
+ "//components/surfaces/public/interfaces:surface_id",
+ "//components/surfaces/public/interfaces",
"//gpu",
"//ui/gfx/geometry",
"//mojo/environment:chromium",
"//skia",
"//third_party/mojo/src/mojo/public/c/system:for_component",
- "//third_party/mojo_services/src/surfaces/public/interfaces:surface_id",
- "//third_party/mojo_services/src/surfaces/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698