Changeset 141455 in webkit


Ignore:
Timestamp:
Jan 31, 2013, 11:42:40 AM (13 years ago)
Author:
Simon Hausmann
Message:

Unreviewed build fix: Remove Web Intents files from
the Qt build system.

  • Target.pri:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r141452 r141455  
     12013-01-31  Simon Hausmann  <simon.hausmann@digia.com>
     2
     3        Unreviewed build fix: Remove Web Intents files from
     4        the Qt build system.
     5
     6        * Target.pri:
     7
    182013-01-31  Zan Dobersek  <zdobersek@igalia.com>
    29
  • trunk/Source/WebKit2/Target.pri

    r141430 r141455  
    8787    Shared/ImmutableArray.h \
    8888    Shared/ImmutableDictionary.h \
    89     Shared/IntentData.h \
    90     Shared/IntentServiceInfo.h \
    9189    Shared/LayerTreeContext.h \
    9290    Shared/MutableArray.h \
     
    125123    Shared/WebHitTestResult.h \
    126124    Shared/WebImage.h \
    127     Shared/WebIntentServiceInfo.h \
    128125    Shared/WebNavigationDataStore.h \
    129126    Shared/WebNumber.h \
     
    183180    UIProcess/API/C/WKIconDatabase.h \
    184181    UIProcess/API/C/WKInspector.h \
    185     UIProcess/API/C/WKIntentData.h \
    186     UIProcess/API/C/WKIntentServiceInfo.h \
    187182    UIProcess/API/C/WKOpenPanelParameters.h \
    188183    UIProcess/API/C/WKOpenPanelResultListener.h \
     
    278273    UIProcess/WebIconDatabaseClient.h \
    279274    UIProcess/WebInspectorProxy.h \
    280     UIProcess/WebIntentData.h \
    281275    UIProcess/WebKeyValueStorageManagerProxy.h \
    282276    UIProcess/WebLoaderClient.h \
     
    306300    WebProcess/InjectedBundle/API/c/WKBundleBackForwardListItem.h \
    307301    WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.h \
    308     WebProcess/InjectedBundle/API/c/WKBundleIntent.h \
    309     WebProcess/InjectedBundle/API/c/WKBundleIntentRequest.h \
    310302    WebProcess/InjectedBundle/API/c/WKBundleNavigationAction.h \
    311303    WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.h \
     
    320312    WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.h \
    321313    WebProcess/InjectedBundle/InjectedBundleHitTestResult.h \
    322     WebProcess/InjectedBundle/InjectedBundleIntent.h \
    323     WebProcess/InjectedBundle/InjectedBundleIntentRequest.h \
    324314    WebProcess/InjectedBundle/InjectedBundleNavigationAction.h \
    325315    WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h \
     
    472462    Shared/ImmutableArray.cpp \
    473463    Shared/ImmutableDictionary.cpp \
    474     Shared/IntentData.cpp \
    475     Shared/IntentServiceInfo.cpp \
    476464    Shared/MutableArray.cpp \
    477465    Shared/MutableDictionary.cpp \
     
    501489    Shared/WebKit2Initialize.cpp \
    502490    Shared/WebImage.cpp \
    503     Shared/WebIntentServiceInfo.cpp \
    504491    Shared/WebMouseEvent.cpp \
    505492    Shared/WebNetworkInfo.cpp \
     
    555542    UIProcess/API/C/WKIconDatabase.cpp \
    556543    UIProcess/API/C/WKInspector.cpp \
    557     UIProcess/API/C/WKIntentData.cpp \
    558     UIProcess/API/C/WKIntentServiceInfo.cpp \
    559544    UIProcess/API/C/WKNotification.cpp \
    560545    UIProcess/API/C/WKNotificationManager.cpp \
     
    643628    UIProcess/WebIconDatabaseClient.cpp \
    644629    UIProcess/WebInspectorProxy.cpp \
    645     UIProcess/WebIntentData.cpp \
    646630    UIProcess/WebKeyValueStorageManagerProxy.cpp \
    647631    UIProcess/WebLoaderClient.cpp \
     
    685669    WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp \
    686670    WebProcess/InjectedBundle/API/c/WKBundleInspector.cpp \
    687     WebProcess/InjectedBundle/API/c/WKBundleIntent.cpp \
    688     WebProcess/InjectedBundle/API/c/WKBundleIntentRequest.cpp \
    689671    WebProcess/InjectedBundle/API/c/WKBundleNavigationAction.cpp \
    690672    WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.cpp \
     
    701683    WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.cpp \
    702684    WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp \
    703     WebProcess/InjectedBundle/InjectedBundleIntent.cpp \
    704     WebProcess/InjectedBundle/InjectedBundleIntentRequest.cpp \
    705685    WebProcess/InjectedBundle/InjectedBundleNavigationAction.cpp \
    706686    WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp \
Note: See TracChangeset for help on using the changeset viewer.