Changeset 122073 in webkit


Ignore:
Timestamp:
Jul 8, 2012 7:42:30 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Change notifications directory path of WebKit_INCLUDE_DIRECTORIES in the PlatformEfl.cmake
https://bugs.webkit.org/show_bug.cgi?id=90650

Patch by Kihong Kwon <kihong.kwon@samsung.com> on 2012-07-08
Reviewed by Laszlo Gombos.

Change directory path for including notifications of WebCore
from WebCore/notifications to WebCore/Modules/notifications

  • PlatformEfl.cmake:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r122058 r122073  
     12012-07-08  Kihong Kwon  <kihong.kwon@samsung.com>
     2
     3        [EFL] Change notifications directory path of WebKit_INCLUDE_DIRECTORIES in the PlatformEfl.cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=90650
     5
     6        Reviewed by Laszlo Gombos.
     7
     8        Change directory path for including notifications of WebCore
     9        from WebCore/notifications to WebCore/Modules/notifications
     10
     11        * PlatformEfl.cmake:
     12
    1132012-07-07  Thiago Marcos P. Santos  <thiago.santos@intel.com>
    214
  • trunk/Source/WebKit/PlatformEfl.cmake

    r122058 r122073  
    8686IF (ENABLE_NOTIFICATIONS)
    8787  LIST(APPEND WebKit_INCLUDE_DIRECTORIES
    88     "${WEBCORE_DIR}/notifications"
     88    "${WEBCORE_DIR}/Modules/notifications"
    8989  )
    9090ENDIF ()
Note: See TracChangeset for help on using the changeset viewer.