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

Side by Side Diff: ui/gfx/icon_util_unittests.rc

Issue 147803002: ui: Time to empty the ui/test/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « ui/gfx/icon_util_unittest.cc ('k') | ui/gfx/icon_util_unittests_resource.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "ui_unittests_resource.h" 3 #include "icon_util_unittests_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h" 11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS 12 #undef APSTUDIO_HIDDEN_SYMBOLS
13 13
14 ///////////////////////////////////////////////////////////////////////////// 14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS 15 #undef APSTUDIO_READONLY_SYMBOLS
16 16
17 ///////////////////////////////////////////////////////////////////////////// 17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources 18 // English (U.S.) resources
19 19
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 #ifdef _WIN32 21 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252) 23 #pragma code_page(1252)
24 #endif //_WIN32 24 #endif //_WIN32
25 25
26 ///////////////////////////////////////////////////////////////////////////// 26 /////////////////////////////////////////////////////////////////////////////
27 // 27 //
28 // Icon 28 // Icon
29 // 29 //
30 30
31 // Icon with lowest ID value placed first to ensure application icon 31 // Icon with lowest ID value placed first to ensure application icon
32 // remains consistent on all systems. 32 // remains consistent on all systems.
33 IDR_MAINFRAME ICON "ui_unittests.ico" 33 IDR_MAINFRAME ICON "icon_util_unittests.ico"
34 34
35 #endif // English (U.S.) resources 35 #endif // English (U.S.) resources
36 ///////////////////////////////////////////////////////////////////////////// 36 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « ui/gfx/icon_util_unittest.cc ('k') | ui/gfx/icon_util_unittests_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698