Bug 60642

Summary: [CMAKE] Move EFL-specific file to CMakeListsEfl.txt
Product: WebKit Reporter: Lucas De Marchi <lucas.de.marchi>
Component: New BugsAssignee: Lucas De Marchi <lucas.de.marchi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, kenneth, paroga, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Lucas De Marchi
Reported 2011-05-11 11:20:57 PDT
[CMAKE] Move EFL-specific file to CMakeListsEfl.txt
Attachments
Patch (3.23 KB, patch)
2011-05-11 11:27 PDT, Lucas De Marchi
no flags
Lucas De Marchi
Comment 1 2011-05-11 11:27:26 PDT
Antonio Gomes
Comment 2 2011-05-11 12:15:18 PDT
Comment on attachment 93150 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=93150&action=review > Source/WebCore/CMakeLists.txt:1958 > +SET(WebCore_LIBRARIES ${JavaScriptCore_LIBRARY_NAME}) > +SET(WebCore_LINK_FLAGS "") > +INCLUDE_IF_EXISTS(${WEBCORE_DIR}/CMakeLists${PORT}.txt) looks unrelated, but OK :)
Lucas De Marchi
Comment 3 2011-05-11 12:23:14 PDT
Comment on attachment 93150 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=93150&action=review Thanks. >> Source/WebCore/CMakeLists.txt:1958 >> +INCLUDE_IF_EXISTS(${WEBCORE_DIR}/CMakeLists${PORT}.txt) > > looks unrelated, but OK :) It's related... it's the same code as below, but moved to this place as I said in the changelog.
WebKit Commit Bot
Comment 4 2011-05-11 16:27:04 PDT
The commit-queue encountered the following flaky tests while processing attachment 93150 [details]: inspector/debugger/debugger-scripts.html bug 59921 (authors: pfeldman@chromium.org and podivilov@chromium.org) The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 5 2011-05-11 16:28:18 PDT
Comment on attachment 93150 [details] Patch Clearing flags on attachment: 93150 Committed r86283: <http://trac.webkit.org/changeset/86283>
WebKit Commit Bot
Comment 6 2011-05-11 16:28:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.