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

Unified Diff: webkit/webkit.gyp

Issue 155172: Start using WebCursorInfo from the WebKit API. WebCursorInfo is a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 20148)
+++ webkit/webkit.gyp (working copy)
@@ -4218,6 +4218,7 @@
'api/public/WebCommon.h',
'api/public/WebConsoleMessage.h',
'api/public/WebCString.h',
+ 'api/public/WebCursorInfo.h',
'api/public/WebData.h',
'api/public/WebDataSource.h',
'api/public/WebDragData.h',
@@ -4266,6 +4267,7 @@
'api/src/TemporaryGlue.h',
'api/src/WebCache.cpp',
'api/src/WebCString.cpp',
+ 'api/src/WebCursorInfo.cpp',
'api/src/WebData.cpp',
'api/src/WebDragData.cpp',
'api/src/WebForm.cpp',
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698