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

Side by Side Diff: chrome_frame/resources/tlb_resource.rc

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
« no previous file with comments | « chrome_frame/resources/structured_resources.rc ('k') | chrome_frame/scoped_ns_ptr_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // NOTE(slightlyoff): the below is generated, and apparently, magical.
6 // Seemingly innocuous edits totally destroy registration of the DLL.
7 // Edit at your own peril.
8
9
10 #define APSTUDIO_READONLY_SYMBOLS
11 /////////////////////////////////////////////////////////////////////////////
12 //
13 // Generated from the TEXTINCLUDE 2 resource.
14 //
15 #include "winres.h"
16
17 /////////////////////////////////////////////////////////////////////////////
18 #undef APSTUDIO_READONLY_SYMBOLS
19
20 /////////////////////////////////////////////////////////////////////////////
21 // English (U.S.) resources
22
23 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
24 #ifdef _WIN32
25 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
26 #pragma code_page(1252)
27 #endif //_WIN32
28
29 #ifdef APSTUDIO_INVOKED
30 /////////////////////////////////////////////////////////////////////////////
31 //
32 // TEXTINCLUDE
33 //
34
35 1 TEXTINCLUDE
36 BEGIN
37 "resource.h\0"
38 END
39
40 2 TEXTINCLUDE
41 BEGIN
42 "#include ""winres.h""\r\n"
43 "\0"
44 END
45
46 3 TEXTINCLUDE
47 BEGIN
48 "1 TYPELIB ""chrome_tab.tlb""\r\n"
49 "\0"
50 END
51 #else
52 #include "chrome_tab_version.rc"
53 #endif // APSTUDIO_INVOKED
54
55 #endif // English (U.S.) resources
56 /////////////////////////////////////////////////////////////////////////////
57
58
59
60 #ifndef APSTUDIO_INVOKED
61 /////////////////////////////////////////////////////////////////////////////
62 //
63 // Generated from the TEXTINCLUDE 3 resource.
64 //
65 1 TYPELIB "chrome_tab.tlb"
66
67 /////////////////////////////////////////////////////////////////////////////
68 #endif // not APSTUDIO_INVOKED
OLDNEW
« no previous file with comments | « chrome_frame/resources/structured_resources.rc ('k') | chrome_frame/scoped_ns_ptr_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698