Changeset 167004 in webkit


Ignore:
Timestamp:
Apr 9, 2014 12:22:16 AM (10 years ago)
Author:
ryuan.choi@samsung.com
Message:

[EFL] Change font path for DumpRenderTree and WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=131427

Reviewed by Gyuyoung Kim.

Since r166973, font path was changed.

  • DumpRenderTree/PlatformEfl.cmake:
  • WebKitTestRunner/PlatformEfl.cmake:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r166987 r167004  
     12014-04-09  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        [EFL] Change font path for DumpRenderTree and WebKitTestRunner
     4        https://bugs.webkit.org/show_bug.cgi?id=131427
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Since r166973, font path was changed.
     9
     10        * DumpRenderTree/PlatformEfl.cmake:
     11        * WebKitTestRunner/PlatformEfl.cmake:
     12
    1132014-04-08  Geoffrey Garen  <ggaren@apple.com>
    214
  • trunk/Tools/DumpRenderTree/PlatformEfl.cmake

    r164168 r167004  
    7676endif ()
    7777
    78 # FIXME: DOWNLOADED_FONTS_DIR should not hardcode the directory
    79 # structure. See <https://bugs.webkit.org/show_bug.cgi?id=81475>.
    80 add_definitions(-DFONTS_CONF_DIR="${TOOLS_DIR}/DumpRenderTree/gtk/fonts"
     78# FIXME: EFL port needs to have own test font and font configure instead of gtk test font in future
     79# FIXME: DOWNLOADED_FONTS_DIR should not hardcode the directory structure.
     80add_definitions(-DFONTS_CONF_DIR="${TOOLS_DIR}/WebKitTestRunner/gtk/fonts"
    8181                -DDOWNLOADED_FONTS_DIR="${CMAKE_SOURCE_DIR}/WebKitBuild/Dependencies/Source/webkitgtk-test-fonts")
  • trunk/Tools/WebKitTestRunner/PlatformEfl.cmake

    r162922 r167004  
    7777)
    7878
    79 # FIXME: DOWNLOADED_FONTS_DIR should not hardcode the directory
    80 # structure. See <https://bugs.webkit.org/show_bug.cgi?id=81475>.
    81 add_definitions(-DFONTS_CONF_DIR="${TOOLS_DIR}/DumpRenderTree/gtk/fonts"
     79# FIXME: EFL port needs to have own test font and font configure instead of gtk test font in future
     80# FIXME: DOWNLOADED_FONTS_DIR should not hardcode the directory structure.
     81add_definitions(-DFONTS_CONF_DIR="${TOOLS_DIR}/WebKitTestRunner/gtk/fonts"
    8282                -DDOWNLOADED_FONTS_DIR="${CMAKE_SOURCE_DIR}/WebKitBuild/Dependencies/Source/webkitgtk-test-fonts")
    8383
Note: See TracChangeset for help on using the changeset viewer.