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

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') | mojo/shell/public/cpp/lib/shell_test.cc » ('J')
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..ca5247c2f6e51d4982edf2a0ed7d2c7e723545df 100644
--- a/mojo/shell/public/cpp/BUILD.gn
+++ b/mojo/shell/public/cpp/BUILD.gn
@@ -73,6 +73,8 @@ source_set("test_support") {
"application_test_base.h",
"lib/application_test_base.cc",
"lib/application_test_main.cc",
+ "lib/shell_test.cc",
+ "shell_test.h",
]
public_deps = [
@@ -87,6 +89,7 @@ source_set("test_support") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
+ "//mojo/shell/background:lib",
"//mojo/shell/public/interfaces:interfaces_cpp_sources",
]
« no previous file with comments | « no previous file | mojo/shell/public/cpp/lib/shell_test.cc » ('j') | mojo/shell/public/cpp/lib/shell_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698