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

Side by Side Diff: extensions/renderer/resources/extensions_renderer_resources.grd

Issue 488003002: Add the JS data pipe client to be used to implement serial send. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js-receive-pipe
Patch Set: Created 6 years, 4 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
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/extensions_renderer_resources.h" type="rc_header"> 4 <output filename="grit/extensions_renderer_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="extensions_renderer_resources.pak" type="data_package" /> 7 <output filename="extensions_renderer_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
11 <!-- Extension libraries. --> 11 <!-- Extension libraries. -->
12 <include name="IDR_ASYNC_WAITER_JS" file="async_waiter.js" type="BINDATA" /> 12 <include name="IDR_ASYNC_WAITER_JS" file="async_waiter.js" type="BINDATA" />
13 <include name="IDR_DATA_RECEIVER_JS" file="data_receiver.js" type="BINDATA " /> 13 <include name="IDR_DATA_RECEIVER_JS" file="data_receiver.js" type="BINDATA " />
14 <include name="IDR_DATA_SENDER_JS" file="data_sender.js" type="BINDATA" />
14 <include name="IDR_DATA_STREAM_MOJOM_JS" file="${mojom_root}\device\serial \data_stream.mojom.js" use_base_dir="false" type="BINDATA" /> 15 <include name="IDR_DATA_STREAM_MOJOM_JS" file="${mojom_root}\device\serial \data_stream.mojom.js" use_base_dir="false" type="BINDATA" />
15 <include name="IDR_ENTRY_ID_MANAGER" file="entry_id_manager.js" type="BIND ATA" /> 16 <include name="IDR_ENTRY_ID_MANAGER" file="entry_id_manager.js" type="BIND ATA" />
16 <include name="IDR_EVENT_BINDINGS_JS" file="event.js" type="BINDATA" /> 17 <include name="IDR_EVENT_BINDINGS_JS" file="event.js" type="BINDATA" />
17 <include name="IDR_IMAGE_UTIL_JS" file="image_util.js" type="BINDATA" /> 18 <include name="IDR_IMAGE_UTIL_JS" file="image_util.js" type="BINDATA" />
18 <include name="IDR_JSON_SCHEMA_JS" file="json_schema.js" type="BINDATA" /> 19 <include name="IDR_JSON_SCHEMA_JS" file="json_schema.js" type="BINDATA" />
19 <include name="IDR_LAST_ERROR_JS" file="last_error.js" type="BINDATA" /> 20 <include name="IDR_LAST_ERROR_JS" file="last_error.js" type="BINDATA" />
20 <include name="IDR_MESSAGING_JS" file="messaging.js" type="BINDATA" /> 21 <include name="IDR_MESSAGING_JS" file="messaging.js" type="BINDATA" />
21 <include name="IDR_MESSAGING_UTILS_JS" file="messaging_utils.js" type="BIN DATA" /> 22 <include name="IDR_MESSAGING_UTILS_JS" file="messaging_utils.js" type="BIN DATA" />
22 <include name="IDR_SCHEMA_UTILS_JS" file="schema_utils.js" type="BINDATA" /> 23 <include name="IDR_SCHEMA_UTILS_JS" file="schema_utils.js" type="BINDATA" />
23 <include name="IDR_SEND_REQUEST_JS" file="send_request.js" type="BINDATA" /> 24 <include name="IDR_SEND_REQUEST_JS" file="send_request.js" type="BINDATA" />
(...skipping 22 matching lines...) Expand all
46 47
47 <!-- Platform app support. --> 48 <!-- Platform app support. -->
48 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> 49 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " />
49 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> 50 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
50 51
51 <!-- Extension styles --> 52 <!-- Extension styles -->
52 <include name="IDR_EXTENSION_CSS" file="extension.css" type="BINDATA"/> 53 <include name="IDR_EXTENSION_CSS" file="extension.css" type="BINDATA"/>
53 </includes> 54 </includes>
54 </release> 55 </release>
55 </grit> 56 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698