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

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

Issue 1702063003: MD Settings: Creating WebUIListenerBehavior helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manage_search_engines_ui1
Patch Set: Resolve conflicts with ToT 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 <structure name="IDR_SETTINGS_SEARCH_ENGINES_BROWSER_PROXY_JS" 538 <structure name="IDR_SETTINGS_SEARCH_ENGINES_BROWSER_PROXY_JS"
539 file="search_engines_page/search_engines_browser_proxy.js" 539 file="search_engines_page/search_engines_browser_proxy.js"
540 type="chrome_html" 540 type="chrome_html"
541 flattenhtml="true" 541 flattenhtml="true"
542 allowexternalscript="true" /> 542 allowexternalscript="true" />
543 <structure name="IDR_SETTINGS_SEARCH_ENGINES_BROWSER_PROXY_HTML" 543 <structure name="IDR_SETTINGS_SEARCH_ENGINES_BROWSER_PROXY_HTML"
544 file="search_engines_page/search_engines_browser_proxy.html" 544 file="search_engines_page/search_engines_browser_proxy.html"
545 type="chrome_html" 545 type="chrome_html"
546 flattenhtml="true" 546 flattenhtml="true"
547 allowexternalscript="true" /> 547 allowexternalscript="true" />
548 <structure name="IDR_SETTINGS_WEB_UI_LISTENER_BEHAVIOR_HTML"
549 file="web_ui_listener_behavior.html"
550 type="chrome_html" />
551 <structure name="IDR_SETTINGS_WEB_UI_LISTENER_BEHAVIOR_JS"
552 file="web_ui_listener_behavior.js"
553 type="chrome_html" />
548 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS" 554 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS"
549 file="search_page/search_page.js" 555 file="search_page/search_page.js"
550 type="chrome_html" /> 556 type="chrome_html" />
551 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 557 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
552 file="search_page/search_page.html" 558 file="search_page/search_page.html"
553 type="chrome_html" 559 type="chrome_html"
554 flattenhtml="true" 560 flattenhtml="true"
555 allowexternalscript="true" /> 561 allowexternalscript="true" />
556 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS" 562 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS"
557 file="search_page/search_page.css" 563 file="search_page/search_page.css"
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 type="chrome_html" 797 type="chrome_html"
792 flattenhtml="true" 798 flattenhtml="true"
793 allowexternalscript="true" /> 799 allowexternalscript="true" />
794 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 800 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
795 file="people_page/users_page.css" 801 file="people_page/users_page.css"
796 type="chrome_html" /> 802 type="chrome_html" />
797 </if> 803 </if>
798 </structures> 804 </structures>
799 </release> 805 </release>
800 </grit> 806 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698