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