Changeset 121938 in webkit


Ignore:
Timestamp:
Jul 5, 2012 8:47:27 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Unreviewed, Fix build break when WEB_AUDIO is enabled.
https://bugs.webkit.org/show_bug.cgi?id=90653

Unreviewed build fix.

A new file, AudioFIFO.cpp, is added for the Web Audio fearure.
This file should be included into the CMakeLists.txt file.

Patch by Dongwoo Im <dw.im@samsung.com> on 2012-07-05

  • CMakeLists.txt: Add the newly created file into the CMakeLists.txt
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

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

    r121900 r121938  
    25902590        platform/audio/AudioChannel.cpp
    25912591        platform/audio/AudioDSPKernelProcessor.cpp
     2592        platform/audio/AudioFIFO.cpp
    25922593        platform/audio/AudioPullFIFO.cpp
    25932594        platform/audio/AudioResampler.cpp
  • trunk/Source/WebCore/ChangeLog

    r121936 r121938  
     12012-07-05  Dongwoo Im  <dw.im@samsung.com>
     2
     3        [EFL] Unreviewed, Fix build break when WEB_AUDIO is enabled.
     4        https://bugs.webkit.org/show_bug.cgi?id=90653
     5
     6        Unreviewed build fix.
     7
     8        A new file, AudioFIFO.cpp, is added for the Web Audio fearure.
     9        This file should be included into the CMakeLists.txt file.
     10
     11        * CMakeLists.txt: Add the newly created file into the CMakeLists.txt
     12
    1132012-07-05  Mike West  <mkwst@chromium.org>
    214
Note: See TracChangeset for help on using the changeset viewer.