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

Unified Diff: content/content_browser.gypi

Issue 2163883005: WIP: Obtain Bootstrap from utility process Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « content/common/child_process_host_impl.cc ('k') | content/public/browser/service_manager_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 3f46b364ae5e2f1d966fefbcf270a33a2b529962..25a9f170361058b4277f8ca61142661cce2a3a78 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -297,6 +297,7 @@
'public/browser/security_style_explanation.h',
'public/browser/security_style_explanations.cc',
'public/browser/security_style_explanations.h',
+ 'public/browser/service_manager_context.h',
'public/browser/service_worker_context.h',
'public/browser/service_worker_usage_info.cc',
'public/browser/service_worker_usage_info.h',
@@ -1111,8 +1112,8 @@
'browser/mojo/constants.h',
'browser/mojo/mojo_child_connection.cc',
'browser/mojo/mojo_child_connection.h',
- 'browser/mojo/mojo_shell_context.cc',
- 'browser/mojo/mojo_shell_context.h',
+ 'browser/mojo/service_manager_context_impl.cc',
+ 'browser/mojo/service_manager_context_impl.h',
'browser/mojo/service_registrar_android.cc',
'browser/mojo/service_registrar_android.h',
'browser/net/browser_online_state_observer.cc',
« no previous file with comments | « content/common/child_process_host_impl.cc ('k') | content/public/browser/service_manager_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698