Changeset 79646 in webkit


Ignore:
Timestamp:
Feb 24, 2011 5:01:04 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-02-24 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Add GYP project for JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=55027

Again, this GYP files is very rough, but it succeeds in building
JavaScriptCore. There's a lot more work to do here, especially in the
area of sharing with JavaScriptGlue.gyp. This patch is more of a
checkpoint so that other folks can help out if they wish.

  • gyp: Added.
  • gyp/JavaScriptCore.gyp: Added.
  • gyp/generate-derived-sources.sh: Added.
Location:
trunk/Source/JavaScriptCore
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r79645 r79646  
     12011-02-24  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add GYP project for JavaScriptCore
     6        https://bugs.webkit.org/show_bug.cgi?id=55027
     7
     8        Again, this GYP files is very rough, but it succeeds in building
     9        JavaScriptCore.  There's a lot more work to do here, especially in the
     10        area of sharing with JavaScriptGlue.gyp.  This patch is more of a
     11        checkpoint so that other folks can help out if they wish.
     12
     13        * gyp: Added.
     14        * gyp/JavaScriptCore.gyp: Added.
     15        * gyp/generate-derived-sources.sh: Added.
     16
    1172011-02-24  Adam Barth  <abarth@webkit.org>
    218
Note: See TracChangeset for help on using the changeset viewer.