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

Unified Diff: services/window_manager/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
Index: services/window_manager/BUILD.gn
diff --git a/services/window_manager/BUILD.gn b/services/window_manager/BUILD.gn
index 0cb30ff4be9f071abeffb06a1e7efdb3b529e6a0..9309721a50eabd36224f2223b11054af949e9ca5 100644
--- a/services/window_manager/BUILD.gn
+++ b/services/window_manager/BUILD.gn
@@ -82,7 +82,6 @@ test("window_manager_unittests") {
deps = [
"//base/test:test_support",
- "//mojo/application_manager",
"//mojo/converters/geometry",
"//mojo/edk/system",
"//mojo/environment:chromium",
@@ -90,6 +89,7 @@ test("window_manager_unittests") {
"//mojo/services/view_manager/public/cpp",
"//mojo/services/view_manager/public/interfaces",
"//mojo/services/window_manager/public/interfaces",
+ "//shell/application_manager",
"//shell:test_support",
"//testing/gtest",
"//ui/events:test_support",

Powered by Google App Engine
This is Rietveld 408576698