| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 977185645470fdd47709047cd6b3213240e9c73f..139f946540709a9d5ae11a0e1424a221e032ac8c 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -808,6 +808,8 @@
|
| 'browser/message_port_service.h',
|
| 'browser/mime_registry_message_filter.cc',
|
| 'browser/mime_registry_message_filter.h',
|
| + 'browser/mojo/mojo_application_host.cc',
|
| + 'browser/mojo/mojo_application_host.h',
|
| 'browser/net/browser_online_state_observer.cc',
|
| 'browser/net/browser_online_state_observer.h',
|
| 'browser/net/sqlite_persistent_cookie_store.cc',
|
| @@ -1075,8 +1077,6 @@
|
| 'browser/renderer_host/render_message_filter.h',
|
| 'browser/renderer_host/render_process_host_impl.cc',
|
| 'browser/renderer_host/render_process_host_impl.h',
|
| - 'browser/renderer_host/render_process_host_mojo_impl.cc',
|
| - 'browser/renderer_host/render_process_host_mojo_impl.h',
|
| 'browser/renderer_host/render_sandbox_host_linux.cc',
|
| 'browser/renderer_host/render_sandbox_host_linux.h',
|
| 'browser/renderer_host/render_process_host_impl.h',
|
| @@ -1413,6 +1413,7 @@
|
| 'content_common_mojo_bindings',
|
| '../cc/cc.gyp:cc',
|
| '../mojo/mojo.gyp:mojo_bindings',
|
| + '../mojo/mojo.gyp:mojo_shell_bindings',
|
| '../net/net.gyp:http_server',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../ui/surface/surface.gyp:surface',
|
|
|