| OLD | NEW | 
|    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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  217       <include name="IDR_MOST_VISITED_THUMBNAIL_CSS" file="resources\local_ntp\m
     ost_visited_thumbnail.css" type="BINDATA" /> |  217       <include name="IDR_MOST_VISITED_THUMBNAIL_CSS" file="resources\local_ntp\m
     ost_visited_thumbnail.css" type="BINDATA" /> | 
|  218       <include name="IDR_MOST_VISITED_THUMBNAIL_JS" file="resources\local_ntp\mo
     st_visited_thumbnail.js" type="BINDATA" /> |  218       <include name="IDR_MOST_VISITED_THUMBNAIL_JS" file="resources\local_ntp\mo
     st_visited_thumbnail.js" type="BINDATA" /> | 
|  219       <include name="IDR_MOST_VISITED_SINGLE_HTML" file="resources\local_ntp\mos
     t_visited_single.html" type="BINDATA" /> |  219       <include name="IDR_MOST_VISITED_SINGLE_HTML" file="resources\local_ntp\mos
     t_visited_single.html" type="BINDATA" /> | 
|  220       <include name="IDR_MOST_VISITED_SINGLE_CSS" file="resources\local_ntp\most
     _visited_single.css" type="BINDATA" /> |  220       <include name="IDR_MOST_VISITED_SINGLE_CSS" file="resources\local_ntp\most
     _visited_single.css" type="BINDATA" /> | 
|  221       <include name="IDR_MOST_VISITED_SINGLE_JS" file="resources\local_ntp\most_
     visited_single.js" type="BINDATA" /> |  221       <include name="IDR_MOST_VISITED_SINGLE_JS" file="resources\local_ntp\most_
     visited_single.js" type="BINDATA" /> | 
|  222       <include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_vi
     sited_util.js" type="BINDATA" flattenhtml="true" /> |  222       <include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_vi
     sited_util.js" type="BINDATA" flattenhtml="true" /> | 
|  223       <include name="IDR_MOST_VISITED_WINDOW_DISPOSITION_UTIL_JS" file="resource
     s\local_ntp\window_disposition_util.js" type="BINDATA" /> |  223       <include name="IDR_MOST_VISITED_WINDOW_DISPOSITION_UTIL_JS" file="resource
     s\local_ntp\window_disposition_util.js" type="BINDATA" /> | 
|  224       <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" fla
     ttenhtml="true" allowexternalscript="true" type="BINDATA" /> |  224       <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" fla
     ttenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
|  225       <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type=
     "BINDATA" /> |  225       <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type=
     "BINDATA" /> | 
|  226       <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="B
     INDATA" /> |  226       <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="B
     INDATA" /> | 
|  227       <include name="IDR_OMNIBOX_MOJO_JS" file="${omnibox_mojom_file}" use_base_
     dir="false" type="BINDATA"/> |  227       <include name="IDR_OMNIBOX_MOJO_JS" file="${root_gen_dir}\chrome\browser\u
     i\webui\omnibox\omnibox.mojom.js" use_base_dir="false" type="BINDATA"/> | 
|  228       <if expr="enable_plugins"> |  228       <if expr="enable_plugins"> | 
|  229         <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenht
     ml="true" allowexternalscript="true" type="BINDATA" /> |  229         <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenht
     ml="true" allowexternalscript="true" type="BINDATA" /> | 
|  230         <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA
     " /> |  230         <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA
     " /> | 
|  231       </if> |  231       </if> | 
|  232       <include name="IDR_COMPONENTS_HTML" file="resources\components.html" flatt
     enhtml="true" allowexternalscript="true" type="BINDATA" /> |  232       <include name="IDR_COMPONENTS_HTML" file="resources\components.html" flatt
     enhtml="true" allowexternalscript="true" type="BINDATA" /> | 
|  233       <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="BIN
     DATA" /> |  233       <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="BIN
     DATA" /> | 
|  234       <if expr="enable_plugins"> |  234       <if expr="enable_plugins"> | 
|  235         <include name="IDR_PDF_MANIFEST" file="resources\pdf\manifest.json" type
     ="BINDATA" /> |  235         <include name="IDR_PDF_MANIFEST" file="resources\pdf\manifest.json" type
     ="BINDATA" /> | 
