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

Unified Diff: mojo/converters/surfaces/tests/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/tests/BUILD.gn
diff --git a/mojo/converters/surfaces/tests/BUILD.gn b/mojo/converters/surfaces/tests/BUILD.gn
index 1f20b7adf863f1a11de4fa7243e4743030183d22..0f681cb27566059fab5008b52e251525a34f98b3 100644
--- a/mojo/converters/surfaces/tests/BUILD.gn
+++ b/mojo/converters/surfaces/tests/BUILD.gn
@@ -11,6 +11,7 @@ test("mojo_surfaces_lib_unittests") {
"//base/test:test_support",
"//cc",
"//cc/surfaces",
+ "//components/surfaces/public/interfaces",
"//gpu",
"//mojo/converters/geometry",
"//mojo/converters/surfaces",
@@ -19,11 +20,10 @@ test("mojo_surfaces_lib_unittests") {
"//skia",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/test:run_all_unittests",
- "//third_party/mojo_services/src/geometry/public/interfaces",
- "//third_party/mojo_services/src/surfaces/public/interfaces",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx:test_support",
+ "//ui/mojo/geometry:interfaces",
]
sources = [

Powered by Google App Engine
This is Rietveld 408576698