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

Unified Diff: mojo/shell/tests/BUILD.gn

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/test/run_all_shelltests.cc ('k') | mojo/shell/tests/mojo_shell_unittests.cc » ('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 37283ac9d2b997562971b1df6335ac20702e616e..91c297009992f1c736784fb241acc50d835ec0d4 100644
--- a/mojo/shell/tests/BUILD.gn
+++ b/mojo/shell/tests/BUILD.gn
@@ -17,7 +17,6 @@ group("tests") {
test("mojo_shell_unittests") {
sources = [
"loader_unittest.cc",
- "mojo_shell_unittests.cc",
]
deps = [
@@ -25,6 +24,7 @@ test("mojo_shell_unittests") {
"//base",
"//base/test:test_support",
"//mojo/edk/system",
+ "//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/services/catalog:unittests",
"//mojo/shell",
@@ -32,6 +32,8 @@ test("mojo_shell_unittests") {
"//mojo/shell/background:main",
"//mojo/shell/background/tests:unittests",
"//mojo/shell/public/cpp",
+ "//mojo/shell/public/cpp/test:run_all_shelltests",
+ "//mojo/shell/public/interfaces",
"//mojo/shell/tests/connect",
"//mojo/shell/tests/lifecycle",
"//mojo/shell/tests/shell",
« no previous file with comments | « mojo/shell/public/cpp/test/run_all_shelltests.cc ('k') | mojo/shell/tests/mojo_shell_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698