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

Side by Side Diff: content/content_resources.grd

Issue 2676443005: Add interface versioning. Methods queryVersion and requireVersion. (Closed)
Patch Set: Expect the result inside the error handler for test. Code formatting and address codereview comment… 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 unified diff | Download patch
« no previous file with comments | « content/BUILD.gn ('k') | content/renderer/mojo_context_state.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 3 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
4 <outputs> 4 <outputs>
5 <output filename="grit/content_resources.h" type="rc_header"> 5 <output filename="grit/content_resources.h" type="rc_header">
6 <emit emit_type='prepend'></emit> 6 <emit emit_type='prepend'></emit>
7 </output> 7 </output>
8 <output filename="content_resources.pak" type="data_package" /> 8 <output filename="content_resources.pak" type="data_package" />
9 </outputs> 9 </outputs>
10 <translations /> 10 <translations />
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <include name="IDR_COMMON_SANDBOX_PROFILE" file="common/common.sb" type= "BINDATA" /> 46 <include name="IDR_COMMON_SANDBOX_PROFILE" file="common/common.sb" type= "BINDATA" />
47 <include name="IDR_PPAPI_SANDBOX_PROFILE" file="ppapi_plugin/ppapi.sb" t ype="BINDATA" /> 47 <include name="IDR_PPAPI_SANDBOX_PROFILE" file="ppapi_plugin/ppapi.sb" t ype="BINDATA" />
48 <include name="IDR_RENDERER_SANDBOX_PROFILE" file="renderer/renderer.sb" type="BINDATA" /> 48 <include name="IDR_RENDERER_SANDBOX_PROFILE" file="renderer/renderer.sb" type="BINDATA" />
49 <include name="IDR_UTILITY_SANDBOX_PROFILE" file="utility/utility.sb" ty pe="BINDATA" /> 49 <include name="IDR_UTILITY_SANDBOX_PROFILE" file="utility/utility.sb" ty pe="BINDATA" />
50 </if> 50 </if>
51 <if expr="not is_ios"> 51 <if expr="not is_ios">
52 <include name="IDR_MOJO_BINDINGS_JS" file="../mojo/public/js/bindings.js " flattenhtml="true" type="BINDATA" /> 52 <include name="IDR_MOJO_BINDINGS_JS" file="../mojo/public/js/bindings.js " flattenhtml="true" type="BINDATA" />
53 <include name="IDR_MOJO_BUFFER_JS" file="../mojo/public/js/buffer.js" fl attenhtml="true" type="BINDATA" /> 53 <include name="IDR_MOJO_BUFFER_JS" file="../mojo/public/js/buffer.js" fl attenhtml="true" type="BINDATA" />
54 <include name="IDR_MOJO_CODEC_JS" file="../mojo/public/js/codec.js" flat tenhtml="true" type="BINDATA" /> 54 <include name="IDR_MOJO_CODEC_JS" file="../mojo/public/js/codec.js" flat tenhtml="true" type="BINDATA" />
55 <include name="IDR_MOJO_CONNECTOR_JS" file="../mojo/public/js/connector. js" flattenhtml="true" type="BINDATA" /> 55 <include name="IDR_MOJO_CONNECTOR_JS" file="../mojo/public/js/connector. js" flattenhtml="true" type="BINDATA" />
56 <include name="IDR_MOJO_CONTROL_MESSAGE_HANDLER_JS" file="../mojo/public /js/lib/control_message_handler.js" flattenhtml="true" type="BINDATA" />
57 <include name="IDR_MOJO_CONTROL_MESSAGE_PROXY_JS" file="../mojo/public/j s/lib/control_message_proxy.js" flattenhtml="true" type="BINDATA" />
58 <include name="IDR_MOJO_INTERFACE_CONTROL_MESSAGES_MOJOM_JS" file="${roo t_gen_dir}/mojo/public/interfaces/bindings/interface_control_messages.mojom.js" use_base_dir="false" flattenhtml="true" type="BINDATA" />
56 <include name="IDR_MOJO_INTERFACE_TYPES_JS" file="../mojo/public/js/inte rface_types.js" flattenhtml="true" type="BINDATA" /> 59 <include name="IDR_MOJO_INTERFACE_TYPES_JS" file="../mojo/public/js/inte rface_types.js" flattenhtml="true" type="BINDATA" />
57 <include name="IDR_MOJO_ROUTER_JS" file="../mojo/public/js/router.js" fl attenhtml="true" type="BINDATA" /> 60 <include name="IDR_MOJO_ROUTER_JS" file="../mojo/public/js/router.js" fl attenhtml="true" type="BINDATA" />
58 <include name="IDR_MOJO_UNICODE_JS" file="../mojo/public/js/unicode.js" flattenhtml="true" type="BINDATA" /> 61 <include name="IDR_MOJO_UNICODE_JS" file="../mojo/public/js/unicode.js" flattenhtml="true" type="BINDATA" />
59 <include name="IDR_MOJO_VALIDATOR_JS" file="../mojo/public/js/validator. js" flattenhtml="true" type="BINDATA" /> 62 <include name="IDR_MOJO_VALIDATOR_JS" file="../mojo/public/js/validator. js" flattenhtml="true" type="BINDATA" />
60 </if> 63 </if>
61 </includes> 64 </includes>
62 </release> 65 </release>
63 </grit> 66 </grit>
OLDNEW
« no previous file with comments | « content/BUILD.gn ('k') | content/renderer/mojo_context_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698