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

Side by Side Diff: ios/web/ios_web_resources.grd

Issue 1988863002: [ios Mojo] Mojo resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed TODO Created 4 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1">
3 <outputs>
4 <output filename="grit/ios_web_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="ios_web_resources.pak" type="data_package" />
8 </outputs>
9 <translations />
10 <release seq="1">
11 <includes>
12 <include name="IDR_MOJO_BINDINGS_JS" file="../../mojo/public/js/bindings.j s" flattenhtml="true" type="BINDATA" />
13 <include name="IDR_MOJO_BUFFER_JS" file="../../mojo/public/js/buffer.js" f lattenhtml="true" type="BINDATA" />
14 <include name="IDR_MOJO_CODEC_JS" file="../../mojo/public/js/codec.js" fla ttenhtml="true" type="BINDATA" />
15 <include name="IDR_MOJO_CONNECTION_JS" file="../../mojo/public/js/connecti on.js" flattenhtml="true" type="BINDATA" />
16 <include name="IDR_MOJO_CONNECTOR_JS" file="../../mojo/public/js/connector .js" flattenhtml="true" type="BINDATA" />
17 <include name="IDR_MOJO_ROUTER_JS" file="../../mojo/public/js/router.js" f lattenhtml="true" type="BINDATA" />
18 <include name="IDR_MOJO_UNICODE_JS" file="../../mojo/public/js/unicode.js" flattenhtml="true" type="BINDATA" />
19 <include name="IDR_MOJO_VALIDATOR_JS" file="../../mojo/public/js/validator .js" flattenhtml="true" type="BINDATA" />
20 </includes>
21 </release>
22 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698