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

Unified Diff: mojo/services/view_manager/public/cpp/tests/BUILD.gn

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits Created 6 years 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/view_manager/public/cpp/tests/BUILD.gn
diff --git a/mojo/services/view_manager/public/cpp/tests/BUILD.gn b/mojo/services/view_manager/public/cpp/tests/BUILD.gn
index ca4aa1d3510b6cf7cadece2b476fe753c05ba908..fb2ed5a0f3a19360abee047a74fbaafcc194245a 100644
--- a/mojo/services/view_manager/public/cpp/tests/BUILD.gn
+++ b/mojo/services/view_manager/public/cpp/tests/BUILD.gn
@@ -17,8 +17,8 @@ test("mojo_view_manager_lib_unittests") {
"//mojo/converters/geometry",
"//mojo/environment:chromium",
"//mojo/public/cpp/application",
- "//mojo/services/public/cpp/geometry",
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/cpp",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/view_manager/public/cpp",
"//mojo/services/view_manager/public/interfaces",
"//shell:test_support",
« no previous file with comments | « mojo/services/view_manager/public/cpp/DEPS ('k') | mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698