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

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

Issue 814273005: Move application_manager from /mojo to /shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update include guards. Created 5 years, 11 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/application_manager/test.mojom ('k') | mojo/services/view_manager/public/cpp/tests/DEPS » ('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 4ccedc9fa31a27ad92d021610314322f693f99df..ec164acd9ae2781b811754f8c599eb8ef3158340 100644
--- a/mojo/services/view_manager/public/cpp/tests/BUILD.gn
+++ b/mojo/services/view_manager/public/cpp/tests/BUILD.gn
@@ -13,7 +13,6 @@ test("mojo_view_manager_lib_unittests") {
deps = [
"//base",
"//base/test:test_support",
- "//mojo/application_manager",
"//mojo/converters/geometry",
"//mojo/environment:chromium",
"//mojo/public/cpp/application",
@@ -22,6 +21,7 @@ test("mojo_view_manager_lib_unittests") {
"//mojo/services/view_manager/public/cpp",
"//mojo/services/view_manager/public/cpp/lib:run_unittests",
"//mojo/services/view_manager/public/interfaces",
+ "//shell/application_manager",
"//shell:test_support",
"//testing/gtest",
]
« no previous file with comments | « mojo/application_manager/test.mojom ('k') | mojo/services/view_manager/public/cpp/tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698