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

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, 7 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 <include name="IDR_SHARED_JS_CR_UI_TABS" 113 <include name="IDR_SHARED_JS_CR_UI_TABS"
114 file="shared/js/cr/ui/tabs.js" type="BINDATA" /> 114 file="shared/js/cr/ui/tabs.js" type="BINDATA" />
115 <include name="IDR_SHARED_JS_CR_UI_TREE" 115 <include name="IDR_SHARED_JS_CR_UI_TREE"
116 file="shared/js/cr/ui/tree.js" type="BINDATA" /> 116 file="shared/js/cr/ui/tree.js" type="BINDATA" />
117 <include name="IDR_SHARED_JS_EVENT_TRACKER" 117 <include name="IDR_SHARED_JS_EVENT_TRACKER"
118 file="shared/js/event_tracker.js" type="BINDATA" /> 118 file="shared/js/event_tracker.js" type="BINDATA" />
119 <include name="IDR_SHARED_JS_I18N_PROCESS" 119 <include name="IDR_SHARED_JS_I18N_PROCESS"
120 file="shared/js/i18n_process.js" type="BINDATA" /> 120 file="shared/js/i18n_process.js" type="BINDATA" />
121 <include name="IDR_SHARED_JS_I18N_TEMPLATE" 121 <include name="IDR_SHARED_JS_I18N_TEMPLATE"
122 file="shared/js/i18n_template.js" type="BINDATA" /> 122 file="shared/js/i18n_template.js" type="BINDATA" />
123 <include name="IDR_SHARED_JS_JSTEMPLATE_COMPILED"
124 file="shared/js/jstemplate_compiled.js" type="BINDATA" />
123 <include name="IDR_SHARED_JS_LOCAL_STRINGS" 125 <include name="IDR_SHARED_JS_LOCAL_STRINGS"
124 file="shared/js/local_strings.js" type="BINDATA" /> 126 file="shared/js/local_strings.js" type="BINDATA" />
125 <include name="IDR_SHARED_JS_MEDIA_COMMON" 127 <include name="IDR_SHARED_JS_MEDIA_COMMON"
126 file="shared/js/media_common.js" type="BINDATA" /> 128 file="shared/js/media_common.js" type="BINDATA" />
127 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 129 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
128 file="shared/js/parse_html_subset.js" type="BINDATA" /> 130 file="shared/js/parse_html_subset.js" type="BINDATA" />
129 <include name="IDR_SHARED_JS_UTIL" 131 <include name="IDR_SHARED_JS_UTIL"
130 file="shared/js/util.js" type="BINDATA" /> 132 file="shared/js/util.js" type="BINDATA" />
131 </includes> 133 </includes>
132 </release> 134 </release>
133 </grit> 135 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698