webengine/osswebengine/WebKit/s60/group/webkit/webkit.mmp
changeset 0 dd21522fd290
child 5 10e98eab6f85
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 #include "../common.mmpi"
       
    18 
       
    19 TARGET          WebKit.lib
       
    20 TARGETTYPE      lib
       
    21 
       
    22 
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 SOURCEPATH      ../../WebView
       
    26 SOURCE          WebFrame.cpp
       
    27 SOURCE          WebFrameView.cpp
       
    28 SOURCE          WebView.cpp
       
    29 SOURCE          WebSurface.cpp
       
    30 SOURCE          WebCursor.cpp
       
    31 SOURCE          WebPointerEventHandler.cpp
       
    32 SOURCE          WebCannedImages.cpp
       
    33 SOURCE          WebFepTextEditor.cpp
       
    34 SOURCE          WebTextFormatMask.cpp
       
    35 SOURCE          WebDocumentLoader.cpp
       
    36 SOURCE          WebPolicyManager.cpp
       
    37 SOURCE          PageView.cpp
       
    38 SOURCE          SettingsContainer.cpp
       
    39 SOURCE          WmlDispatcher.cpp
       
    40 SOURCE          WmlInterfaceImpl.cpp
       
    41 SOURCE          WmlResourceLoaderClient.cpp
       
    42 SOURCE          BrCtlDialogsProviderUtils.cpp
       
    43 SOURCE          WebToolBarInterface.cpp
       
    44 SOURCE          WebDataLoadConsumer.cpp
       
    45 
       
    46 SOURCE          WebPageFullScreenHandler.cpp
       
    47 SOURCE          WebPageScrollHandler.cpp
       
    48 SOURCE          WebPageZoomHandler.cpp
       
    49 SOURCE          WebPopupDrawer.cpp
       
    50 SOURCE          WidgetExtension.cpp
       
    51 SOURCE          WebScrollingDecelerator.cpp
       
    52 SOURCE          WebScrollingDeceleratorGH.cpp
       
    53 SOURCE          WebScrollbarDrawer.cpp
       
    54 
       
    55 SOURCEPATH      ../../FormControls
       
    56 SOURCE          WebFormFill.cpp
       
    57 SOURCE          WebFormFillPopup.cpp
       
    58 SOURCE          PopupSelectListBox.cpp
       
    59 
       
    60 SOURCEPATH      ../../WebCoreSupport
       
    61 SOURCE          WebChromeClient.cpp
       
    62 SOURCE          WebContextMenuClient.cpp
       
    63 SOURCE          WebDragClient.cpp
       
    64 SOURCE          WebEditorClient.cpp
       
    65 SOURCE          WebFrameLoaderClient.cpp
       
    66 SOURCE          WebFrameBridge.cpp
       
    67 SOURCE          WebInspectorClient.cpp
       
    68 
       
    69 SOURCEPATH      ../../Misc
       
    70 SOURCE          WebIconDatabase.cpp
       
    71 SOURCE          WebKitLogger.cpp
       
    72 SOURCE          WebUtil.cpp
       
    73 SOURCE          WebCharsetData.cpp
       
    74 SOURCE          WebTabbedNavigation.cpp