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

Unified Diff: mojo/runner/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/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 558b3274f142f7ca1ee74863c596105e28fecc24..88d3b380ee4f5d425008ecd5eb32f40b048d5695 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -414,7 +414,8 @@ mojom("child_process_bindings") {
import_dirs = [ "//mojo/services" ]
}
-test("mojo_runner_unittests") {
+test("unittests") {
+ output_name = "mojo_runner_unittests"
sources = [
"../fetcher/about_fetcher_unittest.cc",
"../fetcher/data_fetcher_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698