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

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

Issue 1707613002: MD Settings: Start device page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments, rebase Created 4 years, 10 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 type="chrome_html" /> 213 type="chrome_html" />
214 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML" 214 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML"
215 file="default_browser_page/default_browser_page.html" 215 file="default_browser_page/default_browser_page.html"
216 type="chrome_html" 216 type="chrome_html"
217 flattenhtml="true" 217 flattenhtml="true"
218 allowexternalscript="true" /> 218 allowexternalscript="true" />
219 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_JS" 219 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_JS"
220 file="default_browser_page/default_browser_page.js" 220 file="default_browser_page/default_browser_page.js"
221 type="chrome_html" /> 221 type="chrome_html" />
222 </if> 222 </if>
223 <if expr="chromeos">
224 <structure name="IDR_SETTINGS_DEVICE_PAGE_HTML"
225 file="device_page/device_page.html"
226 type="chrome_html" />
227 <structure name="IDR_SETTINGS_DEVICE_PAGE_JS"
228 file="device_page/device_page.js"
229 type="chrome_html" />
230 <structure name="IDR_SETTINGS_DEVICE_TOUCHPAD_HTML"
231 file="device_page/touchpad.html"
232 type="chrome_html" />
233 <structure name="IDR_SETTINGS_DEVICE_TOUCHPAD_JS"
234 file="device_page/touchpad.js"
235 type="chrome_html" />
236 </if>
223 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_HTML" 237 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_HTML"
224 file="direction_delegate.html" 238 file="direction_delegate.html"
225 type="chrome_html" /> 239 type="chrome_html" />
226 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_JS" 240 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_JS"
227 file="direction_delegate.js" 241 file="direction_delegate.js"
228 type="chrome_html" /> 242 type="chrome_html" />
229 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" 243 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS"
230 file="downloads_page/downloads_page.css" 244 file="downloads_page/downloads_page.css"
231 type="chrome_html" /> 245 type="chrome_html" />
232 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" 246 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 type="chrome_html" 785 type="chrome_html"
772 flattenhtml="true" 786 flattenhtml="true"
773 allowexternalscript="true" /> 787 allowexternalscript="true" />
774 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 788 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
775 file="people_page/users_page.css" 789 file="people_page/users_page.css"
776 type="chrome_html" /> 790 type="chrome_html" />
777 </if> 791 </if>
778 </structures> 792 </structures>
779 </release> 793 </release>
780 </grit> 794 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698