Changeset 66736 in webkit


Ignore:
Timestamp:
Sep 3, 2010 9:15:55 AM (14 years ago)
Author:
jchaffraix@webkit.org
Message:

[GTK] compilation issue with JSTimeRanges when video turned off
https://bugs.webkit.org/show_bug.cgi?id=44249

Patch by Zaheer Ahmad <zaheer.mot@gmail.com> on 2010-09-03
Reviewed by Darin Adler.

Move the JSTimeRanges outside ENABLE_VIDEO in GNUMakefile.am

  • WebCore/GNUMakefile.am
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r66732 r66736  
     12010-09-03  Zaheer Ahmad <zaheer.mot@gmail.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        [GTK] compilation issue with JSTimeRanges when video turned off
     6        https://bugs.webkit.org/show_bug.cgi?id=44249
     7
     8        Move the JSTimeRanges outside ENABLE_VIDEO in GNUMakefile.am
     9        * WebCore/GNUMakefile.am
     10
    1112010-09-03  Ilya Tikhonovsky  <loislo@chromium.org>
    212
  • trunk/WebCore/GNUmakefile.am

    r66700 r66736  
    392392        DerivedSources/WebCore/JSHTMLVideoElement.cpp \
    393393        DerivedSources/WebCore/JSHTMLVideoElement.h \
     394        DerivedSources/WebCore/JSTimeRanges.cpp \
     395        DerivedSources/WebCore/JSTimeRanges.h \
    394396        DerivedSources/WebCore/JSImageData.cpp \
    395397        DerivedSources/WebCore/JSImageData.h \
     
    31353137endif # END ENABLE_DEBUG
    31363138
    3137 webcore_built_sources += \
    3138         DerivedSources/WebCore/JSTimeRanges.cpp \
    3139         DerivedSources/WebCore/JSTimeRanges.h
    3140 
    31413139webcore_sources += \
    31423140        WebCore/bindings/js/JSAudioConstructor.cpp \
Note: See TracChangeset for help on using the changeset viewer.