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

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

Issue 1949233002: Create a RegisterViewAssociate method in ViewManager (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Improved tests Created 4 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: services/ui/view_manager/BUILD.gn
diff --git a/services/ui/view_manager/BUILD.gn b/services/ui/view_manager/BUILD.gn
index b55b4292e4d0a11e449226da39d985bae2700956..388983cf295438fbf6cba45b60ffbc640ef7fc1a 100644
--- a/services/ui/view_manager/BUILD.gn
+++ b/services/ui/view_manager/BUILD.gn
@@ -47,3 +47,30 @@ mojo_native_application("view_manager") {
"//mojo/services/ui/views/interfaces",
]
}
+
+mojo_native_application("view_manager_apptests") {
+ output_name = "view_manager_apptests"
+
+ testonly = true
+
+ sources = [
+ "tests/view_manager_test.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//mojo/application",
+ "//mojo/application:test_support",
+ "//mojo/common",
+ "//mojo/common:tracing_impl",
+ "//mojo/converters/geometry",
+ "//mojo/environment:chromium",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings:bindings",
+ "//mojo/services/geometry/cpp",
+ "//mojo/services/gfx/composition/cpp",
+ "//mojo/services/gfx/composition/interfaces",
+ "//mojo/services/ui/views/cpp",
+ "//mojo/services/ui/views/interfaces",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698