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

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

Issue 1681203002: Add the decorative icons to the sync confirmation dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 9 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/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>
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 </if> 321 </if>
322 <if expr="not is_android"> 322 <if expr="not is_android">
323 <include name="IDR_SITE_ENGAGEMENT_HTML" file="resources\engagement\site _engagement.html" flattenhtml="true" type="BINDATA" /> 323 <include name="IDR_SITE_ENGAGEMENT_HTML" file="resources\engagement\site _engagement.html" flattenhtml="true" type="BINDATA" />
324 <include name="IDR_SITE_ENGAGEMENT_JS" file="resources\engagement\site_e ngagement.js" flattenhtml="true" type="BINDATA" /> 324 <include name="IDR_SITE_ENGAGEMENT_JS" file="resources\engagement\site_e ngagement.js" flattenhtml="true" type="BINDATA" />
325 <include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome \browser\ui\webui\engagement\site_engagement.mojom.js" use_base_dir="false" type ="BINDATA"/> 325 <include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome \browser\ui\webui\engagement\site_engagement.mojom.js" use_base_dir="false" type ="BINDATA"/>
326 <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_CSS" file="resources \engagement\engagement_table.css" type="BINDATA" /> 326 <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_CSS" file="resources \engagement\engagement_table.css" type="BINDATA" />
327 <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_HTML" file="resource s\engagement\engagement_table.html" type="BINDATA" /> 327 <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_HTML" file="resource s\engagement\engagement_table.html" type="BINDATA" />
328 <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_JS" file="resources\ engagement\engagement_table.js" type="BINDATA" /> 328 <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_JS" file="resources\ engagement\engagement_table.js" type="BINDATA" />
329 </if> 329 </if>
330 <include name="IDR_SYNC_CONFIRMATION_CSS" file="resources\sync_confirmatio n\sync_confirmation.css" type="BINDATA" /> 330 <include name="IDR_SYNC_CONFIRMATION_CSS" file="resources\sync_confirmatio n\sync_confirmation.css" type="BINDATA" />
331 <include name="IDR_SYNC_CONFIRMATION_HTML" file="resources\sync_confirmati on\sync_confirmation.html" allowexternalscript="true" type="BINDATA" /> 331 <include name="IDR_SYNC_CONFIRMATION_HTML" file="resources\sync_confirmati on\sync_confirmation.html" flattenhtml="true" allowexternalscript="true" type="B INDATA" />
332 <include name="IDR_SYNC_CONFIRMATION_JS" file="resources\sync_confirmation \sync_confirmation.js" type="BINDATA" /> 332 <include name="IDR_SYNC_CONFIRMATION_JS" file="resources\sync_confirmation \sync_confirmation.js" type="BINDATA" />
333 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" /> 333 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" />
334 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / > 334 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / >
335 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" /> 335 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" />
336 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" /> 336 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" />
337 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" /> 337 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" />
338 <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 338 <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
339 <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act ions.css" type="BINDATA" /> 339 <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act ions.css" type="BINDATA" />
340 <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti ons.js" type="BINDATA" /> 340 <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti ons.js" type="BINDATA" />
341 <if expr="enable_webrtc"> 341 <if expr="enable_webrtc">
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 <part file="media_router_resources.grdp" /> 478 <part file="media_router_resources.grdp" />
479 </if> 479 </if>
480 <if expr="not is_android and not is_ios and not chromeos"> 480 <if expr="not is_android and not is_ios and not chromeos">
481 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" /> 481 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" />
482 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" /> 482 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" />
483 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" /> 483 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" />
484 </if> 484 </if>
485 </includes> 485 </includes>
486 </release> 486 </release>
487 </grit> 487 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698