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

Unified Diff: services/service_manager/runner/host/BUILD.gn

Issue 2576233002: Consolidating the mojo NativeRunner functionality. (Closed)
Patch Set: Clean-up. Created 4 years 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: services/service_manager/runner/host/BUILD.gn
diff --git a/services/service_manager/runner/host/BUILD.gn b/services/service_manager/runner/host/BUILD.gn
index f798dca8149c7145138551c203aa9122d16c93ee..1d3870e3e21fa05f1aa374d59bb990c62071dac4 100644
--- a/services/service_manager/runner/host/BUILD.gn
+++ b/services/service_manager/runner/host/BUILD.gn
@@ -12,16 +12,14 @@ group("host") {
deps = [
":lib",
- ":mojo_runner_host_unittests",
+ ":mojo_service_process_launcher_unittests",
]
}
source_set("lib") {
sources = [
- "child_process_host.cc",
- "child_process_host.h",
- "out_of_process_native_runner.cc",
- "out_of_process_native_runner.h",
+ "service_process_launcher.cc",
+ "service_process_launcher.h",
]
deps = [
@@ -46,10 +44,10 @@ source_set("lib") {
}
}
-test("mojo_runner_host_unittests") {
+test("mojo_service_process_launcher_unittests") {
Ken Rockot(use gerrit already) 2016/12/15 01:13:45 If you rename the test suite you also need to upda
Jay Civelli 2016/12/16 19:35:16 I merged the mojo_runner_host_unittests to service
sources = [
- "child_process_host_unittest.cc",
"host_unittests.cc",
+ "service_process_launcher_unittest.cc",
]
deps = [
« no previous file with comments | « services/service_manager/native_runner_delegate.h ('k') | services/service_manager/runner/host/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698