Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 63950f46e3a638987ed77cba0a2b173f48e70ee8..4990ed5fff03f55ec4f7431d5fe445e984cdae16 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -11,10 +11,15 @@ |
'../device/vibration/vibration.gyp:device_vibration', |
'../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
'../google_apis/google_apis.gyp:google_apis', |
+ '../mojo/mojo_base.gyp:mojo_application_base', |
+ '../mojo/mojo_base.gyp:mojo_url_type_converters', |
+ '../mojo/mojo_services.gyp:network_service_bindings_lib', |
+ '../mojo/mojo_shell.gyp:mojo_shell_lib', |
'../net/net.gyp:net', |
'../net/net.gyp:net_extras', |
'../skia/skia.gyp:skia', |
'../sql/sql.gyp:sql', |
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
'../third_party/re2/re2.gyp:re2', |
'../third_party/zlib/google/zip.gyp:zip', |
'../third_party/zlib/zlib.gyp:zlib', |
@@ -165,6 +170,7 @@ |
'public/browser/media_device_id.h', |
'public/browser/message_port_delegate.h', |
'public/browser/message_port_provider.h', |
+ 'public/browser/mojo_app_connection.h', |
'public/browser/native_web_keyboard_event.h', |
'public/browser/navigation_controller.cc', |
'public/browser/navigation_controller.h', |
@@ -1029,6 +1035,10 @@ |
'browser/mojo/service_registrar_android.h', |
'browser/mojo/service_registry_android.cc', |
'browser/mojo/service_registry_android.h', |
+ 'browser/mojo_app_connection_impl.cc', |
+ 'browser/mojo_app_connection_impl.h', |
+ 'browser/mojo_shell_context.cc', |
+ 'browser/mojo_shell_context.h', |
'browser/navigator_connect/navigator_connect_context_impl.cc', |
'browser/navigator_connect/navigator_connect_context_impl.h', |
'browser/navigator_connect/navigator_connect_dispatcher_host.cc', |