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

Unified Diff: mojo/shell/public/cpp/BUILD.gn

Issue 1758633002: Convert Connect apptest to a unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@25tests
Patch Set: . Created 4 years, 10 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 | mojo/shell/public/cpp/lib/shell_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/BUILD.gn
diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
index 611830bacb2069e7e86411011528aae128bea080..994c7b3ca0b8cb8eee3671124cada486de647cf6 100644
--- a/mojo/shell/public/cpp/BUILD.gn
+++ b/mojo/shell/public/cpp/BUILD.gn
@@ -92,3 +92,29 @@ source_set("test_support") {
data_deps = []
}
+
+source_set("shell_test_support") {
+ testonly = true
+ sources = [
+ "lib/shell_test.cc",
+ "shell_test.h",
+ ]
+
+ public_deps = [
+ ":cpp",
+ "//testing/gtest",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:test_support",
+ "//mojo/logging",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
+ "//mojo/shell/background:lib",
+ "//mojo/shell/public/interfaces:interfaces_cpp_sources",
+ ]
+
+ data_deps = []
+}
« no previous file with comments | « no previous file | mojo/shell/public/cpp/lib/shell_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698