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

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: fixed accidental change in last patch Created 5 years, 3 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 type="chrome_html" /> 146 type="chrome_html" />
147 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" 147 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
148 file="prefs/prefs_types.js" 148 file="prefs/prefs_types.js"
149 type="chrome_html" /> 149 type="chrome_html" />
150 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML" 150 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML"
151 file="pref_tracker/pref_tracker.html" 151 file="pref_tracker/pref_tracker.html"
152 type="chrome_html" /> 152 type="chrome_html" />
153 <structure name="IDR_SETTINGS_PREF_TRACKER_JS" 153 <structure name="IDR_SETTINGS_PREF_TRACKER_JS"
154 file="pref_tracker/pref_tracker.js" 154 file="pref_tracker/pref_tracker.js"
155 type="chrome_html" /> 155 type="chrome_html" />
156 <structure name="IDR_SETTINGS_LOCATION_PAGE_CSS"
157 file="location_page/location_page.css"
158 type="chrome_html" />
159 <structure name="IDR_SETTINGS_LOCATION_PAGE_HTML"
160 file="location_page/location_page.html"
161 type="chrome_html" />
162 <structure name="IDR_SETTINGS_LOCATION_PAGE_JS"
163 file="location_page/location_page.js"
164 type="chrome_html" />
156 <structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS" 165 <structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS"
157 file="privacy_page/privacy_page.css" 166 file="privacy_page/privacy_page.css"
158 type="chrome_html" /> 167 type="chrome_html" />
159 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" 168 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
160 file="privacy_page/privacy_page.html" 169 file="privacy_page/privacy_page.html"
161 type="chrome_html" 170 type="chrome_html"
162 flattenhtml="true" 171 flattenhtml="true"
163 allowexternalscript="true" /> 172 allowexternalscript="true" />
164 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" 173 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS"
165 file="privacy_page/privacy_page.js" 174 file="privacy_page/privacy_page.js"
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 type="chrome_html" 391 type="chrome_html"
383 flattenhtml="true" 392 flattenhtml="true"
384 allowexternalscript="true" /> 393 allowexternalscript="true" />
385 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 394 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
386 file="users_page/users_page.css" 395 file="users_page/users_page.css"
387 type="chrome_html" /> 396 type="chrome_html" />
388 </if> 397 </if>
389 </structures> 398 </structures>
390 </release> 399 </release>
391 </grit> 400 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698