Changeset 142563 in webkit


Ignore:
Timestamp:
Feb 11, 2013 5:52:19 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Build fix: r142549 broke EFL build
https://bugs.webkit.org/show_bug.cgi?id=109527

Patch by Adenilson Cavalcanti <cavalcantii@gmail.com> on 2013-02-11
Reviewed by Kentaro Hara.

Source/WebCore:

No new tests, no change on behavior.

  • CMakeLists.txt:

Source/WebKit:

Build fix.

  • CMakeLists.txt:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r142512 r142563  
    66    "${WEBCORE_DIR}/Modules/geolocation"
    77    "${WEBCORE_DIR}/Modules/indexeddb"
    8     "${WEBCORE_DIR}/Modules/intents"
    98    "${WEBCORE_DIR}/Modules/mediasource"
    109    "${WEBCORE_DIR}/Modules/mediastream"
     
    118117    Modules/geolocation
    119118    Modules/indexeddb
    120     Modules/intents
    121119    Modules/mediastream
    122120    Modules/networkinfo
     
    203201    Modules/indexeddb/IDBVersionChangeEvent.idl
    204202    Modules/indexeddb/WorkerContextIndexedDatabase.idl
    205 
    206     Modules/intents/DeliveredIntent.idl
    207     Modules/intents/DOMWindowIntents.idl
    208     Modules/intents/Intent.idl
    209     Modules/intents/IntentResultCallback.idl
    210     Modules/intents/NavigatorIntents.idl
    211203
    212204    Modules/mediasource/MediaSource.idl
     
    459451    html/HTMLIFrameElement.idl
    460452    html/HTMLImageElement.idl
    461     html/HTMLIntentElement.idl
    462453    html/HTMLInputElement.idl
    463454    html/HTMLKeygenElement.idl
     
    849840    Modules/indexeddb/PageGroupIndexedDatabase.cpp
    850841    Modules/indexeddb/WorkerContextIndexedDatabase.cpp
    851 
    852     Modules/intents/DOMWindowIntents.cpp
    853     Modules/intents/DeliveredIntent.cpp
    854     Modules/intents/Intent.cpp
    855     Modules/intents/IntentRequest.cpp
    856     Modules/intents/NavigatorIntents.cpp
    857842
    858843    Modules/mediasource/MediaSource.cpp
     
    14211406    html/HTMLImageElement.cpp
    14221407    html/HTMLImageLoader.cpp
    1423     html/HTMLIntentElement.cpp
    14241408    html/HTMLInputElement.cpp
    14251409    html/HTMLKeygenElement.cpp
  • trunk/Source/WebCore/ChangeLog

    r142561 r142563  
     12013-02-11  Adenilson Cavalcanti  <cavalcantii@gmail.com>
     2
     3        Build fix: r142549 broke EFL build
     4        https://bugs.webkit.org/show_bug.cgi?id=109527
     5
     6        Reviewed by Kentaro Hara.
     7
     8        No new tests, no change on behavior.
     9
     10        * CMakeLists.txt:
     11
    1122013-02-11  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/Source/WebKit/CMakeLists.txt

    r136790 r142563  
    22    "${WEBKIT_DIR}"
    33    "${WEBCORE_DIR}"
    4     "${WEBCORE_DIR}/Modules/intents"
    54    "${WEBCORE_DIR}/Modules/networkinfo"
    65    "${WEBCORE_DIR}/Modules/webdatabase"
  • trunk/Source/WebKit/ChangeLog

    r142511 r142563  
     12013-02-11  Adenilson Cavalcanti  <cavalcantii@gmail.com>
     2
     3        Build fix: r142549 broke EFL build
     4        https://bugs.webkit.org/show_bug.cgi?id=109527
     5
     6        Reviewed by Kentaro Hara.
     7
     8        Build fix.
     9
     10        * CMakeLists.txt:
     11
    1122013-02-11  Brent Fulgham  <bfulgham@webkit.org>
    213
Note: See TracChangeset for help on using the changeset viewer.