summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor_win.cc
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 00:59:35 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 00:59:35 +0000
commitbc4451ceed50867267e75b6677c945e39442e332 (patch)
tree19708267599270dc64d3763695883610fb673518 /webkit/glue/webcursor_win.cc
parentafeb8f17bae749928b280fb6a755f3e4696d91d7 (diff)
downloadchromium_src-bc4451ceed50867267e75b6677c945e39442e332.zip
chromium_src-bc4451ceed50867267e75b6677c945e39442e332.tar.gz
chromium_src-bc4451ceed50867267e75b6677c945e39442e332.tar.bz2
Move webkit_resources.rc to webkit_resources.grd. Add
webkit_resources.vcproj which creates the .rc files and have webkit glue depend on it. I had to add a flag to grit that allows a resource to be in the header, but not in the .rc file. We do this for a test_shell only resource that is not compiled in. SCons build also works on windows. I still need to update the other .sln files and mac build. Review URL: http://codereview.chromium.org/17466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webcursor_win.cc')
-rw-r--r--webkit/glue/webcursor_win.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/glue/webcursor_win.cc b/webkit/glue/webcursor_win.cc
index b529e06..a31b75d 100644
--- a/webkit/glue/webcursor_win.cc
+++ b/webkit/glue/webcursor_win.cc
@@ -12,7 +12,9 @@
#include "base/pickle.h"
#include "skia/include/SkBitmap.h"
#include "webkit/glue/webcursor.h"
-#include "webkit/glue/webkit_resources.h"
+
+// Generated by GRIT
+#include "webkit_resources.h"
using WebCore::PlatformCursor;