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

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

Issue 1159623003: Add skeleton UI for sync page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some lint issues. Created 5 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
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 file="search_page/search_page.js" 177 file="search_page/search_page.js"
178 type="chrome_html" /> 178 type="chrome_html" />
179 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 179 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
180 file="search_page/search_page.html" 180 file="search_page/search_page.html"
181 type="chrome_html" 181 type="chrome_html"
182 flattenhtml="true" 182 flattenhtml="true"
183 allowexternalscript="true" /> 183 allowexternalscript="true" />
184 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS" 184 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS"
185 file="search_page/search_page.css" 185 file="search_page/search_page.css"
186 type="chrome_html" /> 186 type="chrome_html" />
187 <structure name="IDR_SETTINGS_SYNC_PAGE_JS"
188 file="sync_page/sync_page.js"
189 type="chrome_html" />
190 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML"
191 file="sync_page/sync_page.html"
192 type="chrome_html"
193 flattenhtml="true"
194 allowexternalscript="true" />
195 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS"
196 file="sync_page/sync_page.css"
197 type="chrome_html" />
187 <structure name="IDR_SETTINGS_SETTINGS_HTML" 198 <structure name="IDR_SETTINGS_SETTINGS_HTML"
188 file="settings.html" 199 file="settings.html"
189 type="chrome_html" /> 200 type="chrome_html" />
190 <structure name="IDR_SETTINGS_SETTINGS_JS" 201 <structure name="IDR_SETTINGS_SETTINGS_JS"
191 file="settings.js" 202 file="settings.js"
192 type="chrome_html" /> 203 type="chrome_html" />
193 <if expr="chromeos"> 204 <if expr="chromeos">
194 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_STYLE_HTML" 205 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_STYLE_HTML"
195 file="internet_page/internet_detail_page_style.html" 206 file="internet_page/internet_detail_page_style.html"
196 type="chrome_html" /> 207 type="chrome_html" />
(...skipping 24 matching lines...) Expand all
221 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML" 232 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML"
222 file="internet_page/network_summary_item.html" 233 file="internet_page/network_summary_item.html"
223 type="chrome_html" /> 234 type="chrome_html" />
224 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS" 235 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
225 file="internet_page/network_summary_item.js" 236 file="internet_page/network_summary_item.js"
226 type="chrome_html" /> 237 type="chrome_html" />
227 </if> 238 </if>
228 </structures> 239 </structures>
229 </release> 240 </release>
230 </grit> 241 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698