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

Unified Diff: content/content_resources.grd

Issue 2676443005: Add interface versioning. Methods queryVersion and requireVersion. (Closed)
Patch Set: Add interface_control_messages.mojom.js to build resources Created 3 years, 10 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 | « no previous file | content/renderer/mojo_context_state.cc » ('j') | mojo/public/js/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_resources.grd
diff --git a/content/content_resources.grd b/content/content_resources.grd
index 3a3ee37d55c1e44f376fb401f14c6f16b0563ebe..bd055e6ef44db84b98eabed85cfbe7044ce0515c 100644
--- a/content/content_resources.grd
+++ b/content/content_resources.grd
@@ -57,6 +57,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" />
yzshen1 2017/02/11 01:11:28 Please order these js-bindings files by their name
wangjimmy 2017/02/13 20:43:06 Done.
+ <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" />
yzshen1 2017/02/11 01:11:28 Does it make sense to use "..._MOJOM_JS" instead o
wangjimmy 2017/02/13 20:43:06 Done.
</if>
</includes>
</release>
« no previous file with comments | « no previous file | content/renderer/mojo_context_state.cc » ('j') | mojo/public/js/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698