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

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

Issue 2082793003: MD Settings: First iteration of searching within settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr_search_migration0
Patch Set: Address comments. Created 4 years, 5 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_JS" 121 <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_JS"
122 file="lifetime_browser_proxy.js" 122 file="lifetime_browser_proxy.js"
123 type="chrome_html" 123 type="chrome_html"
124 flattenhtml="true" /> 124 flattenhtml="true" />
125 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML" 125 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML"
126 file="on_startup_page/on_startup_page.html" 126 file="on_startup_page/on_startup_page.html"
127 type="chrome_html" /> 127 type="chrome_html" />
128 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_JS" 128 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_JS"
129 file="on_startup_page/on_startup_page.js" 129 file="on_startup_page/on_startup_page.js"
130 type="chrome_html" /> 130 type="chrome_html" />
131 <structure name="IDR_SETTINGS_SEARCH_SETTINGS_JS"
132 file="search_settings.js"
133 type="chrome_html" />
131 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_HTML" 134 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_HTML"
132 file="on_startup_page/startup_urls_page.html" 135 file="on_startup_page/startup_urls_page.html"
133 type="chrome_html" /> 136 type="chrome_html" />
134 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_JS" 137 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_JS"
135 file="on_startup_page/startup_urls_page.js" 138 file="on_startup_page/startup_urls_page.js"
136 type="chrome_html" /> 139 type="chrome_html" />
137 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_BROWSER_PROXY_JS" 140 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_BROWSER_PROXY_JS"
138 file="on_startup_page/startup_urls_page_browser_proxy.js" 141 file="on_startup_page/startup_urls_page_browser_proxy.js"
139 type="chrome_html" /> 142 type="chrome_html" />
140 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_BROWSER_PROXY_HTML" 143 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_BROWSER_PROXY_HTML"
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 type="chrome_html" /> 974 type="chrome_html" />
972 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 975 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
973 file="people_page/users_page.html" 976 file="people_page/users_page.html"
974 type="chrome_html" 977 type="chrome_html"
975 flattenhtml="true" 978 flattenhtml="true"
976 allowexternalscript="true" /> 979 allowexternalscript="true" />
977 </if> 980 </if>
978 </structures> 981 </structures>
979 </release> 982 </release>
980 </grit> 983 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698