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

Unified Diff: content/content_browser.gypi

Issue 1738663002: Hook embedded shell up to MojoShellConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/common/url_schemes.cc ('k') | content/content_common.gypi » ('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 e0dac552e0387d1095162665f440c492c52493ab..1953f4c5b0d2a89e87abc79283ea6ec32e58321c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -28,6 +28,7 @@
'../mojo/mojo_public.gyp:mojo_js_bindings',
'../mojo/mojo_services.gyp:network_service_bindings_lib',
'../mojo/mojo_services.gyp:updater_bindings_lib',
+ '../mojo/mojo_shell.gyp:mojo_runner_host_lib',
'../mojo/mojo_shell.gyp:mojo_shell_lib',
'../net/net.gyp:http_server',
'../net/net.gyp:net',
@@ -1088,8 +1089,11 @@
'browser/mojo/mojo_app_connection_impl.h',
'browser/mojo/mojo_application_host.cc',
'browser/mojo/mojo_application_host.h',
+ 'browser/mojo/mojo_shell_client_host.cc',
+ 'browser/mojo/mojo_shell_client_host.h',
'browser/mojo/mojo_shell_context.cc',
'browser/mojo/mojo_shell_context.h',
+ 'browser/mojo/renderer_capability_filter.cc',
'browser/mojo/service_registrar_android.cc',
'browser/mojo/service_registrar_android.h',
'browser/mojo/service_registry_android.cc',
« no previous file with comments | « content/common/url_schemes.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698