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

Unified Diff: ui/aura/BUILD.gn

Issue 2752303002: views/mus: Install a mus-friend ContextFactory for tests. (Closed)
Patch Set: . Created 3 years, 9 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: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 605e60a028894952774fb9c422d986c6f95f61f5..1cc172bd79f4b1650221644253dbff795473902c 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -237,6 +237,8 @@ static_library("test_support") {
"test/mus/change_completion_waiter.cc",
"test/mus/change_completion_waiter.h",
"test/mus/input_method_mus_test_api.h",
+ "test/mus/test_context_factory.cc",
+ "test/mus/test_context_factory.h",
"test/mus/test_window_tree.cc",
"test/mus/test_window_tree.h",
"test/mus/test_window_tree_client_setup.cc",
@@ -269,6 +271,7 @@ static_library("test_support") {
public_deps = [
":aura",
+ "//cc:test_support",
]
deps = [
"//services/ui/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698