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

Side by Side Diff: webkit/webkit.gyp

Issue 164225: Switch to WebFrame from the WebKit API.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/text_input_controller.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=0', 10 'ENABLE_DATAGRID=0',
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 'api/public/WebColorName.h', 979 'api/public/WebColorName.h',
980 'api/public/WebCommon.h', 980 'api/public/WebCommon.h',
981 'api/public/WebCompositionCommand.h', 981 'api/public/WebCompositionCommand.h',
982 'api/public/WebConsoleMessage.h', 982 'api/public/WebConsoleMessage.h',
983 'api/public/WebCString.h', 983 'api/public/WebCString.h',
984 'api/public/WebCursorInfo.h', 984 'api/public/WebCursorInfo.h',
985 'api/public/WebData.h', 985 'api/public/WebData.h',
986 'api/public/WebDataSource.h', 986 'api/public/WebDataSource.h',
987 'api/public/WebDragData.h', 987 'api/public/WebDragData.h',
988 'api/public/WebFindOptions.h', 988 'api/public/WebFindOptions.h',
989 'api/public/WebFrame.h',
989 'api/public/WebForm.h', 990 'api/public/WebForm.h',
990 'api/public/WebHistoryItem.h', 991 'api/public/WebHistoryItem.h',
991 'api/public/WebHTTPBody.h', 992 'api/public/WebHTTPBody.h',
992 'api/public/WebImage.h', 993 'api/public/WebImage.h',
993 'api/public/WebInputEvent.h', 994 'api/public/WebInputEvent.h',
994 'api/public/WebKit.h', 995 'api/public/WebKit.h',
995 'api/public/WebKitClient.h', 996 'api/public/WebKitClient.h',
996 'api/public/WebLocalizedString.h', 997 'api/public/WebLocalizedString.h',
997 'api/public/WebMediaPlayer.h', 998 'api/public/WebMediaPlayer.h',
998 'api/public/WebMediaPlayerClient.h', 999 'api/public/WebMediaPlayerClient.h',
999 'api/public/WebMessagePortChannel.h', 1000 'api/public/WebMessagePortChannel.h',
1000 'api/public/WebMessagePortChannelClient.h', 1001 'api/public/WebMessagePortChannelClient.h',
1001 'api/public/WebMimeRegistry.h', 1002 'api/public/WebMimeRegistry.h',
1002 'api/public/WebNavigationType.h', 1003 'api/public/WebNavigationType.h',
1003 'api/public/WebNode.h', 1004 'api/public/WebNode.h',
1004 'api/public/WebNonCopyable.h', 1005 'api/public/WebNonCopyable.h',
1005 'api/public/WebPluginListBuilder.h', 1006 'api/public/WebPluginListBuilder.h',
1006 'api/public/WebPoint.h', 1007 'api/public/WebPoint.h',
1007 'api/public/WebPopupMenu.h', 1008 'api/public/WebPopupMenu.h',
1008 'api/public/WebPopupMenuInfo.h', 1009 'api/public/WebPopupMenuInfo.h',
1010 'api/public/WebRange.h',
1009 'api/public/WebRect.h', 1011 'api/public/WebRect.h',
1010 'api/public/WebScreenInfo.h', 1012 'api/public/WebScreenInfo.h',
1011 'api/public/WebScriptSource.h', 1013 'api/public/WebScriptSource.h',
1012 'api/public/WebSettings.h', 1014 'api/public/WebSettings.h',
1013 'api/public/WebSize.h', 1015 'api/public/WebSize.h',
1014 'api/public/WebStorageArea.h', 1016 'api/public/WebStorageArea.h',
1015 'api/public/WebStorageNamespace.h', 1017 'api/public/WebStorageNamespace.h',
1016 'api/public/WebString.h', 1018 'api/public/WebString.h',
1017 'api/public/WebTextDirection.h', 1019 'api/public/WebTextDirection.h',
1018 'api/public/WebURL.h', 1020 'api/public/WebURL.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'api/src/WebHTTPBody.cpp', 1064 'api/src/WebHTTPBody.cpp',
1063 'api/src/WebImageCG.cpp', 1065 'api/src/WebImageCG.cpp',
1064 'api/src/WebImageSkia.cpp', 1066 'api/src/WebImageSkia.cpp',
1065 'api/src/WebInputEvent.cpp', 1067 'api/src/WebInputEvent.cpp',
1066 'api/src/WebKit.cpp', 1068 'api/src/WebKit.cpp',
1067 'api/src/WebMediaPlayerClientImpl.cpp', 1069 'api/src/WebMediaPlayerClientImpl.cpp',
1068 'api/src/WebMediaPlayerClientImpl.h', 1070 'api/src/WebMediaPlayerClientImpl.h',
1069 'api/src/WebNode.cpp', 1071 'api/src/WebNode.cpp',
1070 'api/src/WebPluginListBuilderImpl.cpp', 1072 'api/src/WebPluginListBuilderImpl.cpp',
1071 'api/src/WebPluginListBuilderImpl.h', 1073 'api/src/WebPluginListBuilderImpl.h',
1074 'api/src/WebRange.cpp',
1072 'api/src/WebSettingsImpl.cpp', 1075 'api/src/WebSettingsImpl.cpp',
1073 'api/src/WebSettingsImpl.h', 1076 'api/src/WebSettingsImpl.h',
1074 'api/src/WebStorageAreaImpl.cpp', 1077 'api/src/WebStorageAreaImpl.cpp',
1075 'api/src/WebStorageAreaImpl.h', 1078 'api/src/WebStorageAreaImpl.h',
1076 'api/src/WebStorageNamespaceImpl.cpp', 1079 'api/src/WebStorageNamespaceImpl.cpp',
1077 'api/src/WebStorageNamespaceImpl.h', 1080 'api/src/WebStorageNamespaceImpl.h',
1078 'api/src/WebString.cpp', 1081 'api/src/WebString.cpp',
1079 'api/src/WebURL.cpp', 1082 'api/src/WebURL.cpp',
1080 'api/src/WebURLRequest.cpp', 1083 'api/src/WebURLRequest.cpp',
1081 'api/src/WebURLRequestPrivate.h', 1084 'api/src/WebURLRequestPrivate.h',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 'glue/webdevtoolsagent_delegate.h', 1404 'glue/webdevtoolsagent_delegate.h',
1402 'glue/webdevtoolsagent_impl.cc', 1405 'glue/webdevtoolsagent_impl.cc',
1403 'glue/webdevtoolsagent_impl.h', 1406 'glue/webdevtoolsagent_impl.h',
1404 'glue/webdevtoolsclient.h', 1407 'glue/webdevtoolsclient.h',
1405 'glue/webdevtoolsclient_delegate.h', 1408 'glue/webdevtoolsclient_delegate.h',
1406 'glue/webdevtoolsclient_impl.cc', 1409 'glue/webdevtoolsclient_impl.cc',
1407 'glue/webdevtoolsclient_impl.h', 1410 'glue/webdevtoolsclient_impl.h',
1408 'glue/webdropdata.cc', 1411 'glue/webdropdata.cc',
1409 'glue/webdropdata_win.cc', 1412 'glue/webdropdata_win.cc',
1410 'glue/webdropdata.h', 1413 'glue/webdropdata.h',
1411 'glue/webframe.h',
1412 'glue/webframe_impl.cc', 1414 'glue/webframe_impl.cc',
1413 'glue/webframe_impl.h', 1415 'glue/webframe_impl.h',
1414 'glue/webframeloaderclient_impl.cc', 1416 'glue/webframeloaderclient_impl.cc',
1415 'glue/webframeloaderclient_impl.h', 1417 'glue/webframeloaderclient_impl.h',
1416 'glue/webkit_glue.cc', 1418 'glue/webkit_glue.cc',
1417 'glue/webkit_glue.h', 1419 'glue/webkit_glue.h',
1418 'glue/webkitclient_impl.cc', 1420 'glue/webkitclient_impl.cc',
1419 'glue/webkitclient_impl.h', 1421 'glue/webkitclient_impl.h',
1420 'glue/webmediaplayer_impl.h', 1422 'glue/webmediaplayer_impl.h',
1421 'glue/webmediaplayer_impl.cc', 1423 'glue/webmediaplayer_impl.cc',
1422 'glue/webmenuitem.h', 1424 'glue/webmenuitem.h',
1423 'glue/webmenurunner_mac.h', 1425 'glue/webmenurunner_mac.h',
1424 'glue/webmenurunner_mac.mm', 1426 'glue/webmenurunner_mac.mm',
1425 'glue/webplugin.h', 1427 'glue/webplugin.h',
1426 'glue/webplugin_delegate.cc', 1428 'glue/webplugin_delegate.cc',
1427 'glue/webplugin_delegate.h', 1429 'glue/webplugin_delegate.h',
1428 'glue/webplugin_impl.cc', 1430 'glue/webplugin_impl.cc',
1429 'glue/webplugin_impl.h', 1431 'glue/webplugin_impl.h',
1430 'glue/webplugininfo.h', 1432 'glue/webplugininfo.h',
1431 'glue/webpopupmenu_impl.cc', 1433 'glue/webpopupmenu_impl.cc',
1432 'glue/webpopupmenu_impl.h', 1434 'glue/webpopupmenu_impl.h',
1433 'glue/webpreferences.h', 1435 'glue/webpreferences.h',
1434 'glue/webtextinput.h',
1435 'glue/webtextinput_impl.cc',
1436 'glue/webtextinput_impl.h',
1437 'glue/webthemeengine_impl_win.cc', 1436 'glue/webthemeengine_impl_win.cc',
1438 'glue/weburlloader_impl.cc', 1437 'glue/weburlloader_impl.cc',
1439 'glue/weburlloader_impl.h', 1438 'glue/weburlloader_impl.h',
1440 'glue/webview.h', 1439 'glue/webview.h',
1441 'glue/webview_delegate.h', 1440 'glue/webview_delegate.h',
1442 'glue/webview_impl.cc', 1441 'glue/webview_impl.cc',
1443 'glue/webview_impl.h', 1442 'glue/webview_impl.h',
1444 'glue/webworker_impl.cc', 1443 'glue/webworker_impl.cc',
1445 'glue/webworker_impl.h', 1444 'glue/webworker_impl.h',
1446 'glue/webworkerclient_impl.cc', 1445 'glue/webworkerclient_impl.cc',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 1707 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1709 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 1708 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1710 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 1709 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1711 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 1710 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1712 ], 1711 ],
1713 }, 1712 },
1714 ], 1713 ],
1715 }, 1714 },
1716 ], 1715 ],
1717 } 1716 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/text_input_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698