| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 | |
| 3 <!-- | |
| 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this | |
| 5 source code is governed by a BSD-style license that can be found in the LICENSE | |
| 6 file. | |
| 7 --> | |
| 8 | |
| 9 <!-- | |
| 10 Embeded strings, branding resource, etc. See chrome_frame_strings.grd | |
| 11 for localizable strings | |
| 12 --> | |
| 13 | |
| 14 <grit latest_public_release="0" current_release="1"> | |
| 15 <outputs> | |
| 16 <output filename="grit/chrome_frame_resources.h" type="rc_header"> | |
| 17 <emit emit_type='prepend'></emit> | |
| 18 </output> | |
| 19 <output filename="chrome_frame_resources.pak" type="data_package" /> | |
| 20 <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/> | |
| 21 </outputs> | |
| 22 <release seq="1"> | |
| 23 <structures> | |
| 24 <structure name="IDR_CHROME_FRAME_IE_FULL_TAB" file="structured_resources.
rc" type="accelerators" > | |
| 25 </structure> | |
| 26 </structures> | |
| 27 <includes> | |
| 28 <include name="IDR_REGISTER_BHO" file="../register_bho.rgs" type="REGISTRY
" /> | |
| 29 <include name="IDR_BHO" file="../bho.rgs" type="REGISTRY" /> | |
| 30 <include name="IDR_CHROMEACTIVEDOCUMENT" file="../chrome_active_document.r
gs" type="REGISTRY" /> | |
| 31 <include name="IDR_CHROMEFRAME_ACTIVEX" file="../chrome_frame_activex.rgs"
type="REGISTRY" /> | |
| 32 <include name="IDR_CHROMEFRAME_ELEVATION" file="../chrome_frame_elevation.
rgs" type="REGISTRY" /> | |
| 33 <include name="IDR_CHROMEFRAME_NPAPI" file="../chrome_frame_npapi.rgs" typ
e="REGISTRY" /> | |
| 34 <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REG
ISTRY" /> | |
| 35 <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" /> | |
| 36 <if expr="pp_ifdef('_google_chrome')"> | |
| 37 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/googl
e_chrome/chrome.ico" type="ICON" /> | |
| 38 </if> | |
| 39 <if expr="not pp_ifdef('_google_chrome')"> | |
| 40 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/chrom
ium/chromium.ico" type="ICON" /> | |
| 41 </if> | |
| 42 </includes> | |
| 43 </release> | |
| 44 </grit> | |
| OLD | NEW |