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

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

Issue 642863003: Moving last app_view bits to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_APP_VIEW_DENY_JS" file="app_view_deny.js" type="BINDATA " />
Ken Rockot(use gerrit already) 2014/10/10 17:28:47 nit: Ordering of these two lines seems reversed?
lfg 2014/10/10 18:21:43 Well, it depends, if you sort by file, yes, but it
13 <include name="IDR_APP_VIEW_JS" file="app_view.js" type="BINDATA" />
12 <include name="IDR_ASYNC_WAITER_JS" file="async_waiter.js" type="BINDATA" /> 14 <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 " /> 15 <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" /> 16 <include name="IDR_DATA_SENDER_JS" file="data_sender.js" 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" /> 17 <include name="IDR_DATA_STREAM_MOJOM_JS" file="${mojom_root}\device\serial \data_stream.mojom.js" use_base_dir="false" type="BINDATA" />
16 <include name="IDR_DATA_STREAM_SERIALIZATION_MOJOM_JS" file="${mojom_root} \device\serial\data_stream_serialization.mojom.js" use_base_dir="false" type="BI NDATA" /> 18 <include name="IDR_DATA_STREAM_SERIALIZATION_MOJOM_JS" file="${mojom_root} \device\serial\data_stream_serialization.mojom.js" use_base_dir="false" type="BI NDATA" />
17 <include name="IDR_ENTRY_ID_MANAGER" file="entry_id_manager.js" type="BIND ATA" /> 19 <include name="IDR_ENTRY_ID_MANAGER" file="entry_id_manager.js" type="BIND ATA" />
18 <include name="IDR_EVENT_BINDINGS_JS" file="event.js" type="BINDATA" /> 20 <include name="IDR_EVENT_BINDINGS_JS" file="event.js" type="BINDATA" />
19 <include name="IDR_IMAGE_UTIL_JS" file="image_util.js" type="BINDATA" /> 21 <include name="IDR_IMAGE_UTIL_JS" file="image_util.js" type="BINDATA" />
20 <include name="IDR_JSON_SCHEMA_JS" file="json_schema.js" type="BINDATA" /> 22 <include name="IDR_JSON_SCHEMA_JS" file="json_schema.js" type="BINDATA" />
21 <include name="IDR_LAST_ERROR_JS" file="last_error.js" type="BINDATA" /> 23 <include name="IDR_LAST_ERROR_JS" file="last_error.js" type="BINDATA" />
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 67
66 <!-- Extension styles. --> 68 <!-- Extension styles. -->
67 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/> 69 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/>
68 </includes> 70 </includes>
69 <structures> 71 <structures>
70 <!-- Extension styles. --> 72 <!-- Extension styles. -->
71 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> 73 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
72 </structures> 74 </structures>
73 </release> 75 </release>
74 </grit> 76 </grit>
OLDNEW
« extensions/common/api/_api_features.json ('K') | « extensions/renderer/resources/app_view_deny.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698