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

Unified Diff: mojo/BUILD.gn

Issue 726743002: Fix external_application_unittests and add to mojob.py (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: allow my unittests to compile into an empty test suite on Windows Created 6 years, 1 month 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 | « no previous file | mojo/shell/BUILD.gn » ('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 5944e35b112a40ad6b44f6f8a457e9d56e2fec55..d0cfbbcc1c055b0c869b6608cf705dc67d6f6ca9 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -89,7 +89,7 @@ group("tests") {
if (!is_win) {
deps += [
- "//mojo/shell:external_application_tests",
+ "//mojo/shell:external_application_unittests",
]
}
« no previous file with comments | « no previous file | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698