| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index b6c11b6687ed90a506f369821a21ec1088a673ab..76a3c5208f4a525f202656d4e54a838e6e2504a4 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -11,10 +11,17 @@
|
| '../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_application_bindings',
|
| + '../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/mojo/mojo_public.gyp:mojo_cpp_system',
|
| '../third_party/re2/re2.gyp:re2',
|
| '../third_party/zlib/google/zip.gyp:zip',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| @@ -165,6 +172,8 @@
|
| '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/mojo_shell_context.h',
|
| 'public/browser/native_web_keyboard_event.h',
|
| 'public/browser/navigation_controller.cc',
|
| 'public/browser/navigation_controller.h',
|
| @@ -1029,6 +1038,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_impl.cc',
|
| + 'browser/mojo_shell_context_impl.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',
|
|
|