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

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

Issue 1666623006: MD Settings: Manage search engines 3/3, hooking up UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manage_search_engines_handler
Patch Set: Remove console.log. Created 4 years, 10 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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 type="chrome_html" /> 464 type="chrome_html" />
465 <structure name="IDR_SETTINGS_SITE_DETAILS_PERMISSION_CSS" 465 <structure name="IDR_SETTINGS_SITE_DETAILS_PERMISSION_CSS"
466 file="site_settings/site_details_permission.css" 466 file="site_settings/site_details_permission.css"
467 type="chrome_html" /> 467 type="chrome_html" />
468 <structure name="IDR_SETTINGS_SITE_DETAILS_PERMISSION_HTML" 468 <structure name="IDR_SETTINGS_SITE_DETAILS_PERMISSION_HTML"
469 file="site_settings/site_details_permission.html" 469 file="site_settings/site_details_permission.html"
470 type="chrome_html" /> 470 type="chrome_html" />
471 <structure name="IDR_SETTINGS_SITE_DETAILS_PERMISSION_JS" 471 <structure name="IDR_SETTINGS_SITE_DETAILS_PERMISSION_JS"
472 file="site_settings/site_details_permission.js" 472 file="site_settings/site_details_permission.js"
473 type="chrome_html" /> 473 type="chrome_html" />
474 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_ADD_SEARCH_ENGINE_DIALOG _JS" 474 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_DIALOG_JS"
475 file="search_engines_page/add_search_engine_dialog.js" 475 file="search_engines_page/search_engine_dialog.js"
476 type="chrome_html" /> 476 type="chrome_html" />
477 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_ADD_SEARCH_ENGINE_DIALOG _HTML" 477 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_DIALOG_HTM L"
478 file="search_engines_page/add_search_engine_dialog.html" 478 file="search_engines_page/search_engine_dialog.html"
479 type="chrome_html" 479 type="chrome_html"
480 flattenhtml="true" 480 flattenhtml="true"
481 allowexternalscript="true" /> 481 allowexternalscript="true" />
482 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_JS" 482 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_JS"
483 file="search_engines_page/search_engine_entry.js" 483 file="search_engines_page/search_engine_entry.js"
484 type="chrome_html" /> 484 type="chrome_html" />
485 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_HTML " 485 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_HTML "
486 file="search_engines_page/search_engine_entry.html" 486 file="search_engines_page/search_engine_entry.html"
487 type="chrome_html" 487 type="chrome_html"
488 flattenhtml="true" 488 flattenhtml="true"
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 type="chrome_html" 765 type="chrome_html"
766 flattenhtml="true" 766 flattenhtml="true"
767 allowexternalscript="true" /> 767 allowexternalscript="true" />
768 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 768 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
769 file="people_page/users_page.css" 769 file="people_page/users_page.css"
770 type="chrome_html" /> 770 type="chrome_html" />
771 </if> 771 </if>
772 </structures> 772 </structures>
773 </release> 773 </release>
774 </grit> 774 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698