|  236       </if> |  236       </if> | 
|  237       <if expr="is_win"> |  237       <if expr="is_win"> | 
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  277                  file="resources\print_preview\images\mobile_shared.png" type="B
     INDATA" /> |  277                  file="resources\print_preview\images\mobile_shared.png" type="B
     INDATA" /> | 
|  278       </if> |  278       </if> | 
|  279       <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" 
     flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |  279       <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" 
     flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
|  280       <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flat
     tenhtml="true" type="BINDATA" /> |  280       <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flat
     tenhtml="true" type="BINDATA" /> | 
|  281       <if expr="enable_settings_app"> |  281       <if expr="enable_settings_app"> | 
|  282         <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\m
     anifest.json" type="BINDATA" /> |  282         <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\m
     anifest.json" type="BINDATA" /> | 
|  283       </if> |  283       </if> | 
|  284       <if expr="enable_google_now"> |  284       <if expr="enable_google_now"> | 
|  285         <include name="IDR_GOOGLE_NOW_MANIFEST" file="resources\google_now\manif
     est.json" type="BINDATA" /> |  285         <include name="IDR_GOOGLE_NOW_MANIFEST" file="resources\google_now\manif
     est.json" type="BINDATA" /> | 
|  286       </if> |  286       </if> | 
 |  287       <include name="IDR_SITE_ENGAGEMENT_HTML" file="resources\engagement\site_e
     ngagement.html" flattenhtml="true" type="BINDATA" /> | 
 |  288       <include name="IDR_SITE_ENGAGEMENT_JS" file="resources\engagement\site_eng
     agement.js" flattenhtml="true" type="BINDATA" /> | 
 |  289       <include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome\b
     rowser\ui\webui\engagement\site_engagement.mojom.js" use_base_dir="false" type="
     BINDATA"/> | 
 |  290       <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_CSS" file="resources\e
     ngagement\engagement_table.css" type="BINDATA" /> | 
 |  291       <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_HTML" file="resources\
     engagement\engagement_table.html" type="BINDATA" /> | 
 |  292       <include name="IDR_SITE_ENGAGEMENT_ENGAGEMENT_TABLE_JS" file="resources\en
     gagement\engagement_table.js" type="BINDATA" /> | 
|  287       <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml=
     "true" type="BINDATA" /> |  293       <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml=
     "true" type="BINDATA" /> | 
|  288       <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" /
     > |  294       <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" /
     > | 
|  289       <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" 
     flattenhtml="true" type="BINDATA" /> |  295       <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" 
     flattenhtml="true" type="BINDATA" /> | 
|  290       <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat
     tenhtml="true" type="BINDATA" /> |  296       <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat
     tenhtml="true" type="BINDATA" /> | 
|  291       <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type
     ="BINDATA" /> |  297       <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type
     ="BINDATA" /> | 
|  292       <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac
     tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |  298       <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac
     tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
|  293       <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act
     ions.css" type="BINDATA" /> |  299       <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act
     ions.css" type="BINDATA" /> | 
|  294       <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti
     ons.js" type="BINDATA" /> |  300       <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti
     ons.js" type="BINDATA" /> | 
|  295       <if expr="enable_webrtc"> |  301       <if expr="enable_webrtc"> | 
|  296         <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.h
     tml" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |  302         <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.h
     tml" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  446         </if> |  452         </if> | 
|  447         <include name="IDR_BRAILLE_MANIFEST" file="resources\chromeos\braille_im
     e\manifest.json" type="BINDATA" /> |  453         <include name="IDR_BRAILLE_MANIFEST" file="resources\chromeos\braille_im
     e\manifest.json" type="BINDATA" /> | 
|  448       </if> |  454       </if> | 
|  449       <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p
     roxy\manifest.json" type="BINDATA" /> |  455       <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p
     roxy\manifest.json" type="BINDATA" /> | 
|  450       <if expr="enable_media_router"> |  456       <if expr="enable_media_router"> | 
|  451         <part file="media_router_resources.grdp" /> |  457         <part file="media_router_resources.grdp" /> | 
|  452       </if> |  458       </if> | 
|  453     </includes> |  459     </includes> | 
|  454   </release> |  460   </release> | 
|  455 </grit> |  461 </grit> | 
| OLD | NEW |