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

Unified Diff: content/browser/BUILD.gn

Issue 2398783002: Rename a bunch of Mojo Application stuff to reference Services. (Closed)
Patch Set: . Created 4 years, 2 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 673c9687cddc98490812dab7d607757202c4b6f4..21b62d48a090096ae70354bb79f7a9bd003c13d0 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -141,8 +141,8 @@ source_set("browser") {
# //content/browser/devtools:gen_devtools_protocol_handler.
"$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.cc",
"$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.h",
- "../common/mojo/mojo_child_connection.cc",
- "../common/mojo/mojo_child_connection.h",
+ "../common/service_manager/child_connection.cc",
+ "../common/service_manager/child_connection.h",
"../zygote/zygote_linux.cc",
"../zygote/zygote_linux.h",
"../zygote/zygote_main_linux.cc",
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | content/browser/browser_child_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698