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

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

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 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
« no previous file with comments | « mojo/services/view_manager/public/cpp/BUILD.gn ('k') | mojo/services/view_manager/public/cpp/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f0d8071524d132cb9bddc4abf704c59c753dd318..3d29cbb3b19a85aec03551909397057e9f6ac977 100644
--- a/mojo/services/view_manager/public/cpp/tests/BUILD.gn
+++ b/mojo/services/view_manager/public/cpp/tests/BUILD.gn
@@ -14,8 +14,11 @@ test("mojo_view_manager_lib_unittests") {
]
deps = [
+ "../../../../geometry/cpp",
+ "../../../../geometry/interfaces",
"//base",
"//base/test:test_support",
+
# TODO(vtl): These non-public deps are illegal here. This should be
# converted to an apptest.
"//mojo/application",
@@ -23,8 +26,6 @@ test("mojo_view_manager_lib_unittests") {
"//mojo/environment:chromium",
"//mojo/public/cpp/application",
"//mojo/public/cpp/system",
- "//mojo/services/geometry/public/cpp",
- "//mojo/services/geometry/public/interfaces",
"//mojo/services/view_manager/public/cpp",
"//testing/gtest",
]
« no previous file with comments | « mojo/services/view_manager/public/cpp/BUILD.gn ('k') | mojo/services/view_manager/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698