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

Unified Diff: mojo/BUILD.gn

Issue 1358533004: Move more of ContentHandler handling into PackageManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 3c1431b0cd9ad6048e6dbbcb5c929714a120c696..4ca9954521419f35883873457868c57b6ebfac2e 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -84,10 +84,11 @@ group("tests") {
if (!is_component_build) {
deps += [
+ "//mojo/package_manager:unittests",
"//mojo/runner:apptests",
- "//mojo/runner:mojo_runner_unittests",
+ "//mojo/runner:unittests",
"//mojo/services/network:apptests",
- "//mojo/shell:mojo_shell_unittests",
+ "//mojo/shell:unittests",
]
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698