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

Unified Diff: ash/mus/BUILD.gn

Issue 1984723005: Reland of Add rudimentary shelf delegate mus unit test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | ash/mus/shelf_delegate_mus_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index da25a6e595f84e998d6d028189020d732b7ba3a6..6b8a563c0088aa1add5405e0c06da01ad9c847c7 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -129,3 +129,24 @@
"//ash/resources:ash_test_resources_200_percent",
]
}
+
+source_set("unittests") {
+ testonly = true
+
+ sources = [
+ "shelf_delegate_mus_unittest.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//components/mus/public/interfaces",
+ "//mash/shelf/public/interfaces",
+ "//mojo/public/cpp/bindings",
+ "//services/shell/public/cpp:shell_test_support",
+ ]
+
+ data_deps = [
+ "//mash/session",
+ ":mus",
+ ]
+}
« no previous file with comments | « no previous file | ash/mus/shelf_delegate_mus_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698