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

Unified Diff: ios/web/ios_web_resources.grd

Issue 2946383002: Support new-style Mojo JS core API on IOS. (Closed)
Patch Set: . Created 3 years, 6 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 | « ios/web/BUILD.gn ('k') | ios/web/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web_resources.grd
diff --git a/ios/web/ios_web_resources.grd b/ios/web/ios_web_resources.grd
index b650fdcdad2f06d3890c7341d5f8140bf0be81df..56f8ca433d9c87123744668756462c87d0a25a97 100644
--- a/ios/web/ios_web_resources.grd
+++ b/ios/web/ios_web_resources.grd
@@ -9,30 +9,7 @@
<translations />
<release seq="1">
<includes>
- <include name="IDR_IOS_CONSOLE_JS" file="webui/resources/console.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_IOS_TIMER_JS" file="webui/resources/timer.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_IOS_MOJO_CORE_JS" file="webui/resources/core.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_IOS_MOJO_HANDLE_UTIL_JS" file="webui/resources/handle_util.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_MOJO_SYNC_MESSAGE_CHANNEL_JS" file="webui/resources/sync_message_channel.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_IOS_SHELL_INTERFACE_PROVIDER_JS" file="webui/resources/interface_provider.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_BINDINGS_JS" file="../../mojo/public/js/bindings.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_ASSOCIATED_BINDINGS_JS" file="../../mojo/public/js/associated_bindings.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_BUFFER_JS" file="../../mojo/public/js/buffer.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_CODEC_JS" file="../../mojo/public/js/codec.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_CONNECTOR_JS" file="../../mojo/public/js/connector.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_CONTROL_MESSAGE_PROXY_JS" file="../../mojo/public/js/lib/control_message_proxy.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_INTERFACE_CONTROL_MESSAGES_MOJOM_JS" file="${root_gen_dir}/mojo/public/interfaces/bindings/interface_control_messages.mojom.js" use_base_dir="false" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_PIPE_CONTROL_MESSAGES_MOJOM_JS" file="${root_gen_dir}/mojo/public/interfaces/bindings/pipe_control_messages.mojom.js" use_base_dir="false" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_INTERFACE_TYPES_JS" file="../../mojo/public/js/interface_types.js" flattenhtml="true" type="BINDATA" />
- <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_INTERFACE_ENDPOINT_CLIENT_JS" file="../../mojo/public/js/lib/interface_endpoint_client.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_INTERFACE_ENDPOINT_HANDLE_JS" file="../../mojo/public/js/lib/interface_endpoint_handle.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_PIPE_CONTROL_MESSAGE_HANDLER_JS" file="../../mojo/public/js/lib/pipe_control_message_handler.js" flattenhtml="true" type="BINDATA" />
- <include name="IDR_MOJO_PIPE_CONTROL_MESSAGE_PROXY_JS" file="../../mojo/public/js/lib/pipe_control_message_proxy.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_IOS_MOJO_BINDINGS_JS" file="${root_gen_dir}/mojo/public/js/mojo_bindings.js" flattenhtml="true" type="BINDATA" use_base_dir="false" />
</includes>
</release>
</grit>
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698