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

Side by Side Diff: chrome/app/chrome_dll.rc

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Missing file Created 4 years, 1 month 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
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "chrome_dll_resource.h" 3 #include "chrome_dll_resource.h"
4 #include "chrome_command_ids.h" 4 #include "chrome_command_ids.h"
5 #include "printing/features/features.h"
5 6
6 #define APSTUDIO_READONLY_SYMBOLS 7 #define APSTUDIO_READONLY_SYMBOLS
7 ///////////////////////////////////////////////////////////////////////////// 8 /////////////////////////////////////////////////////////////////////////////
8 // 9 //
9 // Generated from the TEXTINCLUDE 2 resource. 10 // Generated from the TEXTINCLUDE 2 resource.
10 // 11 //
11 #define APSTUDIO_HIDDEN_SYMBOLS 12 #define APSTUDIO_HIDDEN_SYMBOLS
12 #include "windows.h" 13 #include "windows.h"
13 #undef APSTUDIO_HIDDEN_SYMBOLS 14 #undef APSTUDIO_HIDDEN_SYMBOLS
14 15
(...skipping 11 matching lines...) Expand all
26 27
27 ///////////////////////////////////////////////////////////////////////////// 28 /////////////////////////////////////////////////////////////////////////////
28 // 29 //
29 // Accelerator 30 // Accelerator
30 // 31 //
31 32
32 // Note that we don't handle any of the VK_BROWSER_* commands here. We will 33 // Note that we don't handle any of the VK_BROWSER_* commands here. We will
33 // pick those up in the WM_APPCOMMAND message. 34 // pick those up in the WM_APPCOMMAND message.
34 IDR_MAINFRAME ACCELERATORS 35 IDR_MAINFRAME ACCELERATORS
35 BEGIN 36 BEGIN
36 #if defined(ENABLE_BASIC_PRINTING) 37 #if BUILDFLAG(ENABLE_BASIC_PRINTING)
37 "P", IDC_BASIC_PRINT, VIRTKEY, CONTROL, SHIFT 38 "P", IDC_BASIC_PRINT, VIRTKEY, CONTROL, SHIFT
38 #endif // ENABLE_BASIC_PRINTING 39 #endif // ENABLE_BASIC_PRINTING
39 VK_LEFT, IDC_BACK, VIRTKEY, ALT 40 VK_LEFT, IDC_BACK, VIRTKEY, ALT
40 VK_BACK, IDC_BACK, VIRTKEY 41 VK_BACK, IDC_BACK, VIRTKEY
41 "D", IDC_BOOKMARK_PAGE, VIRTKEY, CONTROL 42 "D", IDC_BOOKMARK_PAGE, VIRTKEY, CONTROL
42 "D", IDC_BOOKMARK_ALL_TABS, VIRTKEY, CONTROL, SHIFT 43 "D", IDC_BOOKMARK_ALL_TABS, VIRTKEY, CONTROL, SHIFT
43 VK_DELETE, IDC_CLEAR_BROWSING_DATA, VIRTKEY, CONTROL, SHIFT 44 VK_DELETE, IDC_CLEAR_BROWSING_DATA, VIRTKEY, CONTROL, SHIFT
44 VK_F4, IDC_CLOSE_TAB, VIRTKEY, CONTROL 45 VK_F4, IDC_CLOSE_TAB, VIRTKEY, CONTROL
45 "W", IDC_CLOSE_TAB, VIRTKEY, CONTROL 46 "W", IDC_CLOSE_TAB, VIRTKEY, CONTROL
46 "W", IDC_CLOSE_WINDOW, VIRTKEY, CONTROL, SHIFT 47 "W", IDC_CLOSE_WINDOW, VIRTKEY, CONTROL, SHIFT
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 // 239 //
239 // Generated from the TEXTINCLUDE 3 resource. 240 // Generated from the TEXTINCLUDE 3 resource.
240 // 241 //
241 242
242 243
243 ///////////////////////////////////////////////////////////////////////////// 244 /////////////////////////////////////////////////////////////////////////////
244 #endif // not APSTUDIO_INVOKED 245 #endif // not APSTUDIO_INVOKED
245 246
246 // (temp change to touch this file or incremental builds may break now 247 // (temp change to touch this file or incremental builds may break now
247 // that we removed chrome_dll_version.rc from it) 248 // that we removed chrome_dll_version.rc from it)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698