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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 1308893009: [MD Extensions] Move search field out of downloads, use it in extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON" 206 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON"
207 file="css/bubble_button.css" type="chrome_html" /> 207 file="css/bubble_button.css" type="chrome_html" />
208 <structure name="IDR_WEBUI_CSS_BUTTER_BAR" 208 <structure name="IDR_WEBUI_CSS_BUTTER_BAR"
209 file="css/butter_bar.css" type="chrome_html" /> 209 file="css/butter_bar.css" type="chrome_html" />
210 <structure name="IDR_WEBUI_CSS_CHROME" 210 <structure name="IDR_WEBUI_CSS_CHROME"
211 file="css/chrome_shared.css" type="chrome_html" 211 file="css/chrome_shared.css" type="chrome_html"
212 flattenhtml="true" /> 212 flattenhtml="true" />
213 <structure name="IDR_WEBUI_CSS_CONTROLLED_INDICATOR" 213 <structure name="IDR_WEBUI_CSS_CONTROLLED_INDICATOR"
214 file="css/controlled_indicator.css" type="chrome_html" 214 file="css/controlled_indicator.css" type="chrome_html"
215 flattenhtml="true" /> 215 flattenhtml="true" />
216 <structure name="IDR_WEBUI_CSS_CR_UI_SEARCH_FIELD"
217 file="css/cr/ui/search_field.css" type="chrome_html"
218 flattenhtml="true" />
216 <structure name="IDR_WEBUI_CSS_DIALOGS" 219 <structure name="IDR_WEBUI_CSS_DIALOGS"
217 file="css/dialogs.css" type="chrome_html" /> 220 file="css/dialogs.css" type="chrome_html" />
218 <structure name="IDR_WEBUI_CSS_I18N_PROCESS" 221 <structure name="IDR_WEBUI_CSS_I18N_PROCESS"
219 file="css/i18n_process.css" type="chrome_html" /> 222 file="css/i18n_process.css" type="chrome_html" />
220 <structure name="IDR_WEBUI_CSS_LIST" 223 <structure name="IDR_WEBUI_CSS_LIST"
221 file="css/list.css" type="chrome_html" /> 224 file="css/list.css" type="chrome_html" />
222 <structure name="IDR_WEBUI_CSS_MENU" 225 <structure name="IDR_WEBUI_CSS_MENU"
223 file="css/menu.css" type="chrome_html" 226 file="css/menu.css" type="chrome_html"
224 flattenhtml="true" /> 227 flattenhtml="true" />
225 <structure name="IDR_WEBUI_CSS_MENU_BUTTON" 228 <structure name="IDR_WEBUI_CSS_MENU_BUTTON"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 <structure name="IDR_WEBUI_HTML_CR_UI_MENU" 285 <structure name="IDR_WEBUI_HTML_CR_UI_MENU"
283 file="html/cr/ui/menu.html" type="chrome_html" /> 286 file="html/cr/ui/menu.html" type="chrome_html" />
284 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON" 287 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON"
285 file="html/cr/ui/menu_button.html" type="chrome_html" /> 288 file="html/cr/ui/menu_button.html" type="chrome_html" />
286 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_ITEM" 289 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_ITEM"
287 file="html/cr/ui/menu_item.html" type="chrome_html" /> 290 file="html/cr/ui/menu_item.html" type="chrome_html" />
288 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY" 291 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY"
289 file="html/cr/ui/overlay.html" type="chrome_html" /> 292 file="html/cr/ui/overlay.html" type="chrome_html" />
290 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL" 293 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL"
291 file="html/cr/ui/position_util.html" type="chrome_html" /> 294 file="html/cr/ui/position_util.html" type="chrome_html" />
295 <structure name="IDR_WEBUI_HTML_CR_UI_SEARCH_FIELD"
296 file="html/cr/ui/search_field.html" type="chrome_html" />
292 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER" 297 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER"
293 file="html/event_tracker.html" type="chrome_html" /> 298 file="html/event_tracker.html" type="chrome_html" />
294 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE" 299 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE"
295 file="html/i18n_template.html" type="chrome_html" /> 300 file="html/i18n_template.html" type="chrome_html" />
296 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA" 301 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA"
297 file="html/load_time_data.html" type="chrome_html" /> 302 file="html/load_time_data.html" type="chrome_html" />
298 <structure name="IDR_WEBUI_HTML_POLYMER_CONFIG" 303 <structure name="IDR_WEBUI_HTML_POLYMER_CONFIG"
299 file="html/polymer_config.html" type="chrome_html" /> 304 file="html/polymer_config.html" type="chrome_html" />
300 <structure name="IDR_WEBUI_HTML_UTIL" 305 <structure name="IDR_WEBUI_HTML_UTIL"
301 file="html/util.html" type="chrome_html" /> 306 file="html/util.html" type="chrome_html" />
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 file="js/cr/ui/node_utils.js" type="chrome_html" /> 377 file="js/cr/ui/node_utils.js" type="chrome_html" />
373 <structure name="IDR_WEBUI_JS_CR_UI_OVERLAY" 378 <structure name="IDR_WEBUI_JS_CR_UI_OVERLAY"
374 file="js/cr/ui/overlay.js" type="chrome_html" /> 379 file="js/cr/ui/overlay.js" type="chrome_html" />
375 <structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE" 380 <structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE"
376 file="js/cr/ui/page_manager/page.js" type="chrome_html" 381 file="js/cr/ui/page_manager/page.js" type="chrome_html"
377 flattenhtml="true" /> 382 flattenhtml="true" />
378 <structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE_MANAGER" 383 <structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE_MANAGER"
379 file="js/cr/ui/page_manager/page_manager.js" type="chrome_html" /> 384 file="js/cr/ui/page_manager/page_manager.js" type="chrome_html" />
380 <structure name="IDR_WEBUI_JS_CR_UI_POSITION_UTIL" 385 <structure name="IDR_WEBUI_JS_CR_UI_POSITION_UTIL"
381 file="js/cr/ui/position_util.js" type="chrome_html" /> 386 file="js/cr/ui/position_util.js" type="chrome_html" />
387 <structure name="IDR_WEBUI_JS_CR_UI_SEARCH_FIELD"
388 file="js/cr/ui/search_field.js" type="chrome_html" />
382 <structure name="IDR_WEBUI_JS_CR_UI_SPLITTER" 389 <structure name="IDR_WEBUI_JS_CR_UI_SPLITTER"
383 file="js/cr/ui/splitter.js" type="chrome_html" /> 390 file="js/cr/ui/splitter.js" type="chrome_html" />
384 <structure name="IDR_WEBUI_JS_CR_UI_GRID" 391 <structure name="IDR_WEBUI_JS_CR_UI_GRID"
385 file="js/cr/ui/grid.js" type="chrome_html" /> 392 file="js/cr/ui/grid.js" type="chrome_html" />
386 <structure name="IDR_WEBUI_JS_CR_UI_REPEATING_BUTTON" 393 <structure name="IDR_WEBUI_JS_CR_UI_REPEATING_BUTTON"
387 file="js/cr/ui/repeating_button.js" 394 file="js/cr/ui/repeating_button.js"
388 type="chrome_html" /> 395 type="chrome_html" />
389 <structure name="IDR_WEBUI_JS_CR_UI_TABLE" 396 <structure name="IDR_WEBUI_JS_CR_UI_TABLE"
390 file="js/cr/ui/table.js" type="chrome_html" /> 397 file="js/cr/ui/table.js" type="chrome_html" />
391 <structure name="IDR_WEBUI_JS_CR_UI_TABLE_COLUMN" 398 <structure name="IDR_WEBUI_JS_CR_UI_TABLE_COLUMN"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 type="chrome_html" /> 439 type="chrome_html" />
433 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 440 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
434 file="js/chromeos/ui_account_tweaks.js" 441 file="js/chromeos/ui_account_tweaks.js"
435 type="chrome_html" /> 442 type="chrome_html" />
436 </if> 443 </if>
437 <part file="cr_elements_resources.grdp" /> 444 <part file="cr_elements_resources.grdp" />
438 <part file="polymer_resources.grdp" /> 445 <part file="polymer_resources.grdp" />
439 </structures> 446 </structures>
440 </release> 447 </release>
441 </grit> 448 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698