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

Unified Diff: mojo/shell/tests/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 | « mojo/shell/public/cpp/shell_test.h ('k') | mojo/shell/tests/connect/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/BUILD.gn
diff --git a/mojo/shell/tests/BUILD.gn b/mojo/shell/tests/BUILD.gn
index 494bde838cb5a719e756deb3e668e18fc1e692e6..b9d2de19bb93b64e9e9d954994047c1261d4506e 100644
--- a/mojo/shell/tests/BUILD.gn
+++ b/mojo/shell/tests/BUILD.gn
@@ -52,6 +52,7 @@ test("mojo_shell_unittests") {
"//mojo/shell/background:main",
"//mojo/shell/background/tests:unittests",
"//mojo/shell/public/cpp",
+ "//mojo/shell/tests/connect",
"//mojo/util:filename_util",
"//testing/gtest",
"//url",
@@ -72,8 +73,4 @@ mojo_native_application("apptests") {
deps = [
"//mojo/shell/tests/application_manager",
]
-
- data_deps = [
- "//mojo/shell/tests/connect",
- ]
}
« no previous file with comments | « mojo/shell/public/cpp/shell_test.h ('k') | mojo/shell/tests/connect/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698