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

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 copyright year Created 3 years, 11 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 type="chrome_html" /> 467 type="chrome_html" />
468 <structure name="IDR_SETTINGS_DEVICE_DRIVE_CACHE_DIALOG_JS" 468 <structure name="IDR_SETTINGS_DEVICE_DRIVE_CACHE_DIALOG_JS"
469 file="device_page/drive_cache_dialog.js" 469 file="device_page/drive_cache_dialog.js"
470 type="chrome_html" /> 470 type="chrome_html" />
471 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML" 471 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML"
472 file="device_page/keyboard.html" 472 file="device_page/keyboard.html"
473 type="chrome_html" /> 473 type="chrome_html" />
474 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS" 474 <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS"
475 file="device_page/keyboard.js" 475 file="device_page/keyboard.js"
476 type="chrome_html" /> 476 type="chrome_html" />
477 <structure name="IDR_SETTINGS_DEVICE_POWER_HTML"
478 file="device_page/power.html"
479 type="chrome_html" />
480 <structure name="IDR_SETTINGS_DEVICE_POWER_JS"
481 file="device_page/power.js"
482 type="chrome_html" />
477 <structure name="IDR_SETTINGS_DEVICE_STORAGE_HTML" 483 <structure name="IDR_SETTINGS_DEVICE_STORAGE_HTML"
478 file="device_page/storage.html" 484 file="device_page/storage.html"
479 type="chrome_html" /> 485 type="chrome_html" />
480 <structure name="IDR_SETTINGS_DEVICE_STORAGE_JS" 486 <structure name="IDR_SETTINGS_DEVICE_STORAGE_JS"
481 file="device_page/storage.js" 487 file="device_page/storage.js"
482 type="chrome_html" /> 488 type="chrome_html" />
483 <structure name="IDR_SETTINGS_DEVICE_STYLUS_HTML" 489 <structure name="IDR_SETTINGS_DEVICE_STYLUS_HTML"
484 file="device_page/stylus.html" 490 file="device_page/stylus.html"
485 type="chrome_html" /> 491 type="chrome_html" />
486 <structure name="IDR_SETTINGS_DEVICE_STYLUS_JS" 492 <structure name="IDR_SETTINGS_DEVICE_STYLUS_JS"
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 type="chrome_html" /> 1216 type="chrome_html" />
1211 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1217 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1212 file="people_page/users_page.html" 1218 file="people_page/users_page.html"
1213 type="chrome_html" 1219 type="chrome_html"
1214 flattenhtml="true" 1220 flattenhtml="true"
1215 allowexternalscript="true" /> 1221 allowexternalscript="true" />
1216 </if> 1222 </if>
1217 </structures> 1223 </structures>
1218 </release> 1224 </release>
1219 </grit> 1225 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698