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

Side by Side Diff: webkit/webkit.gyp

Issue 149620: Use WebWidget from the WebKit API. This change also makes... (Closed) Base URL: svn://svn.chromium.org/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/webwidget_host_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 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 'sources': [ 989 'sources': [
990 'api/public/gtk/WebInputEventFactory.h', 990 'api/public/gtk/WebInputEventFactory.h',
991 'api/public/x11/WebScreenInfoFactory.h', 991 'api/public/x11/WebScreenInfoFactory.h',
992 'api/public/mac/WebInputEventFactory.h', 992 'api/public/mac/WebInputEventFactory.h',
993 'api/public/mac/WebScreenInfoFactory.h', 993 'api/public/mac/WebScreenInfoFactory.h',
994 'api/public/WebCache.h', 994 'api/public/WebCache.h',
995 'api/public/WebCanvas.h', 995 'api/public/WebCanvas.h',
996 'api/public/WebClipboard.h', 996 'api/public/WebClipboard.h',
997 'api/public/WebColor.h', 997 'api/public/WebColor.h',
998 'api/public/WebCommon.h', 998 'api/public/WebCommon.h',
999 'api/public/WebCompositionCommand.h',
999 'api/public/WebConsoleMessage.h', 1000 'api/public/WebConsoleMessage.h',
1000 'api/public/WebCString.h', 1001 'api/public/WebCString.h',
1001 'api/public/WebCursorInfo.h', 1002 'api/public/WebCursorInfo.h',
1002 'api/public/WebData.h', 1003 'api/public/WebData.h',
1003 'api/public/WebDataSource.h', 1004 'api/public/WebDataSource.h',
1004 'api/public/WebDragData.h', 1005 'api/public/WebDragData.h',
1005 'api/public/WebFindOptions.h', 1006 'api/public/WebFindOptions.h',
1006 'api/public/WebForm.h', 1007 'api/public/WebForm.h',
1007 'api/public/WebHistoryItem.h', 1008 'api/public/WebHistoryItem.h',
1008 'api/public/WebHTTPBody.h', 1009 'api/public/WebHTTPBody.h',
1009 'api/public/WebImage.h', 1010 'api/public/WebImage.h',
1010 'api/public/WebInputEvent.h', 1011 'api/public/WebInputEvent.h',
1011 'api/public/WebKit.h', 1012 'api/public/WebKit.h',
1012 'api/public/WebKitClient.h', 1013 'api/public/WebKitClient.h',
1013 'api/public/WebMediaPlayer.h', 1014 'api/public/WebMediaPlayer.h',
1014 'api/public/WebMediaPlayerClient.h', 1015 'api/public/WebMediaPlayerClient.h',
1015 'api/public/WebMimeRegistry.h', 1016 'api/public/WebMimeRegistry.h',
1016 'api/public/WebNavigationType.h', 1017 'api/public/WebNavigationType.h',
1017 'api/public/WebNonCopyable.h', 1018 'api/public/WebNonCopyable.h',
1018 'api/public/WebPluginListBuilder.h', 1019 'api/public/WebPluginListBuilder.h',
1019 'api/public/WebPoint.h', 1020 'api/public/WebPoint.h',
1021 'api/public/WebPopupMenu.h',
1020 'api/public/WebPopupMenuInfo.h', 1022 'api/public/WebPopupMenuInfo.h',
1021 'api/public/WebRect.h', 1023 'api/public/WebRect.h',
1022 'api/public/WebScreenInfo.h', 1024 'api/public/WebScreenInfo.h',
1023 'api/public/WebScriptSource.h', 1025 'api/public/WebScriptSource.h',
1024 'api/public/WebSize.h', 1026 'api/public/WebSize.h',
1025 'api/public/WebString.h', 1027 'api/public/WebString.h',
1028 'api/public/WebTextDirection.h',
1026 'api/public/WebURL.h', 1029 'api/public/WebURL.h',
1027 'api/public/WebURLError.h', 1030 'api/public/WebURLError.h',
1028 'api/public/WebURLLoader.h', 1031 'api/public/WebURLLoader.h',
1029 'api/public/WebURLLoaderClient.h', 1032 'api/public/WebURLLoaderClient.h',
1030 'api/public/WebURLRequest.h', 1033 'api/public/WebURLRequest.h',
1031 'api/public/WebURLResponse.h', 1034 'api/public/WebURLResponse.h',
1032 'api/public/WebVector.h', 1035 'api/public/WebVector.h',
1036 'api/public/WebWidget.h',
1037 'api/public/WebWidgetClient.h',
1033 'api/public/win/WebInputEventFactory.h', 1038 'api/public/win/WebInputEventFactory.h',
1034 'api/public/win/WebSandboxSupport.h', 1039 'api/public/win/WebSandboxSupport.h',
1035 'api/public/win/WebScreenInfoFactory.h', 1040 'api/public/win/WebScreenInfoFactory.h',
1036 'api/public/win/WebScreenInfoFactory.h', 1041 'api/public/win/WebScreenInfoFactory.h',
1037 'api/src/ChromiumBridge.cpp', 1042 'api/src/ChromiumBridge.cpp',
1038 'api/src/ChromiumCurrentTime.cpp', 1043 'api/src/ChromiumCurrentTime.cpp',
1039 'api/src/ChromiumThreading.cpp', 1044 'api/src/ChromiumThreading.cpp',
1040 'api/src/gtk/WebFontInfo.cpp', 1045 'api/src/gtk/WebFontInfo.cpp',
1041 'api/src/gtk/WebFontInfo.h', 1046 'api/src/gtk/WebFontInfo.h',
1042 'api/src/gtk/WebInputEventFactory.cpp', 1047 'api/src/gtk/WebInputEventFactory.cpp',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 'glue/webmediaplayer_impl.cc', 1398 'glue/webmediaplayer_impl.cc',
1394 'glue/webmenuitem.h', 1399 'glue/webmenuitem.h',
1395 'glue/webmenurunner_mac.h', 1400 'glue/webmenurunner_mac.h',
1396 'glue/webmenurunner_mac.mm', 1401 'glue/webmenurunner_mac.mm',
1397 'glue/webplugin.h', 1402 'glue/webplugin.h',
1398 'glue/webplugin_delegate.cc', 1403 'glue/webplugin_delegate.cc',
1399 'glue/webplugin_delegate.h', 1404 'glue/webplugin_delegate.h',
1400 'glue/webplugin_impl.cc', 1405 'glue/webplugin_impl.cc',
1401 'glue/webplugin_impl.h', 1406 'glue/webplugin_impl.h',
1402 'glue/webplugininfo.h', 1407 'glue/webplugininfo.h',
1408 'glue/webpopupmenu_impl.cc',
1409 'glue/webpopupmenu_impl.h',
1403 'glue/webpreferences.h', 1410 'glue/webpreferences.h',
1404 'glue/webtextinput.h', 1411 'glue/webtextinput.h',
1405 'glue/webtextinput_impl.cc', 1412 'glue/webtextinput_impl.cc',
1406 'glue/webtextinput_impl.h', 1413 'glue/webtextinput_impl.h',
1407 'glue/webthemeengine_impl_win.cc', 1414 'glue/webthemeengine_impl_win.cc',
1408 'glue/weburlloader_impl.cc', 1415 'glue/weburlloader_impl.cc',
1409 'glue/weburlloader_impl.h', 1416 'glue/weburlloader_impl.h',
1410 'glue/webview.h', 1417 'glue/webview.h',
1411 'glue/webview_delegate.cc', 1418 'glue/webview_delegate.cc',
1412 'glue/webview_delegate.h', 1419 'glue/webview_delegate.h',
1413 'glue/webview_impl.cc', 1420 'glue/webview_impl.cc',
1414 'glue/webview_impl.h', 1421 'glue/webview_impl.h',
1415 'glue/webwidget.h',
1416 'glue/webwidget_delegate.h',
1417 'glue/webwidget_impl.cc',
1418 'glue/webwidget_impl.h',
1419 'glue/webworker_impl.cc', 1422 'glue/webworker_impl.cc',
1420 'glue/webworker_impl.h', 1423 'glue/webworker_impl.h',
1421 'glue/webworkerclient_impl.cc', 1424 'glue/webworkerclient_impl.cc',
1422 'glue/webworkerclient_impl.h', 1425 'glue/webworkerclient_impl.h',
1423 'glue/window_open_disposition.h', 1426 'glue/window_open_disposition.h',
1427 'glue/window_open_disposition.cc',
1424 ], 1428 ],
1425 # When glue is a dependency, it needs to be a hard dependency. 1429 # When glue is a dependency, it needs to be a hard dependency.
1426 # Dependents may rely on files generated by this target or one of its 1430 # Dependents may rely on files generated by this target or one of its
1427 # own hard dependencies. 1431 # own hard dependencies.
1428 'hard_dependency': 1, 1432 'hard_dependency': 1,
1429 'export_dependent_settings': [ 1433 'export_dependent_settings': [
1430 'webcore', 1434 'webcore',
1431 ], 1435 ],
1432 'conditions': [ 1436 'conditions': [
1433 ['OS=="linux"', { 1437 ['OS=="linux"', {
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1675 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 1679 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1676 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 1680 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1677 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 1681 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1678 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 1682 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1679 ], 1683 ],
1680 }, 1684 },
1681 ], 1685 ],
1682 }, 1686 },
1683 ], 1687 ],
1684 } 1688 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/webwidget_host_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698