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

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

Issue 1128313004: Convert search_engines_page (and search_engine-adder) to be compatible with Polymer 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jlklein comments. 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
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_page_style.html ('k') | no next file » | 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 <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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 file="routes.html" 119 file="routes.html"
120 type="chrome_html" /> 120 type="chrome_html" />
121 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_JS" 121 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_JS"
122 file="search_engines_page/search_engine_adder.js" 122 file="search_engines_page/search_engine_adder.js"
123 type="chrome_html" /> 123 type="chrome_html" />
124 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_HTML " 124 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_HTML "
125 file="search_engines_page/search_engine_adder.html" 125 file="search_engines_page/search_engine_adder.html"
126 type="chrome_html" 126 type="chrome_html"
127 flattenhtml="true" 127 flattenhtml="true"
128 allowexternalscript="true" /> 128 allowexternalscript="true" />
129 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_STYL E_HTML" 129 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_CSS"
130 file="search_engines_page/search_engine_adder_style.html" 130 file="search_engines_page/search_engine_adder.css"
131 type="chrome_html" /> 131 type="chrome_html" />
132 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINES_PAGE_JS" 132 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINES_PAGE_JS"
133 file="search_engines_page/search_engines_page.js" 133 file="search_engines_page/search_engines_page.js"
134 type="chrome_html" /> 134 type="chrome_html" />
135 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINES_PAGE_HTML " 135 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINES_PAGE_HTML "
136 file="search_engines_page/search_engines_page.html" 136 file="search_engines_page/search_engines_page.html"
137 type="chrome_html" 137 type="chrome_html"
138 flattenhtml="true" 138 flattenhtml="true"
139 allowexternalscript="true" /> 139 allowexternalscript="true" />
140 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINES_PAGE_STYL E_HTML"
141 file="search_engines_page/search_engines_page_style.html"
142 type="chrome_html" />
143 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS" 140 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS"
144 file="search_page/search_page.js" 141 file="search_page/search_page.js"
145 type="chrome_html" /> 142 type="chrome_html" />
146 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 143 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
147 file="search_page/search_page.html" 144 file="search_page/search_page.html"
148 type="chrome_html" 145 type="chrome_html"
149 flattenhtml="true" 146 flattenhtml="true"
150 allowexternalscript="true" /> 147 allowexternalscript="true" />
151 <structure name="IDR_SETTINGS_SEARCH_PAGE_STYLE_HTML" 148 <structure name="IDR_SETTINGS_SEARCH_PAGE_STYLE_HTML"
152 file="search_page/search_page_style.html" 149 file="search_page/search_page_style.html"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML" 185 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML"
189 file="internet_page/network_summary_item.html" 186 file="internet_page/network_summary_item.html"
190 type="chrome_html" /> 187 type="chrome_html" />
191 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS" 188 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
192 file="internet_page/network_summary_item.js" 189 file="internet_page/network_summary_item.js"
193 type="chrome_html" /> 190 type="chrome_html" />
194 </if> 191 </if>
195 </structures> 192 </structures>
196 </release> 193 </release>
197 </grit> 194 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_page_style.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698