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

Unified Diff: mojo/services/view_manager/BUILD.gn

Issue 720883003: Adds a CloneAndAnimate function to WindowManagerInternalClient (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add GetView(ClonedViewId) coverage Created 6 years, 1 month 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/BUILD.gn
diff --git a/mojo/services/view_manager/BUILD.gn b/mojo/services/view_manager/BUILD.gn
index 4ea34d5c12596156e76ae4524a95d2771473e1eb..5a1930b95391658a815cb8c83d05eb365d78bf46 100644
--- a/mojo/services/view_manager/BUILD.gn
+++ b/mojo/services/view_manager/BUILD.gn
@@ -14,9 +14,12 @@ mojo_native_application("view_manager") {
deps = [
":view_manager_lib",
+ "//base",
"//mojo/application",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_shared_library",
+ "//mojo/public/cpp/bindings:bindings",
+ "//mojo/services/public/interfaces/window_manager",
]
}
@@ -77,6 +80,7 @@ source_set("test_support") {
deps = [
"//base",
"//mojo/common",
+ "//mojo/public/cpp/bindings:bindings",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/view_manager",
]

Powered by Google App Engine
This is Rietveld 408576698