Changeset 122597 in webkit


Ignore:
Timestamp:
Jul 13, 2012 10:09:03 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL][WK2] Make new public Ewk headers as installable
https://bugs.webkit.org/show_bug.cgi?id=91232

Patch by Christophe Dumez <Christophe Dumez> on 2012-07-13
Reviewed by Antonio Gomes.

Make new public Ewk headers installable.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r122571 r122597  
     12012-07-13  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL][WK2] Make new public Ewk headers as installable
     4        https://bugs.webkit.org/show_bug.cgi?id=91232
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Make new public Ewk headers installable.
     9
     10        * PlatformEfl.cmake:
     11
    1122012-07-13  Carlos Garcia Campos  <cgarcia@igalia.com>
    213
  • trunk/Source/WebKit2/PlatformEfl.cmake

    r122547 r122597  
    171171    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/EWebKit2.h"
    172172    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_context.h"
     173    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_intent.h"
     174    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_intent_service.h"
     175    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_navigation_policy_decision.h"
     176    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_url_request.h"
     177    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_url_response.h"
    173178    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_view.h"
     179    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_web_error.h"
     180    "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_web_resource.h"
    174181)
    175182
Note: See TracChangeset for help on using the changeset viewer.