Changeset 73289 in webkit


Ignore:
Timestamp:
Dec 3, 2010 12:53:07 PM (13 years ago)
Author:
Patrick Gansterer
Message:

2010-12-03 Patrick Gansterer <Patrick Gansterer>

Reviewed by Andreas Kling.

[CMake] Remove WebCore_IDL_PURE_FILES
https://bugs.webkit.org/show_bug.cgi?id=50445

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/CMakeLists.txt

    r73283 r73289  
    9999    workers
    100100    xml
    101 )
    102 
    103 SET(WebCore_IDL_PURE_FILES
    104     svg/ElementTimeControl.idl
    105     svg/SVGExternalResourcesRequired.idl
    106     svg/SVGFilterPrimitiveStandardAttributes.idl
    107     svg/SVGFitToViewBox.idl
    108     svg/SVGLangSpace.idl
    109     svg/SVGLocatable.idl
    110     svg/SVGStylable.idl
    111     svg/SVGTests.idl
    112     svg/SVGTransformable.idl
    113     svg/SVGURIReference.idl
    114     svg/SVGViewSpec.idl
    115     svg/SVGZoomAndPan.idl
    116101)
    117102
     
    20622047ENDFOREACH ()
    20632048
    2064 FOREACH (_file ${WebCore_IDL_PURE_FILES})
    2065     GENERATE_JS_FROM_IDL_PURE(${_file})
    2066 ENDFOREACH ()
    2067 
    20682049LIST(APPEND WebCore_SOURCES ${JS_IDL_FILES})
    20692050
  • trunk/WebCore/ChangeLog

    r73287 r73289  
     12010-12-03  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [CMake] Remove WebCore_IDL_PURE_FILES
     6        https://bugs.webkit.org/show_bug.cgi?id=50445
     7
     8        * CMakeLists.txt:
     9
    1102010-12-03  Jia Pu  <jpu@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.