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

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
Index: mojo/shell/tests/BUILD.gn
diff --git a/mojo/shell/tests/BUILD.gn b/mojo/shell/tests/BUILD.gn
index 494bde838cb5a719e756deb3e668e18fc1e692e6..d2e086fa98778193df8c4ec17439021d5bc2e113 100644
--- a/mojo/shell/tests/BUILD.gn
+++ b/mojo/shell/tests/BUILD.gn
@@ -12,6 +12,7 @@ group("tests") {
deps = [
":apptests",
":mojo_shell_unittests",
+ "//mojo/shell/tests/connect",
]
}
@@ -72,8 +73,4 @@ mojo_native_application("apptests") {
deps = [
"//mojo/shell/tests/application_manager",
]
-
- data_deps = [
- "//mojo/shell/tests/connect",
- ]
}

Powered by Google App Engine
This is Rietveld 408576698