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

Unified Diff: content/content_common.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/content_browser.gypi ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index dad9e1596277fa7c4bb428e7d078922eac6de839..5e4ab210725fd5792392e65f78054f9109feef93 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -27,6 +27,7 @@
'../mojo/mojo_base.gyp:mojo_environment_chromium',
'../mojo/mojo_edk.gyp:mojo_system_impl',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../mojo/mojo_shell.gyp:mojo_runner_connection_lib',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../storage/storage_common.gyp:storage_common',
@@ -515,6 +516,8 @@
'common/mojo/channel_init.cc',
'common/mojo/channel_init.h',
'common/mojo/mojo_messages.h',
+ 'common/mojo/mojo_shell_connection_impl.cc',
+ 'common/mojo/mojo_shell_connection_impl.h',
'common/mojo/service_registry_impl.cc',
'common/mojo/service_registry_impl.h',
'common/mojo/static_application_loader.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698