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

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

Issue 1168793002: Add an initial implementation of the Privacy Page. No subpages yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kyle's comments Created 5 years, 6 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 type="chrome_html" /> 119 type="chrome_html" />
120 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" 120 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
121 file="prefs/prefs_types.js" 121 file="prefs/prefs_types.js"
122 type="chrome_html" /> 122 type="chrome_html" />
123 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML" 123 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML"
124 file="pref_tracker/pref_tracker.html" 124 file="pref_tracker/pref_tracker.html"
125 type="chrome_html" /> 125 type="chrome_html" />
126 <structure name="IDR_SETTINGS_PREF_TRACKER_JS" 126 <structure name="IDR_SETTINGS_PREF_TRACKER_JS"
127 file="pref_tracker/pref_tracker.js" 127 file="pref_tracker/pref_tracker.js"
128 type="chrome_html" /> 128 type="chrome_html" />
129 <structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS"
130 file="privacy_page/privacy_page.css"
131 type="chrome_html" />
132 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
133 file="privacy_page/privacy_page.html"
134 type="chrome_html"
135 flattenhtml="true"
136 allowexternalscript="true" />
137 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS"
138 file="privacy_page/privacy_page.js"
139 type="chrome_html" />
129 <structure name="IDR_SETTINGS_POLYMER_CONFIG_JS" 140 <structure name="IDR_SETTINGS_POLYMER_CONFIG_JS"
130 file="polymer_config.js" 141 file="polymer_config.js"
131 type="chrome_html" /> 142 type="chrome_html" />
132 <structure name="IDR_SETTINGS_ROUTES_HTML" 143 <structure name="IDR_SETTINGS_ROUTES_HTML"
133 file="routes.html" 144 file="routes.html"
134 type="chrome_html" /> 145 type="chrome_html" />
135 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_JS" 146 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_JS"
136 file="search_engines_page/search_engine_adder.js" 147 file="search_engines_page/search_engine_adder.js"
137 type="chrome_html" /> 148 type="chrome_html" />
138 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_HTML " 149 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_HTML "
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 type="chrome_html" 268 type="chrome_html"
258 flattenhtml="true" 269 flattenhtml="true"
259 allowexternalscript="true" /> 270 allowexternalscript="true" />
260 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 271 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
261 file="users_page/users_page.css" 272 file="users_page/users_page.css"
262 type="chrome_html" /> 273 type="chrome_html" />
263 </if> 274 </if>
264 </structures> 275 </structures>
265 </release> 276 </release>
266 </grit> 277 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698