Changeset 64097 in webkit


Ignore:
Timestamp:
Jul 26, 2010 7:10:17 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-26 Rafael Antognolli <antognolli@profusion.mobi>

Reviewed by Antonio Gomes.

[EFL] Move CMakeListsEfl.txt to WebKit/efl/
https://bugs.webkit.org/show_bug.cgi?id=43002

This should reduce the noise in WebKit/ChangeLog that comes from EFL
port. Most of the changes on EFL port should be logged in
WebKit/efl/ChangeLog.

  • CMakeLists.txt: Just change the path from where to include the file.

2010-07-26 Rafael Antognolli <antognolli@profusion.mobi>

Reviewed by Antonio Gomes.

[EFL] Move CMakeListsEfl.txt to WebKit/efl/
https://bugs.webkit.org/show_bug.cgi?id=43002

This should reduce the noise in WebKit/ChangeLog that comes from EFL
port. Most of the changes on EFL port should be logged in
WebKit/efl/ChangeLog.

  • CMakeListsEfl.txt: Renamed from WebKit/CMakeListsEfl.txt.
Location:
trunk/WebKit
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/CMakeLists.txt

    r63988 r64097  
    6060)
    6161
    62 INCLUDE_IF_EXISTS(${WEBKIT_DIR}/CMakeLists${PORT}.txt)
     62STRING(TOLOWER ${PORT} WEBKIT_PORT_DIR)
     63INCLUDE_IF_EXISTS(${WEBKIT_DIR}/${WEBKIT_PORT_DIR}/CMakeLists${PORT}.txt)
    6364
    6465ADD_DEFINITIONS(-DBUILDING_WebKit)
  • trunk/WebKit/ChangeLog

    r64005 r64097  
     12010-07-26  Rafael Antognolli  <antognolli@profusion.mobi>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Move CMakeListsEfl.txt to WebKit/efl/
     6        https://bugs.webkit.org/show_bug.cgi?id=43002
     7
     8        This should reduce the noise in WebKit/ChangeLog that comes from EFL
     9        port. Most of the changes on EFL port should be logged in
     10        WebKit/efl/ChangeLog.
     11
     12        * CMakeLists.txt: Just change the path from where to include the file.
     13
    1142010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
    215
  • trunk/WebKit/efl/ChangeLog

    r64005 r64097  
     12010-07-26  Rafael Antognolli  <antognolli@profusion.mobi>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Move CMakeListsEfl.txt to WebKit/efl/
     6        https://bugs.webkit.org/show_bug.cgi?id=43002
     7
     8        This should reduce the noise in WebKit/ChangeLog that comes from EFL
     9        port. Most of the changes on EFL port should be logged in
     10        WebKit/efl/ChangeLog.
     11
     12        * CMakeListsEfl.txt: Renamed from WebKit/CMakeListsEfl.txt.
     13
    1142010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
    215
Note: See TracChangeset for help on using the changeset viewer.