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

Side by Side Diff: chrome/browser/resources/shared_resources.grd

Issue 7086003: Apply content-security-policy to chrome://plugins page. This involves (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | Annotate | Revision Log
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. paaaae --> 3 without changes to the corresponding grd file. paaaae -->
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/shared_resources.h" type="rc_header"> 6 <output filename="grit/shared_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" /> 9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" />
10 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> 10 <output filename="grit/shared_resources_map.h" type="resource_map_header" />
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 <include name="IDR_SHARED_JS_CR_UI_TABS" 103 <include name="IDR_SHARED_JS_CR_UI_TABS"
104 file="shared/js/cr/ui/tabs.js" type="BINDATA" /> 104 file="shared/js/cr/ui/tabs.js" type="BINDATA" />
105 <include name="IDR_SHARED_JS_CR_UI_TREE" 105 <include name="IDR_SHARED_JS_CR_UI_TREE"
106 file="shared/js/cr/ui/tree.js" type="BINDATA" /> 106 file="shared/js/cr/ui/tree.js" type="BINDATA" />
107 <include name="IDR_SHARED_JS_EVENT_TRACKER" 107 <include name="IDR_SHARED_JS_EVENT_TRACKER"
108 file="shared/js/event_tracker.js" type="BINDATA" /> 108 file="shared/js/event_tracker.js" type="BINDATA" />
109 <include name="IDR_SHARED_JS_I18N_PROCESS" 109 <include name="IDR_SHARED_JS_I18N_PROCESS"
110 file="shared/js/i18n_process.js" type="BINDATA" /> 110 file="shared/js/i18n_process.js" type="BINDATA" />
111 <include name="IDR_SHARED_JS_I18N_TEMPLATE" 111 <include name="IDR_SHARED_JS_I18N_TEMPLATE"
112 file="shared/js/i18n_template.js" type="BINDATA" /> 112 file="shared/js/i18n_template.js" type="BINDATA" />
113 <include name="IDR_SHARED_JS_JSTEMPLATE_COMPILED"
114 file="shared/js/jstemplate_compiled.js" type="BINDATA" />
113 <include name="IDR_SHARED_JS_LOCAL_STRINGS" 115 <include name="IDR_SHARED_JS_LOCAL_STRINGS"
114 file="shared/js/local_strings.js" type="BINDATA" /> 116 file="shared/js/local_strings.js" type="BINDATA" />
115 <include name="IDR_SHARED_JS_MEDIA_COMMON" 117 <include name="IDR_SHARED_JS_MEDIA_COMMON"
116 file="shared/js/media_common.js" type="BINDATA" /> 118 file="shared/js/media_common.js" type="BINDATA" />
117 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 119 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
118 file="shared/js/parse_html_subset.js" type="BINDATA" /> 120 file="shared/js/parse_html_subset.js" type="BINDATA" />
119 <include name="IDR_SHARED_JS_UTIL" 121 <include name="IDR_SHARED_JS_UTIL"
120 file="shared/js/util.js" type="BINDATA" /> 122 file="shared/js/util.js" type="BINDATA" />
121 </includes> 123 </includes>
122 </release> 124 </release>
123 </grit> 125 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/js/jstemplate_compiled.js ('k') | chrome/browser/ui/webui/plugins_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698