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

Side by Side Diff: chrome/renderer/renderer_resources.rc

Issue 18183: First pass as implementing the greasemonkey API. This patch (Closed)
Patch Set: Created 11 years, 11 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
« no previous file with comments | « chrome/renderer/renderer_resources.h ('k') | chrome/renderer/user_script_slave.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Resources used by renderer/*. 1 // Resources used by renderer/*.
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 "renderer\\renderer_resources.h" 9 #include "renderer\\renderer_resources.h"
10 10
11 ///////////////////////////////////////////////////////////////////////////// 11 /////////////////////////////////////////////////////////////////////////////
12 // 12 //
13 // data resources 13 // data resources
14 // 14 //
15 15
16 IDR_NET_ERROR_HTML BINDATA "renderer\\resources\\neterror.html" 16 IDR_NET_ERROR_HTML BINDATA "renderer\\resources\\neterror.html"
17 IDR_INSECURE_CONTENT_STAMP BINDATA "renderer\\resources\\insecure_content_st amp.png" 17 IDR_INSECURE_CONTENT_STAMP BINDATA "renderer\\resources\\insecure_content_st amp.png"
18 IDR_ERROR_NO_DETAILS_HTML BINDATA "renderer\\resources\\error_no_details.ht ml" 18 IDR_ERROR_NO_DETAILS_HTML BINDATA "renderer\\resources\\error_no_details.ht ml"
19 IDR_GREASEMONKEY_API_JS BINDATA "renderer\\resources\\greasemonkey_api.js "
OLDNEW
« no previous file with comments | « chrome/renderer/renderer_resources.h ('k') | chrome/renderer/user_script_slave.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698