Changeset 74334 in webkit


Ignore:
Timestamp:
Dec 20, 2010 1:08:26 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-12-20 Ryuan Choi <ryuan.choi@samsung.com>

Reviewed by Antonio Gomes.

[CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
https://bugs.webkit.org/show_bug.cgi?id=51319

Change WEBKITTOOLS_DIR variable's name and value to TOOLS_DIR and tools/.

  • CMakeLists.txt:

2010-12-20 Ryuan Choi <ryuan.choi@samsung.com>

Reviewed by Antonio Gomes.

[CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
https://bugs.webkit.org/show_bug.cgi?id=51319

  • CMakeListsEfl.txt:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r73434 r74334  
    1313SET(WEBCORE_DIR "${CMAKE_SOURCE_DIR}/WebCore")
    1414SET(WEBKIT_DIR "${CMAKE_SOURCE_DIR}/WebKit")
    15 SET(WEBKITTOOLS_DIR "${CMAKE_SOURCE_DIR}/WebKitTools")
     15SET(TOOLS_DIR "${CMAKE_SOURCE_DIR}/Tools")
    1616SET(DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR}/DerivedSources")
    1717
     
    112112# Add test browser if exists
    113113# -----------------------------------------------------------------------------
    114 INCLUDE_IF_EXISTS(${WEBKITTOOLS_DIR}/CMakeLists${PORT}.txt)
     114INCLUDE_IF_EXISTS(${TOOLS_DIR}/CMakeLists${PORT}.txt)
    115115
    116116# -----------------------------------------------------------------------------
  • trunk/ChangeLog

    r74332 r74334  
     12010-12-20  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
     6        https://bugs.webkit.org/show_bug.cgi?id=51319
     7
     8        Change WEBKITTOOLS_DIR variable's name and value to TOOLS_DIR and tools/.
     9
     10        * CMakeLists.txt:
     11
    1122010-12-18  Adam Barth  <abarth@webkit.org>
    213
  • trunk/Tools/CMakeListsEfl.txt

    r68002 r74334  
    11SET(EWebLauncher_SOURCES
    2     ${WEBKITTOOLS_DIR}/EWebLauncher/main.c
     2    ${TOOLS_DIR}/EWebLauncher/main.c
    33)
    44
  • trunk/Tools/ChangeLog

    r74332 r74334  
     12010-12-20  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
     6        https://bugs.webkit.org/show_bug.cgi?id=51319
     7
     8        * CMakeListsEfl.txt:
     9
    1102010-12-18  Adam Barth  <abarth@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.