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

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1125343005: Convert search page to Polymer 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix events Created 5 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
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/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 file="search_engines_page/search_engines_page_style.html" 141 file="search_engines_page/search_engines_page_style.html"
142 type="chrome_html" /> 142 type="chrome_html" />
143 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS" 143 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS"
144 file="search_page/search_page.js" 144 file="search_page/search_page.js"
145 type="chrome_html" /> 145 type="chrome_html" />
146 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 146 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
147 file="search_page/search_page.html" 147 file="search_page/search_page.html"
148 type="chrome_html" 148 type="chrome_html"
149 flattenhtml="true" 149 flattenhtml="true"
150 allowexternalscript="true" /> 150 allowexternalscript="true" />
151 <structure name="IDR_SETTINGS_SEARCH_PAGE_STYLE_HTML" 151 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS"
152 file="search_page/search_page_style.html" 152 file="search_page/search_page.css"
153 type="chrome_html" /> 153 type="chrome_html" />
154 <structure name="IDR_SETTINGS_SETTINGS_HTML" 154 <structure name="IDR_SETTINGS_SETTINGS_HTML"
155 file="settings.html" 155 file="settings.html"
156 type="chrome_html" /> 156 type="chrome_html" />
157 <structure name="IDR_SETTINGS_SETTINGS_JS" 157 <structure name="IDR_SETTINGS_SETTINGS_JS"
158 file="settings.js" 158 file="settings.js"
159 type="chrome_html" /> 159 type="chrome_html" />
160 <if expr="chromeos"> 160 <if expr="chromeos">
161 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_STYLE_HTML" 161 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_STYLE_HTML"
162 file="internet_page/internet_detail_page_style.html" 162 file="internet_page/internet_detail_page_style.html"
(...skipping 25 matching lines...) Expand all
188 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML" 188 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML"
189 file="internet_page/network_summary_item.html" 189 file="internet_page/network_summary_item.html"
190 type="chrome_html" /> 190 type="chrome_html" />
191 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS" 191 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
192 file="internet_page/network_summary_item.js" 192 file="internet_page/network_summary_item.js"
193 type="chrome_html" /> 193 type="chrome_html" />
194 </if> 194 </if>
195 </structures> 195 </structures>
196 </release> 196 </release>
197 </grit> 197 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698