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

Unified Diff: content/content_resources.grd

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 trunk Created 6 years, 9 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
Index: content/content_resources.grd
diff --git a/content/content_resources.grd b/content/content_resources.grd
index 806f28df888bd0a105b7bb71d5aeb5ac5d23dc1c..0ca589b0986c9c00fe7be38fea91b16301e575f8 100644
--- a/content/content_resources.grd
+++ b/content/content_resources.grd
@@ -37,6 +37,10 @@
<if expr="is_android">
<include name="IDR_MEDIAPLAYER_REMOTE_PLAYBACK_ICON" file="renderer/resources/media/mediaplayer_remote_playback.png" type="BINDATA" />
</if>
+ <if expr="use_mojo">
+ <include name="IDR_MOJO_CODEC_JS" file="../mojo/public/bindings/js/codec.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_MOJO_CONNECTOR_JS" file="../mojo/public/bindings/js/connector.js" flattenhtml="true" type="BINDATA" />
+ </if>
</includes>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698