Changeset 165192 in webkit


Ignore:
Timestamp:
Mar 6, 2014 8:13:50 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][CMake] Fix the GTK+ CMake build
https://bugs.webkit.org/show_bug.cgi?id=129801

Patch by Lorenzo Tilve <ltilve@igalia.com> on 2014-03-06
Reviewed by Martin Robinson.

Include missing files for CMake build

  • CMakeLists.txt: Add a missing references to DOMURLMediaStream
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

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

    r164979 r165192  
    202202    Modules/mediastream/AudioStreamTrack.idl
    203203    Modules/mediastream/CapabilityRange.idl
     204    Modules/mediastream/DOMURLMediaStream.idl
    204205    Modules/mediastream/HTMLMediaElementMediaStream.idl
    205206    Modules/mediastream/MediaSourceStates.idl
     
    839840    Modules/mediastream/AudioStreamTrack.cpp
    840841    Modules/mediastream/CapabilityRange.cpp
     842    Modules/mediastream/DOMURLMediaStream.cpp
    841843    Modules/mediastream/HTMLMediaElementMediaStream.cpp
    842844    Modules/mediastream/MediaConstraintsImpl.cpp
  • trunk/Source/WebCore/ChangeLog

    r165190 r165192  
     12014-03-06  Lorenzo Tilve  <ltilve@igalia.com>
     2
     3        [GTK][CMake] Fix the GTK+ CMake build
     4        https://bugs.webkit.org/show_bug.cgi?id=129801
     5
     6        Reviewed by Martin Robinson.
     7
     8        Include missing files for CMake build
     9
     10        * CMakeLists.txt: Add a missing references to DOMURLMediaStream
     11
    1122014-03-06  Zalan Bujtas  <zalan@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.