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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=1', 10 'ENABLE_DATAGRID=1',
(...skipping 4200 matching lines...) Expand 10 before | Expand all | Expand 10 after
4211 'api/public/x11/WebScreenInfoFactory.h', 4211 'api/public/x11/WebScreenInfoFactory.h',
4212 'api/public/mac/WebInputEventFactory.h', 4212 'api/public/mac/WebInputEventFactory.h',
4213 'api/public/mac/WebScreenInfoFactory.h', 4213 'api/public/mac/WebScreenInfoFactory.h',
4214 'api/public/WebCache.h', 4214 'api/public/WebCache.h',
4215 'api/public/WebCanvas.h', 4215 'api/public/WebCanvas.h',
4216 'api/public/WebClipboard.h', 4216 'api/public/WebClipboard.h',
4217 'api/public/WebColor.h', 4217 'api/public/WebColor.h',
4218 'api/public/WebCommon.h', 4218 'api/public/WebCommon.h',
4219 'api/public/WebConsoleMessage.h', 4219 'api/public/WebConsoleMessage.h',
4220 'api/public/WebCString.h', 4220 'api/public/WebCString.h',
4221 'api/public/WebCursorInfo.h',
4221 'api/public/WebData.h', 4222 'api/public/WebData.h',
4222 'api/public/WebDataSource.h', 4223 'api/public/WebDataSource.h',
4223 'api/public/WebDragData.h', 4224 'api/public/WebDragData.h',
4224 'api/public/WebFindOptions.h', 4225 'api/public/WebFindOptions.h',
4225 'api/public/WebForm.h', 4226 'api/public/WebForm.h',
4226 'api/public/WebHistoryItem.h', 4227 'api/public/WebHistoryItem.h',
4227 'api/public/WebHTTPBody.h', 4228 'api/public/WebHTTPBody.h',
4228 'api/public/WebImage.h', 4229 'api/public/WebImage.h',
4229 'api/public/WebInputEvent.h', 4230 'api/public/WebInputEvent.h',
4230 'api/public/WebKit.h', 4231 'api/public/WebKit.h',
(...skipping 28 matching lines...) Expand all
4259 'api/src/gtk/WebFontInfo.h', 4260 'api/src/gtk/WebFontInfo.h',
4260 'api/src/gtk/WebInputEventFactory.cpp', 4261 'api/src/gtk/WebInputEventFactory.cpp',
4261 'api/src/x11/WebScreenInfoFactory.cpp', 4262 'api/src/x11/WebScreenInfoFactory.cpp',
4262 'api/src/mac/WebInputEventFactory.mm', 4263 'api/src/mac/WebInputEventFactory.mm',
4263 'api/src/mac/WebScreenInfoFactory.mm', 4264 'api/src/mac/WebScreenInfoFactory.mm',
4264 'api/src/MediaPlayerPrivateChromium.cpp', 4265 'api/src/MediaPlayerPrivateChromium.cpp',
4265 'api/src/ResourceHandle.cpp', 4266 'api/src/ResourceHandle.cpp',
4266 'api/src/TemporaryGlue.h', 4267 'api/src/TemporaryGlue.h',
4267 'api/src/WebCache.cpp', 4268 'api/src/WebCache.cpp',
4268 'api/src/WebCString.cpp', 4269 'api/src/WebCString.cpp',
4270 'api/src/WebCursorInfo.cpp',
4269 'api/src/WebData.cpp', 4271 'api/src/WebData.cpp',
4270 'api/src/WebDragData.cpp', 4272 'api/src/WebDragData.cpp',
4271 'api/src/WebForm.cpp', 4273 'api/src/WebForm.cpp',
4272 'api/src/WebHistoryItem.cpp', 4274 'api/src/WebHistoryItem.cpp',
4273 'api/src/WebHTTPBody.cpp', 4275 'api/src/WebHTTPBody.cpp',
4274 'api/src/WebImageCG.cpp', 4276 'api/src/WebImageCG.cpp',
4275 'api/src/WebImageSkia.cpp', 4277 'api/src/WebImageSkia.cpp',
4276 'api/src/WebInputEvent.cpp', 4278 'api/src/WebInputEvent.cpp',
4277 'api/src/WebKit.cpp', 4279 'api/src/WebKit.cpp',
4278 'api/src/WebMediaPlayerClientImpl.cpp', 4280 'api/src/WebMediaPlayerClientImpl.cpp',
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4893 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4895 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4896 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4895 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4897 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4896 ], 4898 ],
4897 }, 4899 },
4898 ], 4900 ],
4899 }, 4901 },
4900 ], 4902 ],
4901 } 4903 }
OLDNEW
« 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