| Index: ios/web/ios_web_resources.grd
|
| diff --git a/ios/web/ios_web_resources.grd b/ios/web/ios_web_resources.grd
|
| index 193d0c65b8acf89cd53064460a00b8396de99fec..19898ed8d3c4036c136f62ff1255c24523871a52 100644
|
| --- a/ios/web/ios_web_resources.grd
|
| +++ b/ios/web/ios_web_resources.grd
|
| @@ -17,6 +17,9 @@
|
| <include name="IDR_MOJO_ROUTER_JS" file="../../mojo/public/js/router.js" flattenhtml="true" type="BINDATA" />
|
| <include name="IDR_MOJO_UNICODE_JS" file="../../mojo/public/js/unicode.js" flattenhtml="true" type="BINDATA" />
|
| <include name="IDR_MOJO_VALIDATOR_JS" file="../../mojo/public/js/validator.js" flattenhtml="true" type="BINDATA" />
|
| + <include name="IDR_MOJO_CONTROL_MESSAGE_PROXY_JS" file="../../mojo/public/js/lib/control_message_proxy.js" flattenhtml="true" type="BINDATA" />
|
| + <include name="IDR_MOJO_CONTROL_MESSAGE_HANDLER_JS" file="../../mojo/public/js/lib/control_message_handler.js" flattenhtml="true" type="BINDATA" />
|
| + <include name="IDR_MOJO_INTERFACE_CONTROL_MESSAGES_MOJO_JS" file="../../mojo/public/interfaces/bindings/interface_control_messages.mojom.js" flattenhtml="true" type="BINDATA" />
|
| <include name="IDR_IOS_MOJO_SUPPORT_JS" file="webui/resources/support.js" flattenhtml="true" type="BINDATA" />
|
| <include name="IDR_IOS_CONSOLE_JS" file="webui/resources/console.js" flattenhtml="true" type="BINDATA" />
|
| <include name="IDR_IOS_MOJO_SYNC_MESSAGE_CHANNEL_JS" file="webui/resources/sync_message_channel.js" flattenhtml="true" type="BINDATA" />
|
|
|