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

Side by Side Diff: chrome/common/common_resources.grd

Issue 164039: Add module-level permissions to extensions. (Closed)
Patch Set: final nits Created 11 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
« no previous file with comments | « chrome/browser/extensions/extensions_ui.cc ('k') | chrome/common/extensions/extension.h » ('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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. rw2 --> 3 without changes to the corresponding grd file. mp4 -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/common_resources.h" type="rc_header"> 6 <output filename="grit/common_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="common_resources.rc" type="rc_all" /> 9 <output filename="common_resources.rc" type="rc_all" />
10 <output filename="common_resources.pak" type="data_package" /> 10 <output filename="common_resources.pak" type="data_package" />
11 </outputs> 11 </outputs>
12 <release seq="1"> 12 <release seq="1">
13 <includes> 13 <includes>
14 <include name="IDR_JSTEMPLATE_JS" file="..\third_party\jstemplate\jstempla te_compiled.js" type="BINDATA" /> 14 <include name="IDR_JSTEMPLATE_JS" file="..\third_party\jstemplate\jstempla te_compiled.js" type="BINDATA" />
15 <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\i18n_templ ate.js" type="BINDATA" /> 15 <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\i18n_templ ate.js" type="BINDATA" />
16 <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api. json" type="BINDATA" /> 16 <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api. json" type="BINDATA" />
17 </includes> 17 </includes>
18 </release> 18 </release>
19 </grit> 19 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extensions_ui.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698