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

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: Rebased. 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_CSS" 205 <structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_CSS"
195 file="internet_page/internet_detail_page.css" 206 file="internet_page/internet_detail_page.css"
196 type="chrome_html" /> 207 type="chrome_html" />
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 type="chrome_html" 254 type="chrome_html"
244 flattenhtml="true" 255 flattenhtml="true"
245 allowexternalscript="true" /> 256 allowexternalscript="true" />
246 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 257 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
247 file="users_page/users_page.css" 258 file="users_page/users_page.css"
248 type="chrome_html" /> 259 type="chrome_html" />
249 </if> 260 </if>
250 </structures> 261 </structures>
251 </release> 262 </release>
252 </grit> 263 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698