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 <output filename="browser_resources.rc" type="rc_all" /> | 8 <output filename="browser_resources.rc" type="rc_all" /> |
9 </outputs> | 9 </outputs> |
10 <release seq="1"> | 10 <release seq="1"> |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 <if expr="pp_ifdef('chromeos')"> | 281 <if expr="pp_ifdef('chromeos')"> |
282 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w
allpaper_manager\manifest.json" type="BINDATA" /> | 282 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w
allpaper_manager\manifest.json" type="BINDATA" /> |
283 </if> | 283 </if> |
284 <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_ash')"
> | 284 <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_ash')"
> |
285 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt
enhtml="true" type="BINDATA" /> | 285 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt
enhtml="true" type="BINDATA" /> |
286 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo
dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> | 286 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo
dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> |
287 </if> | 287 </if> |
288 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> | 288 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> |
289 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json
" type="BINDATA" /> | 289 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json
" type="BINDATA" /> |
290 </if> | 290 </if> |
291 <include name="IDR_SCRIPT_BUBBLE_MANIFEST" file="resources\script_bubble\m
anifest.json" type="BINDATA" /> | |
292 <if expr="pp_ifdef('use_ash')"> | 291 <if expr="pp_ifdef('use_ash')"> |
293 <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.cs
s" type="BINDATA" /> | 292 <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.cs
s" type="BINDATA" /> |
294 <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.h
tml" type="BINDATA" /> | 293 <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.h
tml" type="BINDATA" /> |
295 <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js"
type="BINDATA" /> | 294 <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js"
type="BINDATA" /> |
296 </if> | 295 </if> |
297 <if expr="is_win"> | 296 <if expr="is_win"> |
298 <include name="IDR_SET_AS_DEFAULT_BROWSER_JS" file="resources\set_as_def
ault_browser.js" flattenhtml="true" type="BINDATA" /> | 297 <include name="IDR_SET_AS_DEFAULT_BROWSER_JS" file="resources\set_as_def
ault_browser.js" flattenhtml="true" type="BINDATA" /> |
299 <include name="IDR_SET_AS_DEFAULT_BROWSER_HTML" file="resources\set_as_d
efault_browser.html" flattenhtml="true" allowexternalscript="true" type="BINDATA
" /> | 298 <include name="IDR_SET_AS_DEFAULT_BROWSER_HTML" file="resources\set_as_d
efault_browser.html" flattenhtml="true" allowexternalscript="true" type="BINDATA
" /> |
300 </if> | 299 </if> |
301 <include name="IDR_MANAGED_MODE_BLOCK_INTERSTITIAL_HTML" file="resources\m
anaged_mode_block_interstitial.html" flattenhtml="true" type="BINDATA" /> | 300 <include name="IDR_MANAGED_MODE_BLOCK_INTERSTITIAL_HTML" file="resources\m
anaged_mode_block_interstitial.html" flattenhtml="true" type="BINDATA" /> |
302 </includes> | 301 </includes> |
303 </release> | 302 </release> |
304 </grit> | 303 </grit> |
OLD | NEW |