Changeset 155486 in webkit


Ignore:
Timestamp:
Sep 10, 2013 3:45:59 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Fix EFL build after r155477
https://bugs.webkit.org/show_bug.cgi?id=121126

Patch by Sergio Correia <Sergio Correia> on 2013-09-10
Reviewed by Antonio Gomes.

No new tests, build fix.

  • CMakeLists.txt: MediaStreamComponent.cpp and MediaStreamDescriptor.cpp

were added with an incorrect path.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

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

    r155477 r155486  
    837837    Modules/mediastream/MediaConstraintsImpl.cpp
    838838    Modules/mediastream/MediaStream.cpp
    839     Modules/mediastream/MediaStreamComponent.cpp
    840     Modules/mediastream/MediaStreamDescriptor.cpp
    841839    Modules/mediastream/MediaStreamEvent.cpp
    842840    Modules/mediastream/MediaStreamRegistry.cpp
     
    20162014
    20172015    platform/mediastream/MediaStreamCenter.cpp
     2016    platform/mediastream/MediaStreamComponent.cpp
     2017    platform/mediastream/MediaStreamDescriptor.cpp
    20182018    platform/mediastream/MediaStreamSource.cpp
    20192019    platform/mediastream/RTCIceCandidateDescriptor.cpp
  • trunk/Source/WebCore/ChangeLog

    r155485 r155486  
     12013-09-10  Sergio Correia  <sergio.correia@openbossa.org>
     2
     3        Fix EFL build after r155477
     4        https://bugs.webkit.org/show_bug.cgi?id=121126
     5
     6        Reviewed by Antonio Gomes.
     7
     8        No new tests, build fix.
     9
     10        * CMakeLists.txt: MediaStreamComponent.cpp and MediaStreamDescriptor.cpp
     11        were added with an incorrect path.
     12
    1132013-09-10  Andreas Kling  <akling@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.