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

Unified Diff: shell/BUILD.gn

Issue 981733002: Rename {In,OutOf}ProcessDynamicServiceRunner -> ...NativeRunner. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove incorrect/flaky NOTREACHED() Created 5 years, 10 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
« no previous file with comments | « no previous file | shell/android/android_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 599923e2f1f2def0c65fb9f85582ba0976d66190..e20c0e5eca1b05a6d77c615c3997e963fdcff999 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -91,7 +91,7 @@ executable("mojo_launcher") {
":external_application_registrar_bindings",
":external_application_registrar_connection",
":init",
- ":in_process_dynamic_service_runner",
+ ":in_process_native_runner",
"//base",
"//build/config/sanitizers:deps",
"//mojo/common",
@@ -112,12 +112,12 @@ source_set("init") {
]
}
-source_set("in_process_dynamic_service_runner") {
+source_set("in_process_native_runner") {
sources = [
"dynamic_service_runner.cc",
"dynamic_service_runner.h",
- "in_process_dynamic_service_runner.cc",
- "in_process_dynamic_service_runner.h",
+ "in_process_native_runner.cc",
+ "in_process_native_runner.h",
]
public_deps = [
@@ -159,8 +159,8 @@ source_set("lib") {
"filename_util.h",
"incoming_connection_listener.cc",
"incoming_connection_listener.h",
- "out_of_process_dynamic_service_runner.cc",
- "out_of_process_dynamic_service_runner.h",
+ "out_of_process_native_runner.cc",
+ "out_of_process_native_runner.h",
"url_resolver.cc",
"url_resolver.h",
"switches.cc",
@@ -175,7 +175,7 @@ source_set("lib") {
":app_child_process_bindings",
":external_application_registrar_bindings",
":init",
- ":in_process_dynamic_service_runner",
+ ":in_process_native_runner",
"//base",
"//base/third_party/dynamic_annotations",
"//base:base_static",
@@ -405,7 +405,7 @@ test("mojo_shell_tests") {
"child_process_host_unittest.cc",
"command_line_util_unittest.cc",
"data_pipe_peek_unittest.cc",
- "in_process_dynamic_service_runner_unittest.cc",
+ "in_process_native_runner_unittest.cc",
"native_runner_unittest.cc",
"shell_test_base.cc",
"shell_test_base_android.cc",
@@ -416,7 +416,7 @@ test("mojo_shell_tests") {
]
deps = [
- ":in_process_dynamic_service_runner",
+ ":in_process_native_runner",
":lib",
"//base",
"//base:i18n",
« no previous file with comments | « no previous file | shell/android/android_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698