Remove EWK_BRINGUPS for M120 #3
[platform/framework/web/chromium-efl.git] / chrome / app / chrome_exe.rc
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "build/branding_buildflags.h"
4 #include "chrome_exe_resource.h"
5
6 #define APSTUDIO_READONLY_SYMBOLS
7 /////////////////////////////////////////////////////////////////////////////
8 //
9 // Generated from the TEXTINCLUDE 2 resource.
10 //
11 #define APSTUDIO_HIDDEN_SYMBOLS
12 #include "windows.h"
13 #undef APSTUDIO_HIDDEN_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 #undef APSTUDIO_READONLY_SYMBOLS
17
18 /////////////////////////////////////////////////////////////////////////////
19 // English (U.S.) resources
20
21 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
22 #ifdef _WIN32
23 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24 #pragma code_page(1252)
25 #endif //_WIN32
26
27
28 /////////////////////////////////////////////////////////////////////////////
29 //
30 // Icon
31 //
32
33 // The application icon should: have the lowest ID, be placed first, and its
34 // resource name should be alphabetically less than the name of any other icon
35 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx).
36 // Note: chrome/installer/util/shell_util.cc depends on the order and number of
37 // icons.  To avoid breaking existing shortcuts, add new icons at the end
38 // (following the ordering described above).
39 #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
40 IDR_MAINFRAME           ICON       "theme\\google_chrome\\win\\chrome.ico"
41 // These three are no longer used, but remain as placeholders. (They cannot be
42 // removed, or existing shortcuts to the later resources will break.)
43 IDR_MAINFRAME_2         ICON       "theme\\google_chrome\\win\\placeholder.ico"
44 IDR_MAINFRAME_3         ICON       "theme\\google_chrome\\win\\placeholder.ico"
45 IDR_MAINFRAME_4         ICON       "theme\\google_chrome\\win\\placeholder.ico"
46 // The SXS icon must have an index of 4, the constant is used in Chrome code to
47 // identify it.
48 IDR_SXS                 ICON       "theme\\google_chrome\\win\\chrome_sxs.ico"
49 #else
50 IDR_MAINFRAME           ICON       "theme\\chromium\\win\\chromium.ico"
51 #endif
52
53 // Start a naming scheme to keep icons in order. A leading X is used to keep
54 // the name alphabetically after IDR_SXS. The maximum of the number that follows
55 // should be incremented when a new icon is added. The icon indices in
56 // chrome_icon_resources_win.h should also be updated.
57
58 #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
59 IDR_X001_APP_LIST       ICON       "theme\\google_chrome\\win\\app_list.ico"
60 IDR_X002_APP_LIST_SXS   ICON       "theme\\google_chrome\\win\\app_list_sxs.ico"
61 IDR_X003_INCOGNITO      ICON       "theme\\google_chrome\\win\\incognito.ico"
62 IDR_X004_DEV            ICON       "theme\\google_chrome\\win\\chrome_dev.ico"
63 IDR_X005_BETA           ICON       "theme\\google_chrome\\win\\chrome_beta.ico"
64 #else
65 IDR_X001_APP_LIST       ICON       "theme\\chromium\\win\\app_list.ico"
66 IDR_X003_INCOGNITO      ICON       "theme\\chromium\\win\\incognito.ico"
67 #endif
68
69
70 /////////////////////////////////////////////////////////////////////////////
71 //
72 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
73 // by Omaha. Executables must both be signed by Google and contain the marker
74 // in order to expose application commands.
75 //
76 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
77
78 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
79
80
81 #endif    // English (U.S.) resources
82 /////////////////////////////////////////////////////////////////////////////