Changeset 140765 in webkit


Ignore:
Timestamp:
Jan 24, 2013 7:03:33 PM (11 years ago)
Author:
gyuyoung.kim@samsung.com
Message:

[EFL] Unreviewed build fix after r140752.
https://bugs.webkit.org/show_bug.cgi?id=107886

Build break after r140752.

Patch by Huang Dongsung <luxtella@company100.net> on 2013-01-24

  • PlatformEfl.cmake: Move DownloadSoupErrorsEfl and DownloadSoup to Shared/Downloads.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r140764 r140765  
     12013-01-24  Huang Dongsung  <luxtella@company100.net>
     2
     3        [EFL] Unreviewed build fix after r140752.
     4        https://bugs.webkit.org/show_bug.cgi?id=107886
     5
     6        Build break after r140752.
     7
     8        * PlatformEfl.cmake: Move DownloadSoupErrorsEfl and DownloadSoup to Shared/Downloads.
     9
    1102013-01-24  Tim Horton  <timothy_horton@apple.com>
    211
  • trunk/Source/WebKit2/PlatformEfl.cmake

    r140686 r140765  
    1313
    1414    Shared/API/c/cairo/WKImageCairo.cpp
     15
     16    Shared/Downloads/efl/DownloadSoupErrorsEfl.cpp
     17    Shared/Downloads/soup/DownloadSoup.cpp
    1518
    1619    Shared/cairo/ShareableBitmapCairo.cpp
     
    121124    WebProcess/Cookies/soup/WebKitSoupCookieJarSqlite.cpp
    122125
    123     WebProcess/Downloads/efl/DownloadSoupErrorsEfl.cpp
    124     WebProcess/Downloads/soup/DownloadSoup.cpp
    125 
    126126    WebProcess/InjectedBundle/efl/InjectedBundleEfl.cpp
    127127
     
    161161    "${WEBCORE_DIR}/platform/text/enchant"
    162162    "${WEBCORE_DIR}/svg/graphics"
     163    "${WEBKIT2_DIR}/Shared/Downloads/soup"
    163164    "${WEBKIT2_DIR}/Shared/efl"
    164165    "${WEBKIT2_DIR}/Shared/soup"
     
    169170    "${WEBKIT2_DIR}/UIProcess/efl"
    170171    "${WEBKIT2_DIR}/UIProcess/soup"
    171     "${WEBKIT2_DIR}/WebProcess/Downloads/soup"
    172172    "${WEBKIT2_DIR}/WebProcess/efl"
    173173    "${WEBKIT2_DIR}/WebProcess/soup"
Note: See TracChangeset for help on using the changeset viewer.