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

Side by Side Diff: chrome/default_plugin/default_plugin_resources.rc

Issue 2813047: Move default_plugin from webkit/ to chrome/ (Closed)
Patch Set: fix windows? Created 10 years, 5 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
OLDNEW
1 // Resources used by webkit/default_plugin. 1 // Resources used by webkit/default_plugin.
2 // 2 //
3 // Paths in this file are relative to SolutionDir. 3 // Paths in this file are relative to SolutionDir.
4 4
5 #ifdef APSTUDIO_INVOKED 5 #ifdef APSTUDIO_INVOKED
6 #error // Don't open in the Visual Studio resource editor! 6 #error // Don't open in the Visual Studio resource editor!
7 #endif //APSTUDIO_INVOKED 7 #endif //APSTUDIO_INVOKED
8 8
9 #include <winuser.h> 9 #include <winuser.h>
10 #include "webkit\\default_plugin\\default_plugin_resources.h" 10 #include "webkit\\default_plugin\\default_plugin_resources.h"
(...skipping 11 matching lines...) Expand all
22 DEFPUSHBUTTON "",IDB_GET_THE_PLUGIN,32,100,81,14 22 DEFPUSHBUTTON "",IDB_GET_THE_PLUGIN,32,100,81,14
23 PUSHBUTTON "",IDCANCEL,133,100,74,14 23 PUSHBUTTON "",IDCANCEL,133,100,74,14
24 LTEXT "",IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL,17,50,204,27 24 LTEXT "",IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL,17,50,204,27
25 END 25 END
26 26
27 ///////////////////////////////////////////////////////////////////////////// 27 /////////////////////////////////////////////////////////////////////////////
28 // 28 //
29 // Icon used by the default plugin window. 29 // Icon used by the default plugin window.
30 // 30 //
31 IDI_DEFAULT_PLUGIN_ICON ICON "webkit\\default_plugin\\def ault_plugin.ico" 31 IDI_DEFAULT_PLUGIN_ICON ICON "webkit\\default_plugin\\def ault_plugin.ico"
OLDNEW
« no previous file with comments | « chrome/default_plugin/default_plugin_resources.h ('k') | chrome/default_plugin/install_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698