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

Side by Side Diff: chrome/browser/extensions/app_host/app_host.rc

Issue 12310059: Move app_host target from c/b/extensions into src/apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
(Empty)
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "app_host_resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS
13
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
16
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources
19
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252)
24 #endif //_WIN32
25
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // Icon
29 //
30
31 // Icon with lowest ID value placed first to ensure application icon
32 // remains consistent on all systems.
33 IDI_APP_HOST_MAIN ICON "..\\..\\..\\app\\theme\\app_list.ico"
34
35 /////////////////////////////////////////////////////////////////////////////
36 //
37 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
38 // by Omaha. Executables must both be signed by Google and contain the marker
39 // in order to expose application commands.
40 //
41 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
42
43 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
44
45 #endif // English (U.S.) resources
46 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « chrome/browser/extensions/app_host/OWNERS ('k') | chrome/browser/extensions/app_host/app_host_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698