summaryrefslogtreecommitdiffstats
path: root/chrome_frame/resources/chrome_frame_resources.grd
blob: e9e1bc4122e2098cee165fbd343af7632a0f908f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>

<!-- 
Copyright (c) 2010 The Chromium Authors. All rights reserved.  Use of this
source code is governed by a BSD-style license that can be found in the LICENSE
file.
-->

<!--
Embeded strings, branding resource, etc. See chrome_frame_strings.grd 
for localizable strings
-->

<grit latest_public_release="0" current_release="1">
  <outputs>
    <output filename="grit/chrome_frame_resources.h" type="rc_header">
      <emit emit_type='prepend'></emit>
    </output>
    <output filename="chrome_frame_resources.pak" type="data_package" />
    <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/>
  </outputs>
  <release seq="1">
    <structures>
      <structure name="IDR_CHROME_FRAME_IE_FULL_TAB" file="structured_resources.rc" type="accelerators" >
      </structure>
    </structures>
    <includes>
      <include name="IDR_REGISTER_BHO" file="../register_bho.rgs" type="REGISTRY" />
      <include name="IDR_BHO" file="../bho.rgs" type="REGISTRY" />
      <include name="IDR_CHROMEACTIVEDOCUMENT" file="../chrome_active_document.rgs" type="REGISTRY" />
      <include name="IDR_CHROMEFRAME_ACTIVEX" file="../chrome_frame_activex.rgs" type="REGISTRY" />
      <include name="IDR_CHROMEFRAME_ELEVATION" file="../chrome_frame_elevation.rgs" type="REGISTRY" />
      <include name="IDR_CHROMEFRAME_NPAPI" file="../chrome_frame_npapi.rgs" type="REGISTRY" />
      <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REGISTRY" />
      <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" />
      <if expr="pp_ifdef('_google_chrome')">
        <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/google_chrome/chrome.ico" type="ICON" />
      </if>
      <if expr="not pp_ifdef('_google_chrome')">
        <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/chromium/chromium.ico" type="ICON" />
      </if>
    </includes>
  </release>
</grit>