[Webkit-unassigned] [Bug 79896] [CMake][DRT] Add WebCoreTestSupport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 21:13:52 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79896





--- Comment #4 from Kangil Han <kangil.han at samsung.com>  2012-03-01 21:13:53 PST ---
Done. :)

(In reply to comment #2)
> (From update of attachment 129428 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=129428&action=review
> 
> > Source/WebCore/ChangeLog:11
> > +        No new tests - just CMake changes for DRT.
> 
> IMO including this line makes no sense (it adds so additional info), but it's ok to keep it.
> 
> > Source/WebCore/CMakeLists.txt:2539
> > +    INSTALL(TARGETS ${WebCore_LIBRARY_NAME} ${WebCoreTestSupport_LIBRARY_NAME} DESTINATION lib)
> 
> do you really want to INSTALL WebCoreTestSupport?
> 
> > Source/WebCore/UseJSC.cmake:281
> > +    LIST(APPEND IDL_FILES_LIST "${IDL_FILES_LIST}${WEBCORE_DIR}/${_idl}\n")
> 
> no need for LIST(APPEND), you set the variable with a value already including the old value.
> 
> > Source/WebCore/UseV8.cmake:267
> > +    LIST(APPEND IDL_FILES_LIST "${IDL_FILES_LIST}${WEBCORE_DIR}/${_idl}\n")
> 
> LIST(APPEND) -> SET()

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list