Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: chrome_frame/resources/chrome_frame_resources.grd

Issue 2359002: Simplify Chrome Frame usage of Chrome identifiers by simply using the Chrome ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 Copyright (c) 2009 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.rc" type="rc_all" lang="en"/>
20 <output filename="chrome_frame_resources.pak" type="data_package" /> 20 <output filename="chrome_frame_resources.pak" type="data_package" />
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_CHROMETAB" file="../chrome_tab.rgs" 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" /> 30 <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REG ISTRY" />
31 <include name="IDR_CHROMEACTIVEDOCUMENT" file="../chrome_active_document.r gs" 31 <include name="IDR_CHROMEACTIVEDOCUMENT" file="../chrome_active_document.r gs"
32 type="REGISTRY" /> 32 type="REGISTRY" />
33 <include name="IDR_CHROMEFRAME" file="../chrome_frame_activex.rgs" type="R EGISTRY" /> 33 <include name="IDR_CHROMEFRAME_ACTIVEX" file="../chrome_frame_activex.rgs" type="REGISTRY" />
34 <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" />
35 </includes> 35 </includes>
36 </release> 36 </release>
37 </grit> 37 </grit>
OLDNEW
« no previous file with comments | « chrome_frame/chrome_imported_resources.cc ('k') | chrome_frame/resources/structured_resources.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698