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

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

Issue 1896963003: MD Settings: move bluetooth dialog styles to a shared import (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS" 696 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS"
697 file="site_settings/website_usage_private_api.js" 697 file="site_settings/website_usage_private_api.js"
698 type="chrome_html" /> 698 type="chrome_html" />
699 <if expr="chromeos"> 699 <if expr="chromeos">
700 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML" 700 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML"
701 file="bluetooth_page/bluetooth_device_list_item.html" 701 file="bluetooth_page/bluetooth_device_list_item.html"
702 type="chrome_html" /> 702 type="chrome_html" />
703 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS" 703 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS"
704 file="bluetooth_page/bluetooth_device_list_item.js" 704 file="bluetooth_page/bluetooth_device_list_item.js"
705 type="chrome_html" /> 705 type="chrome_html" />
706 <structure name="IDR_SETTINGS_BLUETOOTH_DIALOG_CSS" 706 <structure name="IDR_SETTINGS_BLUETOOTH_DIALOG_SHARED_CSS_HTML"
707 file="bluetooth_page/bluetooth_dialog.css" 707 file="bluetooth_page/bluetooth_dialog_shared_css.html"
708 type="chrome_html" /> 708 type="chrome_html" />
709 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_HTML" 709 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_HTML"
710 file="bluetooth_page/bluetooth_page.html" 710 file="bluetooth_page/bluetooth_page.html"
711 type="chrome_html" /> 711 type="chrome_html" />
712 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS" 712 <structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS"
713 file="bluetooth_page/bluetooth_page.js" 713 file="bluetooth_page/bluetooth_page.js"
714 type="chrome_html" /> 714 type="chrome_html" />
715 <structure name="IDR_SETTINGS_BLUETOOTH_ADD_DEVICE_DIALOG_HTML" 715 <structure name="IDR_SETTINGS_BLUETOOTH_ADD_DEVICE_DIALOG_HTML"
716 file="bluetooth_page/bluetooth_add_device_dialog.html" 716 file="bluetooth_page/bluetooth_add_device_dialog.html"
717 type="chrome_html" /> 717 type="chrome_html" />
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 type="chrome_html" 906 type="chrome_html"
907 flattenhtml="true" 907 flattenhtml="true"
908 allowexternalscript="true" /> 908 allowexternalscript="true" />
909 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 909 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
910 file="people_page/users_page.css" 910 file="people_page/users_page.css"
911 type="chrome_html" /> 911 type="chrome_html" />
912 </if> 912 </if>
913 </structures> 913 </structures>
914 </release> 914 </release>
915 </grit> 915 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698