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

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

Issue 2629573006: chromeos: Add Power device page to chrome://md-settings. (Closed)
Patch Set: update now that power source settings exist Created 3 years, 9 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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 type="chrome_html" /> 483 type="chrome_html" />
484 <structure name="IDR_SETTINGS_DEVICE_DRIVE_CACHE_DIALOG_JS" 484 <structure name="IDR_SETTINGS_DEVICE_DRIVE_CACHE_DIALOG_JS"
485 file="device_page/drive_cache_dialog.js" 485 file="device_page/drive_cache_dialog.js"
486 type="chrome_html" /> 486 type="chrome_html" />
487 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML" 487 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML"
488 file="device_page/keyboard.html" 488 file="device_page/keyboard.html"
489 type="chrome_html" /> 489 type="chrome_html" />
490 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS" 490 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS"
491 file="device_page/keyboard.js" 491 file="device_page/keyboard.js"
492 type="chrome_html" /> 492 type="chrome_html" />
493 <structure name="IDR_SETTINGS_DEVICE_POWER_HTML"
494 file="device_page/power.html"
495 type="chrome_html" />
496 <structure name="IDR_SETTINGS_DEVICE_POWER_JS"
497 file="device_page/power.js"
498 type="chrome_html" />
493 <structure name="IDR_SETTINGS_DEVICE_STORAGE_HTML" 499 <structure name="IDR_SETTINGS_DEVICE_STORAGE_HTML"
494 file="device_page/storage.html" 500 file="device_page/storage.html"
495 type="chrome_html" /> 501 type="chrome_html" />
496 <structure name="IDR_SETTINGS_DEVICE_STORAGE_JS" 502 <structure name="IDR_SETTINGS_DEVICE_STORAGE_JS"
497 file="device_page/storage.js" 503 file="device_page/storage.js"
498 type="chrome_html" /> 504 type="chrome_html" />
499 <structure name="IDR_SETTINGS_DEVICE_STYLUS_HTML" 505 <structure name="IDR_SETTINGS_DEVICE_STYLUS_HTML"
500 file="device_page/stylus.html" 506 file="device_page/stylus.html"
501 type="chrome_html" /> 507 type="chrome_html" />
502 <structure name="IDR_SETTINGS_DEVICE_STYLUS_JS" 508 <structure name="IDR_SETTINGS_DEVICE_STYLUS_JS"
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 type="chrome_html" /> 1264 type="chrome_html" />
1259 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1265 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1260 file="people_page/users_page.html" 1266 file="people_page/users_page.html"
1261 type="chrome_html" 1267 type="chrome_html"
1262 preprocess="true" 1268 preprocess="true"
1263 allowexternalscript="true" /> 1269 allowexternalscript="true" />
1264 </if> 1270 </if>
1265 </structures> 1271 </structures>
1266 </release> 1272 </release>
1267 </grit> 1273 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698