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

Side by Side Diff: win8/test/test_registrar.rc

Issue 12096064: Automatic Win8 default browser registration for the ash unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dear Greg. Created 7 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
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Resource script for test_registrar.exe.
2 // 2 //
3 #include "resource.h" 3 #include "test_registrar_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 #include "winres.h" 10 #include "winres.h"
11 #include "verrsrc.h" 11 #include "verrsrc.h"
12 12
13 ///////////////////////////////////////////////////////////////////////////// 13 /////////////////////////////////////////////////////////////////////////////
(...skipping 23 matching lines...) Expand all
37 "\0" 37 "\0"
38 END 38 END
39 39
40 #endif // APSTUDIO_INVOKED 40 #endif // APSTUDIO_INVOKED
41 41
42 ///////////////////////////////////////////////////////////////////////////// 42 /////////////////////////////////////////////////////////////////////////////
43 // 43 //
44 // REGISTRY 44 // REGISTRY
45 // 45 //
46 46
47 IDR_COMMANDEXECUTEIMPL REGISTRY "command_execute_impl.rgs" 47 IDR_TESTDELEGATEEXECUTE REGISTRY "test_registrar.rgs"
48
49 /////////////////////////////////////////////////////////////////////////////
50 //
51 // String Table
52 //
53
54 STRINGTABLE
55 BEGIN
56 IDS_PROJNAME "DelegateExecute"
57 END
58 48
59 #endif // English (United States) resources 49 #endif // English (United States) resources
60 ///////////////////////////////////////////////////////////////////////////// 50 /////////////////////////////////////////////////////////////////////////////
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698