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

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

Issue 1295903004: [MD settings] adding mock up of location page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup some temp vars Created 5 years, 4 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 type="chrome_html" /> 147 type="chrome_html" />
148 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" 148 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
149 file="prefs/prefs_types.js" 149 file="prefs/prefs_types.js"
150 type="chrome_html" /> 150 type="chrome_html" />
151 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML" 151 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML"
152 file="pref_tracker/pref_tracker.html" 152 file="pref_tracker/pref_tracker.html"
153 type="chrome_html" /> 153 type="chrome_html" />
154 <structure name="IDR_SETTINGS_PREF_TRACKER_JS" 154 <structure name="IDR_SETTINGS_PREF_TRACKER_JS"
155 file="pref_tracker/pref_tracker.js" 155 file="pref_tracker/pref_tracker.js"
156 type="chrome_html" /> 156 type="chrome_html" />
157 <structure name="IDR_SETTINGS_LOCATION_PAGE_CSS"
158 file="location_page/location_page.css"
159 type="chrome_html" />
160 <structure name="IDR_SETTINGS_LOCATION_PAGE_HTML"
161 file="location_page/location_page.html"
162 type="chrome_html" />
163 <structure name="IDR_SETTINGS_LOCATION_PAGE_JS"
164 file="location_page/location_page.js"
165 type="chrome_html" />
157 <structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS" 166 <structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS"
158 file="privacy_page/privacy_page.css" 167 file="privacy_page/privacy_page.css"
159 type="chrome_html" /> 168 type="chrome_html" />
160 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" 169 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
161 file="privacy_page/privacy_page.html" 170 file="privacy_page/privacy_page.html"
162 type="chrome_html" 171 type="chrome_html"
163 flattenhtml="true" 172 flattenhtml="true"
164 allowexternalscript="true" /> 173 allowexternalscript="true" />
165 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" 174 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS"
166 file="privacy_page/privacy_page.js" 175 file="privacy_page/privacy_page.js"
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 type="chrome_html" 392 type="chrome_html"
384 flattenhtml="true" 393 flattenhtml="true"
385 allowexternalscript="true" /> 394 allowexternalscript="true" />
386 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 395 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
387 file="users_page/users_page.css" 396 file="users_page/users_page.css"
388 type="chrome_html" /> 397 type="chrome_html" />
389 </if> 398 </if>
390 </structures> 399 </structures>
391 </release> 400 </release>
392 </grit> 401 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698