OLD | NEW |
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // NOTE(slightlyoff): the below is generated, and apparently, magical. | 5 // NOTE(slightlyoff): the below is generated, and apparently, magical. |
6 // Seemingly innocuous edits totally destroy registration of the DLL. | 6 // Seemingly innocuous edits totally destroy registration of the DLL. |
7 // Edit at your own peril. | 7 // Edit at your own peril. |
8 | 8 |
9 #ifdef APSTUDIO_INVOKED | 9 #ifdef APSTUDIO_INVOKED |
10 # error Don't open this in the GUI, it'll be massacred on save. | 10 # error Don't open this in the GUI, it'll be massacred on save. |
11 #endif // APSTUDIO_INVOKED | 11 #endif // APSTUDIO_INVOKED |
12 | 12 |
13 | 13 |
14 #define APSTUDIO_READONLY_SYMBOLS | 14 #define APSTUDIO_READONLY_SYMBOLS |
15 ///////////////////////////////////////////////////////////////////////////// | 15 ///////////////////////////////////////////////////////////////////////////// |
16 // | 16 // |
17 // Generated from the TEXTINCLUDE 2 resource. | 17 // Generated from the TEXTINCLUDE 2 resource. |
18 // | 18 // |
19 #include "winres.h" | 19 #include "winresrc.h" |
20 | 20 |
21 ///////////////////////////////////////////////////////////////////////////// | 21 ///////////////////////////////////////////////////////////////////////////// |
22 #undef APSTUDIO_READONLY_SYMBOLS | 22 #undef APSTUDIO_READONLY_SYMBOLS |
23 | 23 |
24 ///////////////////////////////////////////////////////////////////////////// | 24 ///////////////////////////////////////////////////////////////////////////// |
25 // English (U.S.) resources | 25 // English (U.S.) resources |
26 | 26 |
27 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | 27 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
28 #ifdef _WIN32 | 28 #ifdef _WIN32 |
29 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | 29 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
30 #pragma code_page(1252) | 30 #pragma code_page(1252) |
31 #endif //_WIN32 | 31 #endif //_WIN32 |
32 #endif // English (U.S.) resources | 32 #endif // English (U.S.) resources |
33 | 33 |
34 ///////////////////////////////////////////////////////////////////////////// | 34 ///////////////////////////////////////////////////////////////////////////// |
35 // | 35 // |
36 // Generated from the TEXTINCLUDE 3 resource. | 36 // Generated from the TEXTINCLUDE 3 resource. |
37 // | 37 // |
38 1 TYPELIB "chrome_tab.tlb" | 38 1 TYPELIB "chrome_tab.tlb" |
OLD | NEW |