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

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

Issue 1814703004: MD Settings: implement "RESTART" button for hardware acceleration to take effect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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"> 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 <structure name="IDR_SETTINGS_SYNC_PRIVATE_API_JS" 616 <structure name="IDR_SETTINGS_SYNC_PRIVATE_API_JS"
617 file="people_page/sync_private_api.js" 617 file="people_page/sync_private_api.js"
618 type="chrome_html" 618 type="chrome_html"
619 flattenhtml="true" 619 flattenhtml="true"
620 allowexternalscript="true" /> 620 allowexternalscript="true" />
621 <structure name="IDR_SETTINGS_SYNC_PRIVATE_API_HTML" 621 <structure name="IDR_SETTINGS_SYNC_PRIVATE_API_HTML"
622 file="people_page/sync_private_api.html" 622 file="people_page/sync_private_api.html"
623 type="chrome_html" 623 type="chrome_html"
624 flattenhtml="true" 624 flattenhtml="true"
625 allowexternalscript="true" /> 625 allowexternalscript="true" />
626 <structure name="IDR_SETTINGS_SYSTEM_PAGE_DELEGATE_HTML" 626 <structure name="IDR_SETTINGS_SYSTEM_PAGE_BROWSER_PROXY_HTML"
627 file="system_page/system_page_delegate.html" 627 file="system_page/system_page_browser_proxy.html"
628 type="chrome_html" /> 628 type="chrome_html" />
629 <structure name="IDR_SETTINGS_SYSTEM_PAGE_DELEGATE_JS" 629 <structure name="IDR_SETTINGS_SYSTEM_PAGE_BROWSER_PROXY"
630 file="system_page/system_page_delegate.js" 630 file="system_page/system_page_browser_proxy.js"
631 type="chrome_html" /> 631 type="chrome_html" />
632 <structure name="IDR_SETTINGS_SYSTEM_PAGE_HTML" 632 <structure name="IDR_SETTINGS_SYSTEM_PAGE_HTML"
633 file="system_page/system_page.html" 633 file="system_page/system_page.html"
634 flattenhtml="true" 634 flattenhtml="true"
635 type="chrome_html" /> 635 type="chrome_html" />
636 <structure name="IDR_SETTINGS_SYSTEM_PAGE_JS" 636 <structure name="IDR_SETTINGS_SYSTEM_PAGE_JS"
637 file="system_page/system_page.js" 637 file="system_page/system_page.js"
638 type="chrome_html" /> 638 type="chrome_html" />
639 <structure name="IDR_SETTINGS_SETTINGS_HTML" 639 <structure name="IDR_SETTINGS_SETTINGS_HTML"
640 file="settings.html" 640 file="settings.html"
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 type="chrome_html" 856 type="chrome_html"
857 flattenhtml="true" 857 flattenhtml="true"
858 allowexternalscript="true" /> 858 allowexternalscript="true" />
859 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 859 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
860 file="people_page/users_page.css" 860 file="people_page/users_page.css"
861 type="chrome_html" /> 861 type="chrome_html" />
862 </if> 862 </if>
863 </structures> 863 </structures>
864 </release> 864 </release>
865 </grit> 865 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698