[Webkit-unassigned] [Bug 72000] [CMAKE] Add the UseV8.cmake to WebCore.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 13 22:30:17 PST 2011


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


jaehoon jeong <jh4u.jeong at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114876|0                           |1
        is obsolete|                            |
 Attachment #114876|review?, commit-queue?      |
               Flag|                            |
 Attachment #114880|                            |review+, commit-queue?
               Flag|                            |




--- Comment #19 from jaehoon jeong <jh4u.jeong at samsung.com>  2011-11-13 22:30:17 PST ---
Created an attachment (id=114880)
 --> (https://bugs.webkit.org/attachment.cgi?id=114880&action=review)
Add the UseV8.cmake to WebCore to build bindings of V8 and generate JavaScript codes given IDL input.

I modified the entries of Yarr* and others as a sorted order

Source/WebCore/UseV8.cmake:167
+LIST(APPEND WebCore_SOURCES
+    ${JAVASCRIPTCORE_DIR}/yarr/YarrPattern.cpp
+    ${JAVASCRIPTCORE_DIR}/yarr/YarrInterpreter.cpp
+    ${JAVASCRIPTCORE_DIR}/yarr/YarrJIT.cpp
+    ${JAVASCRIPTCORE_DIR}/yarr/YarrSyntaxChecker.cpp

-- 
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