Changeset 140126 in webkit


Ignore:
Timestamp:
Jan 18, 2013 4:33:48 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[CMake] Fix indexeddb module build
https://bugs.webkit.org/show_bug.cgi?id=107247

Patch by Jussi Kukkonen <jussi.kukkonen@intel.com> on 2013-01-18
Reviewed by Kentaro Hara.

Add missing files to WebCore_SOURCES so the indexeddb module
can be built.

  • CMakeLists.txt:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

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

    r140115 r140126  
    835835    Modules/indexeddb/IDBObjectStore.cpp
    836836    Modules/indexeddb/IDBObjectStoreBackendImpl.cpp
     837    Modules/indexeddb/IDBOpenDBRequest.cpp
    837838    Modules/indexeddb/IDBPendingTransactionMonitor.cpp
    838839    Modules/indexeddb/IDBRequest.cpp
     
    840841    Modules/indexeddb/IDBTransactionBackendImpl.cpp
    841842    Modules/indexeddb/IDBTransactionCoordinator.cpp
     843    Modules/indexeddb/IDBUpgradeNeededEvent.cpp
    842844    Modules/indexeddb/IDBVersionChangeEvent.cpp
    843845    Modules/indexeddb/IDBVersionChangeRequest.cpp
  • trunk/Source/WebCore/ChangeLog

    r140124 r140126  
     12013-01-18  Jussi Kukkonen  <jussi.kukkonen@intel.com>
     2
     3        [CMake] Fix indexeddb module build
     4        https://bugs.webkit.org/show_bug.cgi?id=107247
     5
     6        Reviewed by Kentaro Hara.
     7
     8        Add missing files to WebCore_SOURCES so the indexeddb module
     9        can be built.
     10
     11        * CMakeLists.txt:
     12
    1132013-01-17  Vsevolod Vlasov  <vsevik@chromium.org>
    214
Note: See TracChangeset for help on using the changeset viewer.