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

Side by Side Diff: webkit/tools/test_shell/resource.h

Issue 6283019: Render using WebPaintSurface. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « webkit/support/webkit_support.gypi ('k') | webkit/tools/test_shell/resources/test_shell.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 //{{NO_DEPENDENCIES}} 5 //{{NO_DEPENDENCIES}}
6 // Microsoft Visual C++ generated include file. 6 // Microsoft Visual C++ generated include file.
7 // Used by test_shell.rc 7 // Used by test_shell.rc
8 // 8 //
9 9
10 #define IDS_APP_TITLE 103 10 #define IDS_APP_TITLE 103
11 11
12 #define IDR_MAINFRAME 128 12 #define IDR_MAINFRAME 128
13 #define IDD_TESTSHELL_DIALOG 102 13 #define IDD_TESTSHELL_DIALOG 102
14 #define IDD_ABOUTBOX 103 14 #define IDD_ABOUTBOX 103
15 #define IDM_ABOUT 104 15 #define IDM_ABOUT 104
16 #define IDM_EXIT 105 16 #define IDM_EXIT 105
17 #define IDM_DUMP_BODY_TEXT 110 17 #define IDM_DUMP_BODY_TEXT 110
18 #define IDM_DUMP_RENDER_TREE 111 18 #define IDM_DUMP_RENDER_TREE 111
19 #define IDM_ENABLE_IMAGES 114 19 #define IDM_ENABLE_IMAGES 114
20 #define IDM_ENABLE_PLUGINS 115 20 #define IDM_ENABLE_PLUGINS 115
21 #define IDM_ENABLE_SCRIPTS 116 21 #define IDM_ENABLE_SCRIPTS 116
22 #define IDM_SHOW_PAINT_RECTS 117
22 #define IDM_SHOW_DEV_TOOLS 112 23 #define IDM_SHOW_DEV_TOOLS 112
23 #define IDI_TESTSHELL 107 24 #define IDI_TESTSHELL 107
24 #define IDI_SMALL 108 25 #define IDI_SMALL 108
25 #define IDC_TESTSHELL 109 26 #define IDC_TESTSHELL 109
26 #define IDR_AHEM_FONT 113 27 #define IDR_AHEM_FONT 113
27 #define IDC_MYICON 2 28 #define IDC_MYICON 2
28 #define IDC_NAV_BACK 1001 29 #define IDC_NAV_BACK 1001
29 #define IDC_NAV_FORWARD 1002 30 #define IDC_NAV_FORWARD 1002
30 #define IDC_NAV_RELOAD 1003 31 #define IDC_NAV_RELOAD 1003
31 #define IDC_NAV_STOP 1004 32 #define IDC_NAV_STOP 1004
32 #ifndef IDC_STATIC 33 #ifndef IDC_STATIC
33 #define IDC_STATIC -1 34 #define IDC_STATIC -1
34 #endif 35 #endif
35 // Next default values for new objects 36 // Next default values for new objects
36 // 37 //
37 #ifdef APSTUDIO_INVOKED 38 #ifdef APSTUDIO_INVOKED
38 #ifndef APSTUDIO_READONLY_SYMBOLS 39 #ifndef APSTUDIO_READONLY_SYMBOLS
39 40
40 #define _APS_NO_MFC 130 41 #define _APS_NO_MFC 130
41 #define _APS_NEXT_RESOURCE_VALUE 129 42 #define _APS_NEXT_RESOURCE_VALUE 129
42 #define _APS_NEXT_COMMAND_VALUE 32771 43 #define _APS_NEXT_COMMAND_VALUE 32771
43 #define _APS_NEXT_CONTROL_VALUE 1000 44 #define _APS_NEXT_CONTROL_VALUE 1000
44 #define _APS_NEXT_SYMED_VALUE 117 45 #define _APS_NEXT_SYMED_VALUE 118
45 #endif 46 #endif
46 #endif 47 #endif
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.gypi ('k') | webkit/tools/test_shell/resources/test_shell.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698