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

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
Index: mojo/shell/tests/BUILD.gn
diff --git a/mojo/shell/tests/BUILD.gn b/mojo/shell/tests/BUILD.gn
index 008eff41ffa4c4b3c55002fa916bef90e2109e9c..d4d9097b23cafc3ce3aee253004743b5afa3a8fb 100644
--- a/mojo/shell/tests/BUILD.gn
+++ b/mojo/shell/tests/BUILD.gn
@@ -17,20 +17,20 @@ group("tests") {
test("mojo_shell_unittests") {
sources = [
"loader_unittest.cc",
- "mojo_shell_unittests.cc",
]
deps = [
":interfaces",
"//base",
"//base/test:test_support",
- "//mojo/edk/system",
- "//mojo/public/cpp/system",
+ "//mojo/public/cpp/bindings",
"//mojo/shell",
"//mojo/shell/background:lib",
"//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",

Powered by Google App Engine
This is Rietveld 408576698