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

Unified Diff: components/view_manager/public/cpp/tests/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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/view_manager/public/cpp/tests/BUILD.gn
diff --git a/components/view_manager/public/cpp/tests/BUILD.gn b/components/view_manager/public/cpp/tests/BUILD.gn
index 393b0e299355c0d92a8eeea293c130196b40f088..c5a8680983fa16792f57c5fa308b0747cd6b04f7 100644
--- a/components/view_manager/public/cpp/tests/BUILD.gn
+++ b/components/view_manager/public/cpp/tests/BUILD.gn
@@ -20,9 +20,9 @@ test("mojo_view_manager_lib_unittests") {
# TODO(vtl): These non-public deps are illegal here. This should be
# converted to an apptest.
"//mojo/application",
+ "//mojo/application/public/cpp:application",
"//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/public/cpp/application",
"//mojo/public/cpp/system",
"//mojo/services/geometry/public/cpp",
"//mojo/services/geometry/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698