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

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

Issue 10006028: Plugins page in BWSI session has unnecessary and misleading UI components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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. --> 3 without changes to the corresponding grd file. -->
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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 file="shared/js/jstemplate_compiled.js" 156 file="shared/js/jstemplate_compiled.js"
157 flattenhtml="true" type="BINDATA" /> 157 flattenhtml="true" type="BINDATA" />
158 <include name="IDR_SHARED_JS_LOCAL_STRINGS" 158 <include name="IDR_SHARED_JS_LOCAL_STRINGS"
159 file="shared/js/local_strings.js" type="BINDATA" /> 159 file="shared/js/local_strings.js" type="BINDATA" />
160 <include name="IDR_SHARED_JS_MEDIA_COMMON" 160 <include name="IDR_SHARED_JS_MEDIA_COMMON"
161 file="shared/js/media_common.js" type="BINDATA" /> 161 file="shared/js/media_common.js" type="BINDATA" />
162 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 162 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
163 file="shared/js/parse_html_subset.js" type="BINDATA" /> 163 file="shared/js/parse_html_subset.js" type="BINDATA" />
164 <include name="IDR_SHARED_JS_UTIL" 164 <include name="IDR_SHARED_JS_UTIL"
165 file="shared/js/util.js" type="BINDATA" /> 165 file="shared/js/util.js" type="BINDATA" />
166 <if expr="pp_ifdef('chromeos')">
167 <include name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS"
168 file="shared/js/chromeos/ui_account_tweaks.js" type="BINDATA" / >
169 </if>
166 </includes> 170 </includes>
167 </release> 171 </release>
168 </grit> 172 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698