Changeset 128143 in webkit


Ignore:
Timestamp:
Sep 10, 2012 8:50:17 PM (12 years ago)
Author:
gyuyoung.kim@samsung.com
Message:

[CMake] Remove duplicated file in CMakeLists.txt
https://bugs.webkit.org/show_bug.cgi?id=96346

Reviewed by Benjamin Poulain.

  • CMakeLists.txt: Remove duplicated files.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

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

    r128083 r128143  
    26822682ENDIF ()
    26832683
    2684 IF (ENABLE_REQUEST_ANIMATION_FRAME)
    2685     LIST(APPEND WebCore_IDL_FILES
    2686         dom/RequestAnimationFrameCallback.idl
    2687     )
    2688     LIST(APPEND WebCore_SOURCES
    2689         dom/ScriptedAnimationController.cpp
    2690     )
    2691 ENDIF ()
    2692 
    2693 IF (ENABLE_VIBRATION)
    2694     LIST(APPEND WebCore_INCLUDE_DIRECTORIES
    2695         ${WEBCORE_DIR}/Modules/vibration
    2696     )
    2697     LIST(APPEND WebCore_IDL_FILES
    2698         Modules/vibration/NavigatorVibration.idl
    2699     )
    2700     LIST(APPEND WebCore_SOURCES
    2701         Modules/vibration/NavigatorVibration.cpp
    2702         Modules/vibration/Vibration.cpp
    2703     )
    2704 ENDIF ()
    2705 
    27062684SET(WebCoreTestSupport_INCLUDE_DIRECTORIES
    27072685    "${WebCore_INCLUDE_DIRECTORIES}"
  • trunk/Source/WebCore/ChangeLog

    r128140 r128143  
     12012-09-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        [CMake] Remove duplicated file in CMakeLists.txt
     4        https://bugs.webkit.org/show_bug.cgi?id=96346
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        * CMakeLists.txt: Remove duplicated files.
     9
    1102012-09-10  Joanmarie Diggs  <jdiggs@igalia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.