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

Unified Diff: mojo/BUILD.gn

Issue 1706833003: Move various Shell tests into a subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@conn
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 | « BUILD.gn ('k') | mojo/mojo_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index e5e15a3c69222495c2fcca6e840353bbc9942c3c..2fdc9920a48004ba8b2c8db6c7de3773c93245c1 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -43,10 +43,10 @@ group("tests") {
"//mojo/edk/test:mojo_public_system_unittests",
"//mojo/edk/test:mojo_public_utility_unittests",
"//mojo/services/network:apptests",
- "//mojo/shell:apptests",
- "//mojo/shell:mojo_shell_unittests",
"//mojo/shell/public/cpp/tests:mojo_public_application_unittests",
"//mojo/shell/runner/host:mojo_runner_host_unittests",
+ "//mojo/shell/tests:apptests",
+ "//mojo/shell/tests:mojo_shell_unittests",
]
if (is_android) {
« no previous file with comments | « BUILD.gn ('k') | mojo/mojo_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698