| 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.pak" type="data_package" /> | 19 <output filename="chrome_frame_resources.pak" type="data_package" /> |
| 20 <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/> | 20 <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 32 <include name="IDR_CHROMEFRAME_ELEVATION" file="../chrome_frame_elevation.
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" /> | 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" /> | 34 <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REG
ISTRY" /> |
| 35 <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" /> | 35 <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" /> |
| 36 <if expr="pp_ifdef('_google_chrome')"> | 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" /> | 37 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/googl
e_chrome/chrome.ico" type="ICON" /> |
| 38 </if> | 38 </if> |
| 39 <if expr="not pp_ifdef('_google_chrome')"> | 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" /> | 40 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/chrom
ium/chromium.ico" type="ICON" /> |
| 41 </if> | 41 </if> |
| 42 <include name="IDB_TURNDOWN_PROMPT_CLOSE_BUTTON" file="../../chrome/app/th
eme/default_100_percent/common/cf_close_strip.bmp" type="BITMAP" /> |
| 42 </includes> | 43 </includes> |
| 43 </release> | 44 </release> |
| 44 </grit> | 45 </grit> |
| OLD | NEW |