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

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 2789663003: Cleanup Tool WebUI: Add browser_proxy javascript class (Closed)
Patch Set: Try make closure compiler happy Created 3 years, 8 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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
11 <if expr="enable_app_list"> 11 <if expr="enable_app_list">
12 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" /> 12 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" />
13 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" /> 13 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" />
14 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" /> 14 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" />
15 </if> 15 </if>
16 <if expr="is_win"> 16 <if expr="is_win">
17 <structure name="IDR_CLEANUP_TOOL_BROWSER_PROXY_HTML" file="resources\cl eanup_tool\cleanup_browser_proxy.html" type="chrome_html" />
18 <structure name="IDR_CLEANUP_TOOL_BROWSER_PROXY_JS" file="resources\clea nup_tool\cleanup_browser_proxy.js" type="chrome_html" />
17 <structure name="IDR_CLEANUP_TOOL_HTML" file="resources\cleanup_tool\cle anup.html" type="chrome_html" /> 19 <structure name="IDR_CLEANUP_TOOL_HTML" file="resources\cleanup_tool\cle anup.html" type="chrome_html" />
18 <structure name="IDR_CLEANUP_TOOL_TOOLBAR_HTML" file="resources\cleanup_ tool\toolbar.html" type="chrome_html" /> 20 <structure name="IDR_CLEANUP_TOOL_TOOLBAR_HTML" file="resources\cleanup_ tool\toolbar.html" type="chrome_html" />
19 <structure name="IDR_CLEANUP_TOOL_TOOLBAR_JS" file="resources\cleanup_to ol\toolbar.js" type="chrome_html" /> 21 <structure name="IDR_CLEANUP_TOOL_TOOLBAR_JS" file="resources\cleanup_to ol\toolbar.js" type="chrome_html" />
20 </if> 22 </if>
21 <if expr="enable_extensions"> 23 <if expr="enable_extensions">
22 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" /> 24 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" />
23 <structure name="IDR_MD_EXTENSIONS_EXTENSIONS_HTML" file="resources\md_e xtensions\extensions.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" /> 25 <structure name="IDR_MD_EXTENSIONS_EXTENSIONS_HTML" file="resources\md_e xtensions\extensions.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" />
24 </if> 26 </if>
25 <if expr="chromeos"> 27 <if expr="chromeos">
26 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/> 28 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/>
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 <include name="IDR_WELCOME_WIN10_DEFAULT_SMALL_WEBP" file="resources\wel come\win10\default-small.webp" type="BINDATA" /> 655 <include name="IDR_WELCOME_WIN10_DEFAULT_SMALL_WEBP" file="resources\wel come\win10\default-small.webp" type="BINDATA" />
654 <include name="IDR_WELCOME_WIN10_PIN_LARGE_WEBP" file="resources\welcome \win10\pin-large.webp" type="BINDATA" /> 656 <include name="IDR_WELCOME_WIN10_PIN_LARGE_WEBP" file="resources\welcome \win10\pin-large.webp" type="BINDATA" />
655 <include name="IDR_WELCOME_WIN10_PIN_SMALL_WEBP" file="resources\welcome \win10\pin-small.webp" type="BINDATA" /> 657 <include name="IDR_WELCOME_WIN10_PIN_SMALL_WEBP" file="resources\welcome \win10\pin-small.webp" type="BINDATA" />
656 </if> 658 </if>
657 <if expr="not is_android and not is_ios"> 659 <if expr="not is_android and not is_ios">
658 <include name="IDR_SSL_ERROR_ASSISTANT_PB" file="${root_gen_dir}/chrome/ browser/resources/ssl/ssl_error_assistant/ssl_error_assistant.pb" use_base_dir=" false" type="BINDATA" /> 660 <include name="IDR_SSL_ERROR_ASSISTANT_PB" file="${root_gen_dir}/chrome/ browser/resources/ssl/ssl_error_assistant/ssl_error_assistant.pb" use_base_dir=" false" type="BINDATA" />
659 </if> 661 </if>
660 </includes> 662 </includes>
661 </release> 663 </release>
662 </grit> 664 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698